My python projects
Go to file
2025-09-24 09:43:30 -07:00
__pycache__ Commit of Final 5-Card_Stud_Poker_Game (Final) 2025-09-20 12:03:16 -07:00
.snapshots Changes 9-13-25 2025-09-13 10:19:03 -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
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
5-Card_Stud_Poker_Game (Final).py Modified card game and new example class 2025-09-22 11:46:21 -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 Initial commit 2025-09-12 20:37:36 -07:00
array_copying.py Initial commit 2025-09-12 20:37:36 -07:00
array_creation_functions.py Initial commit 2025-09-12 20:37:36 -07:00
array_indexing.py Initial commit 2025-09-12 20:37:36 -07:00
array_manipulation.py Initial commit 2025-09-12 20:37:36 -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
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
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
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
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
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
generators.py Initial commit 2025-09-12 20:37:36 -07:00
global_variables.py Initial commit 2025-09-12 20:37:36 -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
Lists_In_Functions.py Initial commit 2025-09-12 20:37:36 -07:00
matrix_class.py Initial commit 2025-09-12 20:37:36 -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
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
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
poker.py Updated deal_card function to eliminate ValueError exception 2025-09-17 10:21:27 -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
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
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
runtime_polymorphism.py Demo of runtime polymorphism through method overriding 2025-09-24 09:11:19 -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
test2.py Initial commit 2025-09-12 20:37:36 -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
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