Skip to content

atmb4u/python-live

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##Congratulations on choosing python-live

###Learn Python Through Examples

This library lets you learn python from scratch, in less than a day.

Live Previews

  1. Introduction

  2. Arithmetic

  3. If Condition

  4. For Loop

  5. List

  6. While

  7. Dictionary

  8. Tuple

  9. Comments

  10. Functions

  11. Set

  12. Boolean

  13. Fibonacci

  14. Class

  15. Advanced Class

  16. Try Except

  17. Iterators

  18. Generators

  19. Decorators

  20. Regular Expressions

  21. Web Requests

  22. Unit Test

  23. WSGI Web Server

  24. Conclusion

  25. Next Steps

HOW TO

Step 1: Clone the code. git clone https://github.com/atmb4u/python-live.git

Step 2: Install Python. In Windows and Mac users, http://www.python.org/getit/ In Linux, lucky guys, most Linux distros comes with bundled with python. Try python on the command line to enter the interactive shell and confirm python is installed.

Step 3: Install ipython, jinja2, tornado and pyreadline (http://ipython.org/ipython-doc/stable/install/install.html)

Step 4: Start ipython notebook

Start ipython notebook inside the folder, and start devouring the joy of learning.

Windows Users C:\Python27\scripts\ipython.exe notebook

Linux Users ipython notebook

You will get a browser tab opened with list of tutorials. This is the easiest way to get started with python.

###Style Guide

http://www.python.org/dev/peps/pep-0008/

NB: Entire tutorial is in python 2.7 (mostly compatible with 3.x)

###Help

To find people who can help you on the journey, please check the HELP file located in the same directory. Feel free to add your name to the HELP file if you know python and you want to help out others.

About

Try and Learn python live with ipython notebook tutorials for each section

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors