Skip to content

Instantly share code, notes, and snippets.

@bagwanpankaj
Forked from myano/python101-notes.md
Last active August 29, 2015 14:14
Show Gist options
  • Save bagwanpankaj/8fd1b08febde992bf2b3 to your computer and use it in GitHub Desktop.
Save bagwanpankaj/8fd1b08febde992bf2b3 to your computer and use it in GitHub Desktop.

Revisions

  1. @myano myano revised this gist Jul 27, 2013. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions python101-notes.md
    Original file line number Diff line number Diff line change
    @@ -40,6 +40,7 @@ Other Relevant Links
    --------------------

    * [Python](http://xkcd.com/353/)
    * [Python Standard Library](http://docs.python.org/2/library/)

    Contact Information
    -------------------
  2. @myano myano revised this gist Jul 27, 2013. 1 changed file with 5 additions and 0 deletions.
    5 changes: 5 additions & 0 deletions python101-notes.md
    Original file line number Diff line number Diff line change
    @@ -36,6 +36,11 @@ Resources for Further Learning
    [What Now?](http://docs.python.org/2/tutorial/whatnow.html)
    -----------------------------------------------------------

    Other Relevant Links
    --------------------

    * [Python](http://xkcd.com/353/)

    Contact Information
    -------------------

  3. @myano myano revised this gist Jul 27, 2013. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions python101-notes.md
    Original file line number Diff line number Diff line change
    @@ -33,6 +33,9 @@ Resources for Further Learning
    * [The Python Tutorial](http://docs.python.org/2/tutorial/)
    * [Python for Beginners](http://www.python.org/about/gettingstarted/)

    [What Now?](http://docs.python.org/2/tutorial/whatnow.html)
    -----------------------------------------------------------

    Contact Information
    -------------------

  4. @myano myano revised this gist Jul 27, 2013. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions python101-notes.md
    Original file line number Diff line number Diff line change
    @@ -22,6 +22,7 @@ Links Found During Talk

    1. [List of Built-in Functions](http://docs.python.org/2/library/functions.html)
    2. [Helper Scripts](https://gist.github.com/myano/6093748)
    3. [Fancy Output](http://docs.python.org/2/tutorial/inputoutput.html#fancier-output-formatting)

    Resources for Further Learning
    ------------------------------
  5. @myano myano revised this gist Jul 27, 2013. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions python101-notes.md
    Original file line number Diff line number Diff line change
    @@ -21,6 +21,7 @@ Links Found During Talk
    -----------------------

    1. [List of Built-in Functions](http://docs.python.org/2/library/functions.html)
    2. [Helper Scripts](https://gist.github.com/myano/6093748)

    Resources for Further Learning
    ------------------------------
  6. @myano myano revised this gist Jul 27, 2013. 1 changed file with 5 additions and 0 deletions.
    5 changes: 5 additions & 0 deletions python101-notes.md
    Original file line number Diff line number Diff line change
    @@ -17,6 +17,11 @@ I picked Python 2.x as it is what I am most familiar with. I have yet to really

    Most *nix systems come with Python 2.x and Python 3.x (unless you are running Arch Linux) with Python 2.x being the default (Arch Linux defaults to Python 3.)

    Links Found During Talk
    -----------------------

    1. [List of Built-in Functions](http://docs.python.org/2/library/functions.html)

    Resources for Further Learning
    ------------------------------

  7. @myano myano revised this gist Jul 27, 2013. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion python101-notes.md
    Original file line number Diff line number Diff line change
    @@ -20,7 +20,7 @@ Most *nix systems come with Python 2.x and Python 3.x (unless you are running Ar
    Resources for Further Learning
    ------------------------------

    * [Dive Into Python](http://www.diveintopython.net/toc/index.html)
    * [Dive Into Python](http://www.diveintopython.net/toc/index.htm)
    * [Learn Python](http://docs.python.org/3/whatsnew/3.0.html) -- interactive
    * [Learn Python the Hard Way](http://learnpythonthehardway.org/)
    * [The Python Tutorial](http://docs.python.org/2/tutorial/)
  8. @myano myano renamed this gist Jul 27, 2013. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  9. @myano myano revised this gist Jul 27, 2013. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -9,7 +9,7 @@ Welcome to Python 101 at PyOhio 2013!
    Python 2.x or Python 3.x?
    -------------------------

    "*Python 2.x is the status quo, Python 3.x is the present and future of the language*"
    *Python 2.x is the status quo, Python 3.x is the present and future of the language*

    [Python 2 or Python 3?](http://wiki.python.org/moin/Python2orPython3)

    @@ -21,7 +21,7 @@ Resources for Further Learning
    ------------------------------

    * [Dive Into Python](http://www.diveintopython.net/toc/index.html)
    * [http://www.learnpython.org/](Learn Python) -- interactive
    * [Learn Python](http://docs.python.org/3/whatsnew/3.0.html) -- interactive
    * [Learn Python the Hard Way](http://learnpythonthehardway.org/)
    * [The Python Tutorial](http://docs.python.org/2/tutorial/)
    * [Python for Beginners](http://www.python.org/about/gettingstarted/)
  10. @myano myano created this gist Jul 27, 2013.
    32 changes: 32 additions & 0 deletions gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,32 @@
    Python 101
    ==========

    Introduction
    ------------

    Welcome to Python 101 at PyOhio 2013!

    Python 2.x or Python 3.x?
    -------------------------

    "*Python 2.x is the status quo, Python 3.x is the present and future of the language*"

    [Python 2 or Python 3?](http://wiki.python.org/moin/Python2orPython3)

    I picked Python 2.x as it is what I am most familiar with. I have yet to really pick up and play around with Python 3. It is still the "norm" and most libraries you'll come across are in Python 2.x, and many of those have already been ported to Python 3. The differences between Python 2 and 3 for the most of what will be covered in this tutorial are small changes, and a list of what is different can be found [here](http://docs.python.org/3/whatsnew/3.0.html).

    Most *nix systems come with Python 2.x and Python 3.x (unless you are running Arch Linux) with Python 2.x being the default (Arch Linux defaults to Python 3.)

    Resources for Further Learning
    ------------------------------

    * [Dive Into Python](http://www.diveintopython.net/toc/index.html)
    * [http://www.learnpython.org/](Learn Python) -- interactive
    * [Learn Python the Hard Way](http://learnpythonthehardway.org/)
    * [The Python Tutorial](http://docs.python.org/2/tutorial/)
    * [Python for Beginners](http://www.python.org/about/gettingstarted/)

    Contact Information
    -------------------

    [Contact Me](https://yanovich.net/contact.php)