MCPcopy Create free account

hub / github.com/geekcomputers/Python / functions

Functions2,483 in github.com/geekcomputers/Python

↓ 6 callersMethod__init__
(self, block, layers, num_classes=1000, in_channels=3)
ML/src/python/neuralforge/nn/convolution.py:35
↓ 6 callersMethodaddToList
(self, item, price)
Grocery calculator.py:16
↓ 6 callersMethodback
Returns - str Input - int ---------- - Moves backwards through history up to available steps - Updates naviga
BrowserHistory/backend.py:59
↓ 6 callersMethodbuild_train_loader
(self, dataset: Dataset)
ML/src/python/neuralforge/data/dataset.py:103
↓ 6 callersMethodbuild_val_loader
(self, dataset: Dataset)
ML/src/python/neuralforge/data/dataset.py:114
↓ 6 callersMethodcheck_acc_no
(self, acc_no)
bank_managment_system/backend.py:89
↓ 6 callersMethodclose
(self)
ML/src/python/neuralforge/utils/logger.py:113
↓ 6 callersFunctioncls
()
gui_calculator.py:126
↓ 6 callersMethodcurrent_amount
(self)
BlackJack_game/blackjack_simulate.py:180
↓ 6 callersMethodcustom_font
Create a custom font with the specified size. Args: size (int): The font size. Returns: Font: The c
ThirdAI/Terms and Conditions/TkinterUI.py:98
↓ 6 callersMethoddebug
(self, message: str)
ML/src/python/neuralforge/utils/logger.py:51
↓ 6 callersFunctiondisplay_text
(text, font, color, x, y)
Memory_game.py:67
↓ 6 callersMethoddisplay_values
(self, message)
swap.py:36
↓ 6 callersMethoddone
(self, output)
Test-Case-Generator/test_case.py:213
↓ 6 callersMethodgetCoords
(self)
PingPong/Slab.py:22
↓ 6 callersFunctiongetMid
(p1, p2)
sierpinski_triangle.py:42
↓ 6 callersMethodget_m
(self, r)
Test-Case-Generator/test_case.py:344
↓ 6 callersFunctionis_space_free
Return True if a position on the board is free. >>> is_space_free([' ', 'X',' ',' ',' ',' ',' ',' ',' ',' '], 1) False >>> is_space_
Tic-Tac-Toe Games/tic-tac-toe5.py:99
↓ 6 callersFunctionmenu
()
Hotel-Management.py:1
↓ 6 callersMethodnorm
normalizes this vector and returns it.
linear-algebra-python/src/lib.py:172
↓ 6 callersFunctionpage1
()
bank_managment_system/frontend.py:1106
↓ 6 callersFunctionprint_in_range
This function prints the nodes in a BST that are in the range k1 to k2 inclusive
binary_search_trees/print_in_range.py:5
↓ 6 callersMethodpush
(self, data)
Sorting Algorithims/heapsort_linkedlist.py:11
↓ 6 callersFunctionrandom_int
()
random-sentences.py:16
↓ 6 callersMethodreverse
(self)
LinkedLists all Types/singly_linked_list.py:181
↓ 6 callersFunctionspeak
(text)
facebook-autologin-bot.py:22
↓ 5 callersMethod__init__
(self, optimizer, max_lr, total_steps, pct_start=0.3, anneal_strategy='cos', div_factor=25.0,
ML/src/python/neuralforge/optim/schedulers.py:68
↓ 5 callersMethodadd_card
(self, card)
BlackJack_game/blackjack_rr.py:86
↓ 5 callersFunctionbuild_application_index
()
JARVIS/apps.py:39
↓ 5 callersFunctioncheck_number
Check if input is a number of any kind or not.
is_number.py:12
↓ 5 callersFunctioncheck_number
Check if input is a number of any kind or not.
very_easy/is_number.py:12
↓ 5 callersMethoddeal
(self)
BlackJack_game/blackjack_rr.py:75
↓ 5 callersFunctiondraw_board
Display the current board.
Tic-Tac-Toe Games/tic-tac-toe5.py:30
↓ 5 callersFunctiondraw_button
(text, font, text_col, button_col, x, y, width, height)
Street_Fighter/src/main.py:122
↓ 5 callersFunctionexit_menu
()
Hotel-Management.py:305
↓ 5 callersMethodget_details
(self, acc_no)
bank_managment_system/backend.py:93
↓ 5 callersMethodget_history
(self, key: str)
ML/src/python/neuralforge/utils/metrics.py:24
↓ 5 callersMethodindex_document
Returns - string Input - str: a string of words called document ---------- Indexes the document. It does this by perf
Search_Engine/backend.py:41
↓ 5 callersMethodindex_question_answer
Returns - string Input - str: a string of words called question ---------- Indexes the question and answer. It does t
QuestionAnswerVirtualAssistant/backend.py:46
↓ 5 callersMethodinsert_at_beginning
(self, new_data)
Add_two_Linked_List.py:11
↓ 5 callersMethodinsert_at_end
(self, data)
LinkedLists all Types/circular_linked_list.py:26
↓ 5 callersMethodisEmpty
(self)
Infix_to_Postfix.py:16
↓ 5 callersFunctionload_image
(img_file_name)
flappyBird_pygame/flappy_bird.py:143
↓ 5 callersMethodmain
(self)
CliYoutubeDownloader.py:74
↓ 5 callersMethodmove
Método para mover todos os tubos
Flappy Bird - created with tkinter/Tubes.py:248
↓ 5 callersMethodpaste
(self)
Emoji Dictionary/emoji_dictionary.py:206
↓ 5 callersFunctionprint_wrong
Print styled text(red). :parameter text: text to print. :parameter print_function: Function that will be used to print in game.
Industrial_developed_hangman/src/hangman/main.py:25
↓ 5 callersFunctionprintc
(color, message)
Colors/print_colors.py:13
↓ 5 callersMethodrecord
(self, winner, chips, player_point, dealer_point)
BlackJack_game/blackjack_simulate.py:345
↓ 5 callersMethodsearch
(self, val, to_delete=False)
binary_search_tree.py:49
↓ 5 callersFunctionsearch_in_toc
Searches a particular lesson name provided as a parameter in toc and returns its starting and ending page numbers. Args: toc (nested l
VoiceAssistant/Project_Basic_struct/textRead.py:293
↓ 5 callersFunctionstart_game
()
Snake Game Using Turtle/main.py:97
↓ 5 callersFunctiontext_translator
(Text)
personal_translator.py:17
↓ 5 callersMethodupdate_scoreboard
Clears and rewrites the score and high score in the top-left corner.
Snake Game Using Turtle/scoreboard.py:33
↓ 5 callersMethodwidth
getter for the width
linear-algebra-python/src/lib.py:315
↓ 4 callersFunctionBroadCasating
(msg)
Python_chatting_application/server.py:37
↓ 4 callersMethod_make_layer
(self, block, out_channels, blocks, stride=1)
ML/src/python/neuralforge/nn/convolution.py:52
↓ 4 callersMethodadd_card
(self, card)
blackJackGUI.py:81
↓ 4 callersMethodcalculate_point
(self)
BlackJack_game/blackjack_simulate.py:229
↓ 4 callersMethodchangeComponent
input: an index (pos) and a value changes the specified component (pos) with the 'value'
linear-algebra-python/src/lib.py:162
↓ 4 callersFunctioncheck_winner
Check if `player` has a winning line on `board`.
Tic-Tac-Toe Games/tic-tac-toe3.py:21
↓ 4 callersMethodcollide
collision detection between ball and this brick
brickout-game/brickout-game.py:189
↓ 4 callersFunctioncreate_button
Creates a turtle-based button with a label.
Snake Game Using Turtle/main.py:46
↓ 4 callersFunctioncycle
(i)
Recursion Visulaizer/recursionVisualizer.py:45
↓ 4 callersMethoddeal_card
(self)
blackJackGUI.py:113
↓ 4 callersMethoddraw
(self, canvas, pos)
blackJackGUI.py:53
↓ 4 callersMethoddraw
draws the ball onto screen.
brickout-game/brickout-game.py:59
↓ 4 callersFunctiondrawCards
Draw a number of cards from the top of the global `unoDeck`. Raises ValueError if the deck runs out of cards.
BoardGame-CLI/uno.py:58
↓ 4 callersFunctiondraw_bg
(image, is_game_started=False)
Street_Fighter/src/main.py:110
↓ 4 callersFunctionfactorial
(n)
factorial_perm_comp.py:12
↓ 4 callersFunctionframes_to_msec
(frames, fps=FPS)
flappyBird_pygame/flappy_bird.py:160
↓ 4 callersMethodgetPhotoImage
Retorna um objeto da classe PIL.ImageTk.PhotoImage de uma imagem e as imagens criadas de PIL.Image (photoImage, new, original)
Flappy Bird - created with tkinter/Tubes.py:202
↓ 4 callersMethodget_total
(self)
1 File handle/File handle text/counter.py:33
↓ 4 callersFunctiongreet
Uses the datetime library to generate current time and then greets accordingly. Args: g (str): To decide whether to say hello or goo
VoiceAssistant/Project_Basic_struct/speakListen.py:26
↓ 4 callersMethodinBounds
(self, coord)
floodfill/floodfill.py:120
↓ 4 callersMethodinsert_front
(self, data)
LinkedLists all Types/doubly_linked_list.py:24
↓ 4 callersFunctionis_click_on_button
Checks if a click (x, y) is within the bounds of a visible button.
Snake Game Using Turtle/main.py:120
↓ 4 callersFunctionis_dangerous_request
(text)
JARVIS/safety.py:47
↓ 4 callersFunctionis_valid_bst
Function to check if a binary tree is a binary search tree
binary_search_trees/validate_bst.py:5
↓ 4 callersFunctionis_winner
Return True if the given letter has won the game. >>> is_winner([' ', 'X','X','X',' ',' ',' ',' ',' ',' '], 'X') True >>> is_winner(
Tic-Tac-Toe Games/tic-tac-toe5.py:73
↓ 4 callersMethodlen
(self)
LinkedLists all Types/doubly_linked_list.py:82
↓ 4 callersMethodlen
(self)
LinkedLists all Types/singly_linked_list.py:79
↓ 4 callersMethodlength
(self)
singly_linked_list.py:11
↓ 4 callersFunctionlogin
()
bookstore_manangement_system.py:43
↓ 4 callersFunctionmake_move
Place the letter on the board at the given position.
Tic-Tac-Toe Games/tic-tac-toe5.py:68
↓ 4 callersFunctionparse_word_from_site
Parse word from website. :param url: url that word will be parsed from. :return Optional[str]: string that contains the word. :raise
Industrial_developed_hangman/src/hangman/main.py:64
↓ 4 callersMethodpop
(self)
Infix_to_Postfix.py:24
↓ 4 callersMethodpredict
Returns - string Input - string ---------- Returns the completion word of the input word - takes in a word
AutoComplete_App/backend.py:129
↓ 4 callersMethodpredict_image
(self, image_tensor)
ML/tests/test_model.py:59
↓ 4 callersFunctionprimeFactorization
input: positive integer 'number' returns a list of the prime number factors of 'number'
primelib/primelib.py:153
↓ 4 callersFunctionprint_right
Print styled text(red). :parameter text: text to print. :parameter print_function: Function that will be used to print in game.
Industrial_developed_hangman/src/hangman/main.py:36
↓ 4 callersMethodpush
(self, new_data)
Python Programs/Python Program to Reverse a linked list.py:30
↓ 4 callersMethodrefresh
Moves the food to a new random position within the provided game boundaries.
Snake Game Using Turtle/food.py:20
↓ 4 callersMethodrefresh_prompt
(self)
BlackJack_game/blackjack_simulate.py:300
↓ 4 callersFunctionsearch_acc
()
bank_managment_system/frontend.py:100
↓ 4 callersMethodshowing
(self)
BlackJack_game/blackjack_simulate.py:262
↓ 4 callersFunctionspeak
(audio)
cricket_news.py:10
↓ 4 callersMethodstart_game
Start main process of the game.
Industrial_developed_hangman/src/hangman/main.py:152
↓ 4 callersMethodstate_dict
(self)
ML/src/python/neuralforge/optim/optimizers.py:261
↓ 4 callersMethodsummary
(self, event)
wiki/wiki.py:76
← previousnext →101–200 of 2,483, ranked by callers