Python: Difference between revisions

From Wiki
No edit summary
No edit summary
Line 8: Line 8:
* http://en.wikibooks.org/wiki/Python_Programming
* http://en.wikibooks.org/wiki/Python_Programming


== pip for python3 ==
* apt-get install python3-setuptools
* easy_install3 pip
* pip-3.2 install <package>


== Links ==
== Links ==
* http://stackoverflow.com/questions/2988211/how-to-read-a-single-character-at-a-time-from-a-file
* http://stackoverflow.com/questions/2988211/how-to-read-a-single-character-at-a-time-from-a-file

Revision as of 16:16, 7 December 2012


Downloads

python for beginners

pip for python3

  • apt-get install python3-setuptools
  • easy_install3 pip
  • pip-3.2 install <package>

Links