Python
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
algorithms
math
network
shell_games
simple_scripts
useful_scripts
CONTRIBUTING.md
LICENSE
README.md
_config.yml
cartesian_plane_quadrant.py
count_algorithm_execution_time.py
days_you_lived.py
deMorgans_law.py
decimal_to_binary_converter.py
decrypting_caesars_cipher.py
dictionary.py
difference_testing.py
discount.py
discountPercent.py
distance_on_number_line.py
figure determiner.py
findLcm.py
find_cube_root.py
find_roots.py
find_square_root.py
find_square_root_of_imperfect_square.py
geometric_progression_builder.py
healthScore.py
hello_world.py
html_source.py
identity_matrix_recognizer.py
image_downloader.py
in_the_something.py
item_index.py
kay_sort.py
lessThanMoreThan.py
linear_search.py
listOperations.py
listOperationsMethods.py
listReverse.py
list_comprehensions.py
logarithm_integer.py
madLibs.py
magicball_8.py
mathoperators.py
max_by_alphabetical_order.py
max_int_in_list.py
min_by_alphabetical_order.py
min_int_in_list.py
mod_example.py
modified_selection_sort.py
morse_code_decoder.py
multiplicationTables.py
my_name.py
nearest_square_and_its_root.py
newOnContacts.py
non_multiples.py
ordered_binary_search.py
otherAngle.py
password_creator.py
percentageCalc.py
percentage_increase_decrease.py
physics.py
pigLatin.py
piggyBank.py
ping_host.py
primeNumbers.py
profitLoss.py
pyKeywords.py
pythagoras.py
python_files_compiler.py
randomModule.py
readFiles.py
reverse_sort.py
rock,paper,scissor.py
selection_sort.py
sendingEmailsInPython.py
sleepWellAlarm.py
sortString.py
sortingFunctions.py
squareTurtle.py
square_root_algorithm.py
squarecube.py
stringIndexing.py
stringOperations.py
stringReverse.py
sumAverage.py
sum_array.py
sum_of_arithmetic_sequence.py
swap_case.py
systemInfo.py
table_maker.py
take-a-break.py
testofdivisibility.py
time_conversion.py
tuplesExample.py
turtleRandomWeb.py
videodownloader.py
writingFiles.py

README.md

Beginners-Python-Programs

Basic python CLI programs as examples
All the examples are useful examples
This examples are of beginners level

Hey guys i wrote these programs when i was just starting up with programming, now i realize that many of 'em feel very un-professional and useless so i decided to go one by one through all and make 'em more usefull and professional !

Note: In 2.x versions input isn't useful , lly , in 3.x versions raw_input isn't useful. Also, xrange() and other methods are discontinued or changed in 3.x versions of python. Change the keywords accordingly!

NOTE: WORK IN PROGRESS!
Files Outside Particular Folders/Directories have not been checked yet!
Files inside, directories offer much elegant code and explaination



Also see this : Beginners-Python-Examples/CONTRIBUTING.md
contact [email protected]