My python projects
Go to file
2025-11-06 09:34:51 -07:00
__pycache__ Commit of Final 5-Card_Stud_Poker_Game (Final) 2025-09-20 12:03:16 -07:00
.snapshots Adding unit & mock test examples, new tests directory and a snapshot 2025-10-04 11:17:09 -07:00
.vscode Final Poker Game commit 2025-09-17 11:22:48 -07:00
code_challenges Initial commit 2025-09-12 20:37:36 -07:00
games Moved poker to games folder 2025-10-05 14:52:51 -07:00
modules moved module files to the modules directory 2025-10-04 19:28:51 -07:00
tests Adding unit & mock test examples, new tests directory and a snapshot 2025-10-04 11:17:09 -07:00
2D_array_boolean_indexing.py Initial commit 2025-09-12 20:37:36 -07:00
2D_array_indexing.py Initial commit 2025-09-12 20:37:36 -07:00
2D_array_slicing.py Initial commit 2025-09-12 20:37:36 -07:00
2D_int_array_indexing.py Initial commit 2025-09-12 20:37:36 -07:00
3D_array_indexing.py Initial commit 2025-09-12 20:37:36 -07:00
activations.py Initial commit 2025-09-12 20:37:36 -07:00
animal_talk.py Initial commit 2025-09-12 20:37:36 -07:00
args_and_kargs_in_func.py Changes 9-13-25 2025-09-13 10:19:03 -07:00
args_and_optionals..py Changes 9-13-25 2025-09-13 10:19:03 -07:00
array_boolean_indexing.py Initial commit 2025-09-12 20:37:36 -07:00
array_comparisons.py increased range of array to (1, 21) and added comparison of array % 2 == 0 2025-09-29 09:55:20 -07:00
array_copying.py Modified code to target two slices of sales_data_2021 np array 2025-09-29 09:44:13 -07:00
array_creation_functions.py Add formatted text to first three np arrays 2025-09-29 10:18:23 -07:00
array_indexing.py Initial commit 2025-09-12 20:37:36 -07:00
array_manipulation.py modified line 11 to add 20 to elements > 10 2025-09-29 10:26:30 -07:00
array_scalar_operations.py Initial commit 2025-09-12 20:37:36 -07:00
array_statistical_operations.py Initial commit 2025-09-12 20:37:36 -07:00
assigning_values_to_indexed_elements.py Initial commit 2025-09-12 20:37:36 -07:00
binary_search_tree.py Adding trees and graphss 2025-10-12 10:37:29 -07:00
binary_tree.py Adding trees and graphss 2025-10-12 10:37:29 -07:00
broadcasting_arrays.py Initial commit 2025-09-12 20:37:36 -07:00
class_inheritance.py Initial commit 2025-09-12 20:37:36 -07:00
class_Pet.py Initial commit 2025-09-12 20:37:36 -07:00
class_user_def_context_mgr.py Initial commit 2025-09-12 20:37:36 -07:00
classes_fundamentals.py Initial commit 2025-09-12 20:37:36 -07:00
complex_class.py Initial commit 2025-09-12 20:37:36 -07:00
concatenating_arrays.py Initial commit 2025-09-12 20:37:36 -07:00
concession_stand.py Adding concession_stand.py 2025-10-17 11:59:00 -07:00
console_print_with_function.py Initial commit 2025-09-12 20:37:36 -07:00
Context_Managers.py Initial commit 2025-09-12 20:37:36 -07:00
decorator_add.py Initial commit 2025-09-12 20:37:36 -07:00
decorator_chaining.py Initial commit 2025-09-12 20:37:36 -07:00
decorator_exercise.py Updated decorator_exercise.py, dict_merge.py, discounted_list_prices.py & playing_cards.py 2025-09-14 17:12:45 -07:00
decorator_validation.py Initial commit 2025-09-12 20:37:36 -07:00
default_func_parameters.py Initial commit 2025-09-12 20:37:36 -07:00
determinate_test.py moved module files to the modules directory 2025-10-04 19:28:51 -07:00
dice_game.py Adding dice_game.py 2025-10-19 16:23:08 -07:00
dict_merge.py Updated decorator_exercise.py, dict_merge.py, discounted_list_prices.py & playing_cards.py 2025-09-14 17:12:45 -07:00
digital_to_binary.py Initial commit 2025-09-12 20:37:36 -07:00
digital_to_hexidecimal.py Initial commit 2025-09-12 20:37:36 -07:00
discounted_list_prices.py Updated decorator_exercise.py, dict_merge.py, discounted_list_prices.py & playing_cards.py 2025-09-14 17:12:45 -07:00
Dog.py Use of csv file and mulitiple inheritance demo 2025-09-24 08:43:03 -07:00
doubly_linked_class.py Added doubly_lined_class.py module and list. 2025-10-09 08:44:44 -07:00
doubly_linked_list.py Added doubly_lined_class.py module and list. 2025-10-09 08:44:44 -07:00
dynamic_polymorphism.py Demo of runtime polymorphism through method overriding 2025-09-24 09:11:19 -07:00
enhanced_decorators.py Initial commit 2025-09-12 20:37:36 -07:00
ExpensiveQuerySimulation.py More python files 2025-09-27 14:51:07 -07:00
flattening_arrays.py Initial commit 2025-09-12 20:37:36 -07:00
flexible_decorators.py Initial commit 2025-09-12 20:37:36 -07:00
func_calls_func.py Initial commit 2025-09-12 20:37:36 -07:00
function_picker.py Adding function_picker.py to demo class with function parameter and any number of arg and kwarg parameters 2025-10-08 14:29:04 -07:00
generators.py Initial commit 2025-09-12 20:37:36 -07:00
Gin_Rummy_Card_Game.py More python files 2025-09-27 14:51:07 -07:00
global_variables.py Initial commit 2025-09-12 20:37:36 -07:00
Graph_Database_Simulation.py More python files 2025-09-27 14:51:07 -07:00
graph_with_edge_lengths.py Adding trees and graphss 2025-10-12 10:37:29 -07:00
graph.py Adding trees and graphss 2025-10-12 10:37:29 -07:00
hand_utils.py Moved hand_rank_name to hand_utils.py 2025-09-19 18:57:07 -07:00
high-order_functions.py Initial commit 2025-09-12 20:37:36 -07:00
item_class.py Initial commit 2025-09-12 20:37:36 -07:00
items.csv Use of csv file and mulitiple inheritance demo 2025-09-24 08:43:03 -07:00
kargs_in_dynamic_funcs.py Initial commit 2025-09-12 20:37:36 -07:00
keyword_arguments_in_func_exercise.py Initial commit 2025-09-12 20:37:36 -07:00
keyword_arguments_in_func_solution.py Initial commit 2025-09-12 20:37:36 -07:00
keyword_arguments_in_funcs.py Initial commit 2025-09-12 20:37:36 -07:00
lambda_funcs_with_built-ins.py Initial commit 2025-09-12 20:37:36 -07:00
Lambda_funcs.py Initial commit 2025-09-12 20:37:36 -07:00
lambda_with_lists.py Initial commit 2025-09-12 20:37:36 -07:00
layers.py Initial commit 2025-09-12 20:37:36 -07:00
linear_algebra.py Initial commit 2025-09-12 20:37:36 -07:00
linked_list.py Added documentation to the Python Code 2025-10-07 18:04:10 -07:00
Lists_In_Functions.py Initial commit 2025-09-12 20:37:36 -07:00
LRUCache.py More python files 2025-09-27 14:51:07 -07:00
matrix_class.py Initial commit 2025-09-12 20:37:36 -07:00
matrix_mult.py Modified matrix_mult to be a module 2025-10-02 08:53:18 -07:00
matrix_transpose.py Converted matrix_transpose.py into a module 2025-10-02 09:02:04 -07:00
merge_arrays.py Initial commit 2025-09-12 20:37:36 -07:00
modify_data_structure.py Initial commit 2025-09-12 20:37:36 -07:00
modify_global_var_in_func.py Initial commit 2025-09-12 20:37:36 -07:00
mro_resolution_example.py Demo of MRO resolution with multiple inheritance 2025-09-24 09:22:20 -07:00
mult_array.py Initial commit 2025-09-12 20:37:36 -07:00
mult_inheritance.py Use of csv file and mulitiple inheritance demo 2025-09-24 08:43:03 -07:00
mult_with_pool.py Initial commit 2025-09-12 20:37:36 -07:00
mult_with_queue.py Initial commit 2025-09-12 20:37:36 -07:00
mult.py Initial commit 2025-09-12 20:37:36 -07:00
multi_layer_network.py Randomized the input to random.seed() 2025-09-24 09:37:20 -07:00
multi-layer-perceptron.py Initial commit 2025-09-12 20:37:36 -07:00
my_module.py Adding unit & mock test examples, new tests directory and a snapshot 2025-10-04 11:17:09 -07:00
MyProductClass Enhanced.py Use of csv file and mulitiple inheritance demo 2025-09-24 08:43:03 -07:00
MyProductClass.py Modified card game and new example class 2025-09-22 11:46:21 -07:00
Neo4j_graph_database_simulation.py Neo4j Graph Database Simulation in Python code 2025-09-28 15:45:11 -07:00
nested_functions.py Initial commit 2025-09-12 20:37:36 -07:00
neural_network_example.py Update neural network code 2025-09-24 09:43:30 -07:00
non_local_variables.py Initial commit 2025-09-12 20:37:36 -07:00
numpy_2D_matrices.py Initial commit 2025-09-12 20:37:36 -07:00
numpy_array.py Initial commit 2025-09-12 20:37:36 -07:00
numpy_linspace_function.py Initial commit 2025-09-12 20:37:36 -07:00
operator_overloading.py Demo of operator overloading in Python 2025-09-24 09:16:58 -07:00
orbital.py Initial commit 2025-09-12 20:37:36 -07:00
packing-unpacking.txt.py Initial commit 2025-09-12 20:37:36 -07:00
packing.py Initial commit 2025-09-12 20:37:36 -07:00
playing_cards.py Updated decorator_exercise.py, dict_merge.py, discounted_list_prices.py & playing_cards.py 2025-09-14 17:12:45 -07:00
poker_class_version.py Final commit 2025-09-18 11:54:21 -07:00
pop_list.py Final Poker Game commit 2025-09-17 11:22:48 -07:00
product_class.py Changed product2 instance 2025-09-15 10:28:52 -07:00
product_revenues_exercise.py Initial commit 2025-09-12 20:37:36 -07:00
python_closures.py Initial commit 2025-09-12 20:37:36 -07:00
python_decorators.py Initial commit 2025-09-12 20:37:36 -07:00
quiz_game.py Adding quiz_game.py 2025-10-16 09:57:22 -07:00
random_arrays_2.py Initial commit 2025-09-12 20:37:36 -07:00
random_arrays.py Initial commit 2025-09-12 20:37:36 -07:00
rectangle.py initial commit 2025-11-06 09:34:51 -07:00
reshape_array.py Initial commit 2025-09-12 20:37:36 -07:00
RMD_Calculator.py Initial commit 2025-09-12 20:37:36 -07:00
rock_paper_scissors.py Added Python Rock-Paper-Scissors Game 2025-10-18 10:26:55 -07:00
runtime_polymorphism.py Demo of runtime polymorphism through method overriding 2025-09-24 09:11:19 -07:00
ShoppingCartProgram.py Adding ShoppingCartProgram.py 2025-10-16 09:58:25 -07:00
single_node_neural_network.py Initial commit 2025-09-12 20:37:36 -07:00
sleeping_decorator.py Initial commit 2025-09-12 20:37:36 -07:00
slicing_1D_arrays.py Initial commit 2025-09-12 20:37:36 -07:00
sorted_arrays.py Initial commit 2025-09-12 20:37:36 -07:00
sorting_2d_arrays.py Initial commit 2025-09-12 20:37:36 -07:00
square_matrix_transpose.py Adding new file to repo 2025-09-30 17:14:32 -07:00
test2.py Initial commit 2025-09-12 20:37:36 -07:00
test_.py Adding unit & mock test examples, new tests directory and a snapshot 2025-10-04 11:17:09 -07:00
test_dbl_linked_list.py Added sample program with imported doubly_linked_list module 2025-10-09 10:46:21 -07:00
test_digital_to_hexidecimal.py Initial commit 2025-09-12 20:37:36 -07:00
test.py Initial commit 2025-09-12 20:37:36 -07:00
threshold_checker.py Initial commit 2025-09-12 20:37:36 -07:00
timing_decorator.py Initial commit 2025-09-12 20:37:36 -07:00
two_numbers_sum_to_9.py Initial commit 2025-09-12 20:37:36 -07:00
Unit_Test.py Adding unit & mock test examples, new tests directory and a snapshot 2025-10-04 11:17:09 -07:00
unpacking.py Initial commit 2025-09-12 20:37:36 -07:00
using_eval_function.py Initial commit 2025-09-12 20:37:36 -07:00
using_kwargs.py Initial commit 2025-09-12 20:37:36 -07:00
zipping_lists.py Initial commit 2025-09-12 20:37:36 -07:00