Both sides previous revisionPrevious revisionNext revision | Previous revision |
python [2010/11/02 00:09] – cedric | python [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 |
---|
====== Learning Python ====== | |
* [[http://www.python.org/ | Python Programming Language – Official Website]]; | |
* [[http://www.python.org/dev/peps/pep-0008/ | Style Guide for Python Code (PEP 0008)]] (to read before programming with Python); | |
* [[http://www.pythonchallenge.com/ | The Python Challenge]] (learning is fun); | |
* [[http://code.activestate.com/recipes/langs/python/ | Popular Python recipes]]. | |
| |
====== Social networks ====== | |
* [[http://www.afpy.org/Members/Cedric | Association Francophone PYthon (AFPY)]]; | |
* projets on [[http://bitbucket.org/cedricbonhomme | Bitbucket]]. | |
| |
====== Projets ====== | |
* [[http://thesecurityteam.wikidot.com/serrure-securisee | pyLock]] : une serrure sécurisée pour SSH ; | |
* [[http://ip-link.wikidot.com/ | IP-Link]] : visualiser graphiquement les relations entre les différentes IP d'une capture ; | |
* [[http://pychatter.wikidot.com/ | pyChatter]] : une messagerie instantanée originale reposant sur les systèmes multi-agent (SMA) ; | |
* [[http://bitbucket.org/cedricbonhomme/pyaggr3g470r/ | pyaggr3g470r]] : un agrégateur de nouvelles (RSS, ATOM, etc.) multi-threadé, utilisant le module [[http://www.feedparser.org/ | feedparser]]. Une interface Web (utilisant [[http://www.cherrypy.org/ | CherryPy]]) permet de lire les articles stockés dans une base SQLite. Possibilité d'être alerté par mail de nouveaux articles pour les flux désirés; | |
* [[http://bitbucket.org/cedricbonhomme/stegano/ | Stéganô]]: un simple module de stéganographie; | |
* [[http://bitbucket.org/cedricbonhomme/pysecret/ | pySecret]]: un simple module de cryptographie (Cesar, Vigenere, Affine, Permutation, Substitution, Hill, RSA, ElGamal). | |
| |
===== Python 3 ===== | |
* un [[http://bitbucket.org/cedricbonhomme/minesweeper-3k/ | démineur]] Tkinter; | |
* [[http://bitbucket.org/cedricbonhomme/pyhids/wiki/Home | pyHIDS]] : un simple HIDS pour vérifier l'intégrité des fichiers de son système. | |
| |
| |
====== 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.packtpub.com/expert-python-programming/book | Expert Python Programming]], by [[http://tarekziade.wordpress.com/ | Tarek Ziadé]]; | |
* [[http://www.qtrac.eu/py3book.html | Programming in Python 3]], by [[http://www.qtrac.eu/marksummerfield.html | Mark Summerfield]]; | |
* [[http://diveintopython3.org/ | Dive Into Python 3]], by [[http://diveintomark.org/ | Mark Pilgrim]]. | |
| |
[[http://www.delicious.com/cedricbonhomme/cs_lang:python | Various resources]]. | |
| |
{{tag>projects pyAggr3g470r books DiveIntoPython cs_lang:python AFPY}} | |