MCPcopy Create free account

hub / github.com/geekcomputers/Python / functions

Functions2,483 in github.com/geekcomputers/Python

↓ 1 callersFunctionRepresentational
(r, g, b)
Compression_Analysis/PSNR.py:8
↓ 1 callersMethodReverse_list_Groups
(self, head, k)
Reverse_list_in_groups.py:21
↓ 1 callersMethodRotation
(self, key)
Rotate_Linked_List.py:19
↓ 1 callersFunctionSearchResults
()
googleweb.py:11
↓ 1 callersFunctionSendMessage
(sender, to, subject, msgHtml, msgPlain, attachmentFile=None)
sendemail.py:37
↓ 1 callersFunctionSendMessageInternal
(service, user_id, message)
sendemail.py:51
↓ 1 callersMethodSort
(self)
Sorting Algorithms/Sorting_List.py:21
↓ 1 callersMethodSorted_Insert
(self, new_node)
Sorting Algorithms/Sorted_Inserted_Linked_List.py:11
↓ 1 callersMethodSplit_List
(self, head1, head2)
Split_Circular_Linked_List.py:23
↓ 1 callersFunctionTowerOfHanoi
(n, source, destination, auxiliary)
Python Programs/Python Program for Tower of Hanoi.py:2
↓ 1 callersFunctionViewAll
()
bookstore_manangement_system.py:75
↓ 1 callersMethod__dir__
(self)
LinkedLists all Types/singly_linked_list.py:206
↓ 1 callersMethod__init__
(self)
ML/src/python/neuralforge/cli/gui.py:77
↓ 1 callersMethod__init__
(self)
ML/tests/gui_test.py:65
↓ 1 callersMethod__init__
simple constructor that receives a key or uses default key = 0
XORcipher/XOR_cipher.py:22
↓ 1 callersFunction__judge_point
(pt, neighbours)
game_of_life/game_o_life.py:83
↓ 1 callersMethod__str__
(self)
BlackJack_game/blackjack_rr.py:56
↓ 1 callersMethod_add_to_IdToDoc
Returns - int: the id of the inserted document Input - str: a string of words called `document` --------- - use the c
Search_Engine/backend.py:77
↓ 1 callersMethod_add_to_IdToQuesAns
Returns - int: the id of the inserted document Input - str: a string of words called `document` --------- - use the c
QuestionAnswerVirtualAssistant/backend.py:82
↓ 1 callersMethod_dataProcessing
(self, data)
insta_monitering/insta_datafetcher.py:119
↓ 1 callersMethod_dbProcessReader
(self, user, tags, productId)
insta_monitering/insta_datafetcher.py:268
↓ 1 callersMethod_find_documents_with_idx
Returns - list[str]: the list of documents with the idxs Input - list of idxs --------- - use the class-level connect
Search_Engine/backend.py:124
↓ 1 callersMethod_find_questions_with_idx
Returns - list[str]: the list of questions with the idxs Input - list of idxs --------- - use the class-level connect
QuestionAnswerVirtualAssistant/backend.py:135
↓ 1 callersMethod_full_evaluate
(self, model: nn.Module, criterion: nn.Module, optimizer: torch.optim.Optimizer)
ML/src/python/neuralforge/nas/evaluator.py:92
↓ 1 callersMethod_get_last_acc_no
(self)
bank_managment_system/backend.py:39
↓ 1 callersMethod_lastProcess
(self, userdata, media_post, top_post)
insta_monitering/insta_datafetcher.py:167
↓ 1 callersMethod_load_dataset
(self)
ML/src/python/neuralforge/data/dataset.py:26
↓ 1 callersMethod_move
(self, row, col)
Checker_game_by_dz/modules/checker.py:48
↓ 1 callersMethod_processstart
(self, user, tags, productId)
insta_monitering/insta_datafetcher.py:290
↓ 1 callersMethod_quick_evaluate
(self, model: nn.Module, criterion: nn.Module, optimizer: torch.optim.Optimizer)
ML/src/python/neuralforge/nas/evaluator.py:51
↓ 1 callersFunction_quick_sort
(items, low, high)
Sorting Algorithms/quick_sort.py:28
↓ 1 callersMethod_setup_tables
(self)
bank_managment_system/backend.py:13
↓ 1 callersFunctionac_connected
()
sensors_information.py:25
↓ 1 callersFunctionadd
Return the sum of x and y.
simple_calculator.py:18
↓ 1 callersFunctionadd
()
Hotel-Management.py:23
↓ 1 callersFunctionadd
(x, y)
simple_calculator/simple_calculator.py:2
↓ 1 callersMethodadd
This function adds two numbers. Examples: >>> add(2, 3) 5 >>> add(5, 9) 14 >>> add(-1, 2)
Calculator with simple ui.py:8
↓ 1 callersFunctionadd_account_form_submit
(name, age, address, balance, account_type, mobile)
bank_managment_system/QTFrontend.py:1393
↓ 1 callersFunctionadd_employee_form_submit
(name, password, salary, position)
bank_managment_system/QTFrontend.py:1138
↓ 1 callersFunctionadd_expense
(expenses)
Personal-Expense-Tracker/expense_tracker.py:4
↓ 1 callersMethodadd_logo
(self, image, logo, position=(0, 0))
Image-watermarker/watermark.py:18
↓ 1 callersMethodadd_node
(self, data)
singly_linked_list.py:19
↓ 1 callersFunctionadd_password
(service_, username_, password_)
password_manager.py:27
↓ 1 callersFunctionadd_task
(task, deadline)
TaskManager.py:20
↓ 1 callersFunctionadd_task
(task, deadline)
TaskPlanner.py:20
↓ 1 callersMethodadd_text_watermark
( self, image, text, text_color, font_style, font_size, position=(0, 0) )
Image-watermarker/watermark.py:10
↓ 1 callersFunctionadd_to_dir
(ex, src_path, path)
Downloaded Files Organizer/move_to_directory.py:24
↓ 1 callersMethodadd_two_no
(self, first, second)
Add_two_Linked_List.py:19
↓ 1 callersFunctionaddition
Returns the sum of the digits of a number. Negative numbers are handled using the absolute value. Examples: >>> addition(123) 6
Sum of digits of a number.py:26
↓ 1 callersMethodadjust_for_ace
(self)
BlackJack_game/blackjack_rr.py:92
↓ 1 callersFunctionadmin_login_menu_page
(name, password)
bank_managment_system/QTFrontend.py:1119
↓ 1 callersFunctionai_move
AI makes a move.
Tic-Tac-Toe Games/tic-tac-toe3.py:102
↓ 1 callersFunctionalphabetpattern
(n)
Patterns/pattern6.py:7
↓ 1 callersFunctionalready_formatted
(name: str)
photo_timestamp_renamer.py:116
↓ 1 callersFunctionangle_type
()
Type_of_angles_of_triangle.py:5
↓ 1 callersFunctionangle_type
()
Type of angles of a triangle.py:3
↓ 1 callersFunctionanimate
(message="loading", endmessage="Done!")
loader.py:17
↓ 1 callersMethodapply_stylesheet
(self)
ML/src/python/neuralforge/cli/gui.py:236
↓ 1 callersMethodapply_stylesheet
(self)
ML/tests/gui_test.py:224
↓ 1 callersMethodarr_desk_wallpapers
()
Windows_Wallpaper_Script/wallpaper_extract.py:87
↓ 1 callersMethodask_insurance
(self)
BlackJack_game/blackjack_simulate.py:278
↓ 1 callersFunctionask_model
(text)
JARVIS/ai.py:36
↓ 1 callersMethodask_side
(self)
area_of_square_app.py:58
↓ 1 callersFunctionasync_downloader
(ways, loop, success_files, failure_files)
async_downloader/async_downloader.py:46
↓ 1 callersFunctionauto_mode
(interval)
Collatz Sequence/Collaze-Visualize.py:24
↓ 1 callersFunctionaxpy
input: a 'scalar' and two vectors 'x' and 'y' output: a vector computes the axpy operation
linear-algebra-python/src/lib.py:226
↓ 1 callersFunctionb_modify
()
file_handle/File handle binary/delete.py:28
↓ 1 callersFunctionb_modify
()
1 File handle/File handle binary/delete.py:28
↓ 1 callersFunctionb_read
()
file_handle/File handle binary/delete.py:14
↓ 1 callersFunctionb_read
()
1 File handle/File handle binary/delete.py:14
↓ 1 callersMethodbackground_task
(self, user, tags, type, productId)
insta_monitering/insta_api.py:22
↓ 1 callersFunctionbase_check
(xnumber, xbase)
Base Converter Number system.py:1
↓ 1 callersFunctionbatch_rename
Batch rename files in a directory from one extension to another. Args: work_dir (str): Path to the target directory.
batch_file_rename.py:6
↓ 1 callersFunctionbeginwork
(wifinamelist)
wifi hack by brutefore.py:103
↓ 1 callersFunctionbest_move
Return best move for AI.
Tic-Tac-Toe Games/tic-tac-toe3.py:69
↓ 1 callersFunctionbig_text
()
VoiceAssistant/Project_Basic_struct/dictator.py:8
↓ 1 callersFunctionbinarySearchAppr
(arr, start, end, x)
binary search.py:1
↓ 1 callersFunctionbinaryToDecimal
>>> binaryToDecimal(111110000) 496 >>> binaryToDecimal(10100) 20 >>> binaryToDecimal(101011) 43
Binary_to_Decimal.py:4
↓ 1 callersFunctionbinary_read
()
file_handle/File handle binary/read.py:4
↓ 1 callersFunctionbinary_read
()
1 File handle/File handle binary/read.py:4
↓ 1 callersFunctionblur_bg
(image)
Street_Fighter/src/main.py:104
↓ 1 callersFunctionbook_details
Creates a table of book details like author name, title, and total pages. Args: author (str): Name of author title (str): tit
VoiceAssistant/Project_Basic_struct/textRead.py:323
↓ 1 callersMethodborderCollisionCheck
(self)
PingPong/Ball.py:25
↓ 1 callersFunctionbubbleSort
(arr)
Sorting Algorithms/bubblesortpgm.py:26
↓ 1 callersFunctionbubble_sort
(Lists)
Sorting Algorithms/Bubble_sort.py:1
↓ 1 callersFunctionbubblesort
(list)
Sorting Algorithms/Bubble_Sorting_Prog.py:1
↓ 1 callersFunctionbuildDeck
()
BoardGame-CLI/uno.py:21
↓ 1 callersFunctionbye
()
dice_rolling_simulator.py:31
↓ 1 callersMethodcal_buttons
(self)
calculator-gui.py:203
↓ 1 callersFunctioncalc
input: term of type str output: returns the result of the computed term. purpose: This function is the actual calculator and the heart of
calculator.py:33
↓ 1 callersMethodcalculateCharge
(self)
Laundary System/code.py:36
↓ 1 callersMethodcalculate_1rm
Calculates and returns the estimated 1RM.
nitkarshchourasia/to_sort/one_rep_max_calculator/one_rep_max_calculator_gui.py:50
↓ 1 callersMethodcalculate_chips
(self)
BlackJack_game/blackjack_simulate.py:590
↓ 1 callersMethodcalculate_one_rep_max
Calculates the one-rep max based on the Epley formula.
nitkarshchourasia/to_sort/one_rep_max_calculator/one_rep_max_calculator.py:20
↓ 1 callersMethodcalculate_perimeter
(self)
area_of_square_app.py:84
↓ 1 callersMethodcalculate_square
(self)
area_of_square_app.py:52
↓ 1 callersFunctioncalculate_time_delta
Calculate the absolute time difference between two timestamps in seconds. Args: t1: First timestamp string t2: Second timest
time_delta.py:53
↓ 1 callersFunctioncalculator
Run a simple calculator in the console.
simple_calculator.py:38
↓ 1 callersFunctioncapitalize_title
Capitalizes all letters in a given article title. args: title (str): The title to format. returns: str: Title in upperc
news_oversimplifier.py:104
↓ 1 callersMethodcard_manage
(self)
BlackJack_game/blackjack_simulate.py:546
← previousnext →501–600 of 2,483, ranked by callers