Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ndleah/python-mini-project
/ functions
Functions
580 in github.com/ndleah/python-mini-project
⨍
Functions
580
◇
Types & classes
50
↳
Endpoints
23
↓ 2 callers
Function
StartTheGame
()
Tic_Tac_Toe/tic_tac_toe.py:101
↓ 2 callers
Method
_delete_node
(self, node)
linked_lists/doubly_linked_list.py:30
↓ 2 callers
Function
_e
(e, t)
digit-recognizer/app/static/js/jquery-3.3.1.min.js:1600
↓ 2 callers
Method
_insert_between
(self, element, predecessor, sucessor)
linked_lists/doubly_linked_list.py:25
↓ 2 callers
Method
_reset_game
(self)
Lazy_Pong/pong.py:265
↓ 2 callers
Function
_t
(e, t, n, r)
digit-recognizer/app/static/js/jquery-3.3.1.min.js:2207
↓ 2 callers
Method
_write_win
(self, winner_name: str)
Lazy_Pong/pong.py:337
↓ 2 callers
Method
add
(self,root,data)
Binary_Search_Tree/bst.py:26
↓ 2 callers
Method
all_legal_moves
Return all legal moves for the player
Othello-Reversi-Game/Board.py:22
↓ 2 callers
Function
check_line
(row, col, delta_row, delta_col)
Connect-Four/main.py:40
↓ 2 callers
Method
concatenate
(self, other_string)
string_manipulator/string_manipulator.py:5
↓ 2 callers
Method
create_transaction_frame
(self, title, button_command, row, transactions)
Finance_Tracker/main.py:61
↓ 2 callers
Function
de
(e)
digit-recognizer/app/static/js/jquery-3.3.1.min.js:236
↓ 2 callers
Function
display_score
(current_score)
Caterpillar_Game/Caterpillar.py:67
↓ 2 callers
Function
draw
(e)
digit-recognizer/app/static/js/main.js:29
↓ 2 callers
Function
drawBoard
(screen)
Chess_Game/ChessGame.py:113
↓ 2 callers
Function
drawPieces
(screen, board)
Chess_Game/ChessGame.py:121
↓ 2 callers
Function
errors
()
Google_Translate/translate.py:8
↓ 2 callers
Function
et
(e, t, n)
digit-recognizer/app/static/js/jquery-3.3.1.min.js:1636
↓ 2 callers
Function
for_all_pages
(page_no)
Web Scraping IPhone from Flipkart/project.py:50
↓ 2 callers
Function
game_over
()
Caterpillar_Game/Caterpillar.py:59
↓ 2 callers
Method
getAllPossibleMoves
(self)
Chess_Game/ChessEngine.py:91
↓ 2 callers
Function
getPosition
(clientX, clientY)
digit-recognizer/app/static/js/main.js:24
↓ 2 callers
Method
getRankFile
(self, r, c)
Chess_Game/ChessEngine.py:220
↓ 2 callers
Method
get_amount_from_entry
(self, entry)
Finance_Tracker/main.py:130
↓ 2 callers
Function
get_products
(products_id)
Crud_in_flask/main.py:14
↓ 2 callers
Function
hashing
(password)
Hashed_and_Salted_Pass/hashing_and_salting.py:6
↓ 2 callers
Method
inCheck
(self)
Chess_Game/ChessEngine.py:70
↓ 2 callers
Function
insertLetter
(letter,pos)
Tic_Tac_Toe/tic_tac_toe.py:10
↓ 2 callers
Method
is_empty
(self)
linked_lists/linked_stack.py:22
↓ 2 callers
Function
load_highest_score
()
Color_Game/main.py:44
↓ 2 callers
Function
m
(e, t, n)
digit-recognizer/app/static/js/jquery-3.3.1.min.js:17
↓ 2 callers
Function
main_game_loop
()
TEXTVENTURE/game.py:449
↓ 2 callers
Function
main_screen_selection
()
TEXTVENTURE/game.py:284
↓ 2 callers
Method
makeMove
(self, move)
Chess_Game/ChessEngine.py:23
↓ 2 callers
Function
make_coordinate
(image, line_parameters)
Finding_Lanes/lanes.py:15
↓ 2 callers
Function
ne
(e, t)
digit-recognizer/app/static/js/jquery-3.3.1.min.js:135
↓ 2 callers
Function
page
:param title: (str) the title of the Wikipedia page to summarize :param sentences: (int) the number of sentences to include in the summary (o
Speaking_Wikipedia/speaking_wikipedia.py:6
↓ 2 callers
Function
place_leaf
()
Caterpillar_Game/Caterpillar.py:75
↓ 2 callers
Function
play_sound
(duration)
Morse_code_beep/main.py:63
↓ 2 callers
Method
printData
(self)
Stack_structure/main.py:30
↓ 2 callers
Function
quit_game
()
TEXTVENTURE/game.py:269
↓ 2 callers
Method
restructdata
(self,root)
Binary_Search_Tree/bst.py:31
↓ 2 callers
Function
score
(score)
Snake_game/main.py:30
↓ 2 callers
Function
selectRandom
(li)
Tic_Tac_Toe/tic_tac_toe.py:95
↓ 2 callers
Method
squareUnderAttack
(self, r, c)
Chess_Game/ChessEngine.py:76
↓ 2 callers
Function
st
()
digit-recognizer/app/static/js/jquery-3.3.1.min.js:1758
↓ 2 callers
Function
text_display
(letter, x_start, y_start)
Spinning Donut/spinningdonut.py:44
↓ 2 callers
Function
typing_speed
()
TestTypingSpeed/TestTypingSpeed.py:4
↓ 2 callers
Method
undoMove
(self)
Chess_Game/ChessEngine.py:37
↓ 2 callers
Method
update_table
(self, tree, transactions)
Finance_Tracker/main.py:146
↓ 2 callers
Function
voicing_text
Speaks the given text using the text-to-speech engine :param text: (str) the text to speak :return: (str) the input text
Speaking_Wikipedia/speaking_wikipedia.py:18
↓ 1 callers
Function
Ce
(e)
digit-recognizer/app/static/js/jquery-3.3.1.min.js:605
↓ 1 callers
Function
Ee
(e, t)
digit-recognizer/app/static/js/jquery-3.3.1.min.js:623
↓ 1 callers
Function
EmailCheck
()
ExtractPhoneNumberEmail/PhoneEmailExtraction.py:36
↓ 1 callers
Function
Etopo
(lon_area, lat_area, resolution)
earth.py:5
↓ 1 callers
Function
GamePlay
()
Tic_Tac_Toe/tic_tac_toe.py:130
↓ 1 callers
Function
Ke
(e, t, n)
digit-recognizer/app/static/js/jquery-3.3.1.min.js:1624
↓ 1 callers
Function
Me
(e, t)
digit-recognizer/app/static/js/jquery-3.3.1.min.js:1451
↓ 1 callers
Function
PhoneNumCheck
()
ExtractPhoneNumberEmail/PhoneEmailExtraction.py:11
↓ 1 callers
Function
PrintMatches
()
ExtractPhoneNumberEmail/PhoneEmailExtraction.py:56
↓ 1 callers
Function
Qe
(e)
digit-recognizer/app/static/js/jquery-3.3.1.min.js:1613
↓ 1 callers
Function
R
(e)
digit-recognizer/app/static/js/jquery-3.3.1.min.js:821
↓ 1 callers
Function
SpeakText
(command)
Speech_To_Text/Speech_To_Text.py:8
↓ 1 callers
Function
Start_Program
()
IP_Locator/main.py:93
↓ 1 callers
Function
Te
(e, t, n, r, i, o)
digit-recognizer/app/static/js/jquery-3.3.1.min.js:583
↓ 1 callers
Function
TieGame
()
Tic_Tac_Toe/tic_tac_toe.py:120
↓ 1 callers
Function
Ut
(e, t, n, r)
digit-recognizer/app/static/js/jquery-3.3.1.min.js:2247
↓ 1 callers
Function
Xt
(e, t, n)
digit-recognizer/app/static/js/jquery-3.3.1.min.js:2227
↓ 1 callers
Method
__new__
(cls, *args, **kwargs)
digit-recognizer/app/predictors.py:27
↓ 1 callers
Method
_add
(self, data, node)
Binary_tree/tree.py:19
↓ 1 callers
Method
_check_collision
(self)
Lazy_Pong/pong.py:271
↓ 1 callers
Method
_check_end_game
(self)
Lazy_Pong/pong.py:349
↓ 1 callers
Method
_find
(self, data, node)
Binary_tree/tree.py:38
↓ 1 callers
Method
_move_computer
(self)
Lazy_Pong/pong.py:305
↓ 1 callers
Method
_move_player
(self, event: pygame.event)
Lazy_Pong/pong.py:315
↓ 1 callers
Method
_printTree
(self, node)
Binary_tree/tree.py:55
↓ 1 callers
Method
_translate
(self)
Dictionary/dictionary_.py:22
↓ 1 callers
Method
_update_events
(self)
Lazy_Pong/pong.py:366
↓ 1 callers
Method
_update_game_speed
(self)
Lazy_Pong/pong.py:292
↓ 1 callers
Method
_write_score
(self)
Lazy_Pong/pong.py:327
↓ 1 callers
Function
access_data
(file_path)
Dictionary/dictionary.py:14
↓ 1 callers
Function
add
(a,b)
Smart_Calculator/calculator.py:3
↓ 1 callers
Method
addHelper
(self,root,data)
Binary_Search_Tree/bst.py:8
↓ 1 callers
Method
add_category
(self, category)
Expense_Tracker/expense_tracker.py:11
↓ 1 callers
Method
add_expense
(self, date, amount, category)
Expense_Tracker/expense_tracker.py:6
↓ 1 callers
Function
add_feed_to_db
(url: str, title: str, tag: str | None, link: str)
RSS_Manager/utils.py:34
↓ 1 callers
Function
add_password
()
Password_Manager/pass_mng.py:14
↓ 1 callers
Function
addressVal
(address)
Address Validator/AddressValidator.py:1
↓ 1 callers
Function
all_info
(num_of_page)
Web Scraping IPhone from Flipkart/project.py:72
↓ 1 callers
Function
animatedMoves
(move, screen,board, clock)
Chess_Game/ChessGame.py:128
↓ 1 callers
Function
answer
(num)
GK_Maestro/answer_bank.py:2
↓ 1 callers
Method
articles
list all the articles of Feed
RSS_Manager/utils.py:75
↓ 1 callers
Function
ascii_maker
()
Fancy_Text_Generator/main.py:5
↓ 1 callers
Function
ask_question
()
Math_Game/math_game.py:32
↓ 1 callers
Method
assign_values_to_board
(self)
Minesweeper_game/minesweeper.py:31
↓ 1 callers
Function
at
()
digit-recognizer/app/static/js/jquery-3.3.1.min.js:1754
↓ 1 callers
Function
average_lines_intercept
(image, lines)
Finding_Lanes/lanes.py:24
↓ 1 callers
Function
be
(e, t, n)
digit-recognizer/app/static/js/jquery-3.3.1.min.js:573
↓ 1 callers
Function
calculate_postfix
(postfix)
infix_postfix_calculator/main.py:52
← previous
next →
101–200 of 580, ranked by callers