zeta-punk-x1 / Beginners-Python-Examples

Basic Python CLI programs

Home Page:https://asciikay.github.io/Beginners-Python-Examples/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Beginners-Python-Programs

Basic python CLI programs as examples.
All the examples are useful examples.
These 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 useful and professional!

Note: In 2.x versions input isn't useful. Similarly, 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

About

Basic Python CLI programs

https://asciikay.github.io/Beginners-Python-Examples/

License:GNU General Public License v3.0


Languages

Language:Python 99.9%Language:HTML 0.1%