Python one
@pythonone
Followers
43
Following
0
Media
0
Statuses
10
I tweet about the Python programming language. Exclusively.
Bangkok, Thailand
Joined December 2009
Just came across http://bit.ly/gGseHA which is cryptographic toolkit for integrating cryptography into apps. It's available in Python.
0
0
2
Just came across Python Module of the Week series. PyMOTW by @doughellmann looks good. http://bit.ly/bFyHvC
0
0
0
A brilliant regex evaluator that was written with js and regex. The regex example matches RFC compliant urls: http://bit.ly/a7shJ0
0
0
0
Just started reading Practical Programming: An Introduction to Computer Science Using Python. So far it is very, well, practical.
0
0
0
There are some good folks on the tutor@python.org mailing list that can help you out when you are stuck. http://bit.ly/6LsXKH
0
0
0
Was looking for a python web scraping module and came across Beautiful Soup, and a guide on how to build a basic parser http://bit.ly/88HAYC
0
0
0
Learn Python in 10 minutes. http://bit.ly/4szOek Not for the beginner programmer. Dense and concise.
0
0
0
Interested in how regular expressions will work in Python 3? http://bit.ly/690c7P
0
0
0
An interesting asynchronous DNS solution using adns with Python bindings. http://bit.ly/6dULEM
catonmat.net
Once upon a time, I had to quickly resolve thousands of DNS names. My first solution was to call gethostbyname repeatedly for each of the hosts. This turned out to be extremely slow. I could only do...
0
0
0
The very first tweet will honor Mark Pilgrim's Dive into Python masterpiece. This book hooked me on the language: http://bit.ly/BIyY2
0
0
0