-
-
Save bagwanpankaj/8fd1b08febde992bf2b3 to your computer and use it in GitHub Desktop.
Revisions
-
myano revised this gist
Jul 27, 2013 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 ------------------- -
myano revised this gist
Jul 27, 2013 . 1 changed file with 5 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 ------------------- -
myano revised this gist
Jul 27, 2013 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 ------------------- -
myano revised this gist
Jul 27, 2013 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 ------------------------------ -
myano revised this gist
Jul 27, 2013 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 ------------------------------ -
myano revised this gist
Jul 27, 2013 . 1 changed file with 5 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 ------------------------------ -
myano revised this gist
Jul 27, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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.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/) -
myano renamed this gist
Jul 27, 2013 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
myano revised this gist
Jul 27, 2013 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 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) * [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/) -
myano created this gist
Jul 27, 2013 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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)