| Next revision | Previous revision |
| cs_lang:python [2011/07/12 09:58] – created cedric | cs_lang:python [2025/08/09 00:44] (current) – cedric |
|---|
| {{ :cs_lang:python:guido_van_rossum.jpg?200|Thank you Guido!}} | {{ :cs_lang:python:guido_van_rossum.jpg?200|Thank you Guido!}} |
| | ====== Presentation ====== |
| | ===== Paradigm ===== |
| | * multi-paradigm: object-oriented, imperative, functional, procedural, reflective; |
| | * eager evaluation. |
| | |
| | ===== Typing discipline ===== |
| | * duck; |
| | * dynamically typed; |
| | * strongly typed. |
| | |
| ====== Learning Python ====== | ====== Learning Python ====== |
| * [[http://www.python.org/ | Python Programming Language – Official Website]]; | * [[http://www.python.org/ | Python Programming Language – Official Website]]; |
| * [[http://code.activestate.com/recipes/langs/python/ | Popular Python recipes]]. | * [[http://code.activestate.com/recipes/langs/python/ | Popular Python recipes]]. |
| |
| ====== Things to know ====== | |
| ~~PAGEINDEX=cs_lang:python:things-to-know~~ | |
| |
| ====== Social networks ====== | |
| * [[http://www.afpy.org/Members/Cedric | Association Francophone PYthon (AFPY)]]; | |
| * [[http://bitbucket.org/cedricbonhomme | Bitbucket]]. | |
| |
| ====== Books ====== | ====== Books ====== |
| <html><div align="center"><div id="weeb79c9a772ed4899790d5d72cb3d04d"></div><script type="text/javascript" charset="UTF-8" src="http://www.librarything.com/widget_get.php?userid=cedricbonhomme&theID=weeb79c9a772ed4899790d5d72cb3d04d"></script><noscript><a href="http://www.librarything.com/profile/cedricbonhomme">My Library</a> at <a href="http://www.librarything.com">LibraryThing</a></noscript></div></html> | |
| |
| * on [[http://www.librarything.com/catalog/cedricbonhomme&tag=cs_lang:python | LibraryThing]]; | |
| * [[http://www.diveintopython.org/ | Dive Into Python]], by [[http://diveintomark.org/ | Mark Pilgrim]]; | * [[http://www.diveintopython.org/ | Dive Into Python]], by [[http://diveintomark.org/ | Mark Pilgrim]]; |
| * [[http://www.packtpub.com/expert-python-programming/book | Expert Python Programming]], by [[http://tarekziade.wordpress.com/ | Tarek Ziadé]]; | * [[http://www.packtpub.com/expert-python-programming/book | Expert Python Programming]], by [[http://tarekziade.wordpress.com/ | Tarek Ziadé]]; |
| * [[http://diveintopython3.org/ | Dive Into Python 3]], by [[http://diveintomark.org/ | Mark Pilgrim]]. | * [[http://diveintopython3.org/ | Dive Into Python 3]], by [[http://diveintomark.org/ | Mark Pilgrim]]. |
| |
| [[http://www.delicious.com/cedricbonhomme/cs_lang:python | Various resources]]. | [[http://pinboard.in/u:cedricbonhomme/t:cs_lang:python | Various resources]]. |
| |
| {{tag>books DiveIntoPython cs_lang:python AFPY}} | {{tag>books DiveIntoPython cs_lang:python AFPY}} |