Skip to content
Basic Python CLI programs
Python
Branch: master
Clone or download

Latest commit

AsciiKay Merge pull request #21 from crackCodeLogn/upgrade/Upgrading_and_Optim…
…izing_primeNumbers

Updating and Optimizing the prime number verification program
Latest commit ae10f3e Jul 8, 2019

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
algorithms Selection Sort and Insertion Sort Oct 21, 2018
math Update and rename number_determiner.py to math/number_lesser_greater.py Mar 16, 2018
network Create are_you_connected_to_world.py Mar 12, 2018
shell_games Added comments and error handling Oct 3, 2018
simple_scripts Update and rename ForLoopExample.py to simple_scripts/for_loop_mounta… Jul 7, 2019
useful_scripts made code more elegant Mar 12, 2018
CONTRIBUTING.md Updated spelling of any Oct 1, 2018
LICENSE Create LICENSE Jan 18, 2018
README.md Update README.md Oct 29, 2018
_config.yml Set theme jekyll-theme-minimal Jul 9, 2017
cartesian_plane_quadrant.py Update and rename quadrant.py to cartesian_plane_quadrant.py Jul 30, 2017
count_algorithm_execution_time.py Count time taken by your algorithm to run Aug 7, 2017
days_you_lived.py Create days_you_lived.py Aug 7, 2017
deMorgans_law.py Rename DeMorgansLaw.py to deMorgans_law.py Aug 9, 2017
decimal_to_binary_converter.py Create decimal_to_binary_converter.py Aug 20, 2017
decrypting_caesars_cipher.py Update and Fix decrypting_caesars_cipher.py Aug 15, 2017
dictionary.py Add files via upload Jan 13, 2017
difference_testing.py Update and rename differenceTesting.py to difference_testing.py Aug 7, 2017
discount.py Add files via upload Oct 25, 2016
discountPercent.py Add files via upload Oct 25, 2016
distance_on_number_line.py Update and rename distanceOnNumberLine.py to distance_on_number_line.py Aug 11, 2017
figure determiner.py Add files via upload Oct 14, 2016
findLcm.py Add files via upload Oct 22, 2016
find_cube_root.py find cube root by brute forcing Aug 8, 2017
find_roots.py Find roots of quadratic equations in python Jul 9, 2017
find_square_root.py find square root by brute forcing Aug 8, 2017
find_square_root_of_imperfect_square.py Update with certainty var for user defined rounding Aug 29, 2017
geometric_progression_builder.py Update and rename Geometric_progression_builder.py to geometric_progr… Jul 31, 2017
healthScore.py Add files via upload Oct 17, 2016
hello_world.py Update and rename Hello World.py to hello_world.py Jul 30, 2017
html_source.py Update and rename Html.py to html_source.py Jul 31, 2017
identity_matrix_recognizer.py identify a identity matrix Nov 8, 2017
image_downloader.py Rename image downloader.py to image_downloader.py Jul 30, 2017
in_the_something.py Update in_the_something.py Aug 11, 2017
item_index.py Algorithm for finding index of item Feb 5, 2017
kay_sort.py Fixed bug in calling function Feb 5, 2017
lessThanMoreThan.py Add files via upload Oct 17, 2016
linear_search.py Add files via upload Feb 1, 2017
listOperations.py Add files via upload Oct 15, 2016
listOperationsMethods.py Update listOperationsMethods.py Oct 15, 2016
listReverse.py Add files via upload Oct 25, 2016
list_comprehensions.py Create list_comprehensions.py Oct 31, 2016
logarithm_integer.py Update important comment Aug 17, 2017
madLibs.py Update madLibs.py Oct 13, 2016
magicball_8.py Update magicball_8.py Jul 30, 2017
mathoperators.py Add files via upload Oct 15, 2016
max_by_alphabetical_order.py find maximum element in list by alphabetical order Sep 4, 2017
max_int_in_list.py Add files via upload Jan 31, 2017
min_by_alphabetical_order.py find minimum string by alphabetical order Sep 4, 2017
min_int_in_list.py Update min_int_in_list.py Jan 31, 2017
mod_example.py Add files via upload Oct 7, 2016
modified_selection_sort.py Rename selection_sort.py to modified_selection_sort.py Jul 31, 2017
morse_code_decoder.py simple morse code decoding algo Mar 9, 2017
multiplicationTables.py Add files via upload Oct 16, 2016
my_name.py Update and rename my name.py to my_name.py Jul 30, 2017
nearest_square_and_its_root.py find nearest square to a given number Sep 4, 2017
newOnContacts.py Add files via upload Oct 12, 2016
non_multiples.py Create non_multiples.py Oct 31, 2016
ordered_binary_search.py Binary Search Algo Feb 1, 2017
otherAngle.py Add files via upload Oct 23, 2016
password_creator.py Rename password creator.py to password_creator.py Aug 1, 2017
percentageCalc.py Add files via upload Oct 17, 2016
percentage_increase_decrease.py Rename Percentage.py to percentage_increase_decrease.py Jul 31, 2017
physics.py Add files via upload Oct 12, 2016
pigLatin.py Add files via upload Oct 17, 2016
piggyBank.py Update piggyBank.py Oct 12, 2016
ping_host.py ping function in python to check if host is D OR A Jul 30, 2017
primeNumbers.py Adding comments for understanding Feb 13, 2019
profitLoss.py Add files via upload Oct 25, 2016
pyKeywords.py Add files via upload Oct 22, 2016
pythagoras.py Add files via upload Oct 17, 2016
python_files_compiler.py Rename exe_compiler.py to python_files_compiler.py Jul 30, 2017
randomModule.py Add files via upload Oct 25, 2016
readFiles.py Add files via upload Oct 21, 2016
reverse_sort.py Algorithm for sorting array in reverse order Feb 4, 2017
rock,paper,scissor.py Add files via upload Oct 7, 2016
selection_sort.py Rename _selection_sort.py to selection_sort.py Jul 31, 2017
sendingEmailsInPython.py Add files via upload Oct 19, 2016
sleepWellAlarm.py Update sleepWellAlarm.py Oct 25, 2016
sortString.py Add files via upload Oct 16, 2016
sortingFunctions.py Add files via upload Oct 14, 2016
squareTurtle.py Add files via upload Oct 18, 2016
square_root_algorithm.py
squarecube.py Update squarecube.py Oct 21, 2016
star_turtle.py Star Dec 3, 2018
stringIndexing.py Add files via upload Oct 15, 2016
stringOperations.py Add files via upload Oct 15, 2016
stringReverse.py Add files via upload Oct 17, 2016
sumAverage.py Add files via upload Oct 17, 2016
sum_array.py Update and rename sumUp.py to sum_array.py Aug 5, 2017
sum_of_arithmetic_sequence.py Sum formula of arithmetic sequence Apr 9, 2017
swap_case.py Swap alpha cases like lower() to upper() and vice versa Mar 15, 2017
systemInfo.py Add files via upload Oct 21, 2016
table_maker.py Update table_maker.py Oct 31, 2016
take-a-break.py Add files via upload Oct 7, 2016
testofdivisibility.py Update testofdivisibility.py Oct 21, 2016
time_conversion.py Convert Time from 12 to 24 format Mar 21, 2017
tuplesExample.py Add files via upload Oct 21, 2016
turtleRandomWeb.py Add files via upload Oct 18, 2016
videodownloader.py Add files via upload Oct 23, 2016
writingFiles.py Add files via upload Oct 21, 2016

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 kalpaktake@gmail.com

You can’t perform that action at this time.