Programs | Location |
---|---|
A program to find duplicate files in all sub-directories of a directory | FindDuplicateFilesInDir.py |
Ping-Pong Game | Ping_Pong_Game.py |
Program to add two numbers | add-numbers.py |
Amazon back stock project | amazon-back-stock.py |
A program to determine whether the number is Armstrong number or not | armstrong-number.py |
Beautiful turtle pattern program | beautiful_turtle_pattern.py |
Binary Search Algorithm | binary_search.py |
Blackjack Game | blackjack.py |
Bresenham | bresenham.py |
Coffee-machine | coffee-machine.py |
A program to find compound interest | compound-interest.py |
Coordinates sorting | coordinates_sorting.py |
A program to find factorial of given number | factorial.py |
A program to factorize an integer into prime factors | prime_factorization.py |
A program to print ASCII Value of Character | print-ascii.py |
A program to deal with reverse words and swap cases | reverse_words_and_swap_cases.py |
A formula based Python program to find sum of series with cubes of first n natural numbers | sum-of-series.py |
A Program to find sum of square of first n natural numbers | sum-of-squares.py |
A Python program of recursion list sum | sum_of_list.py |
A program to deal with swap case | swap_case.py |
Tic-tac-toe Game | tictactoe.py |
Come up with any topic that you find missing from the repo :)