HTTPie is a command line HTTP client, a user-friendly cURL replacement. http://httpie.org
#python
Learn X in Y Minutes
See samples of different programming language and their syntax, written in those languages.
Learn Python The Hard Way
One day I’ll get around to this.
PHP, Perl, Python, Ruby Compared
PHP, Perl, Python, Ruby Compared
Awesome comparison matrix of different programming/scripting languages and their elements.
googlecl
Access/work with Google services via command line.
Flask (A Python Microframework)
Flask (A Python Microframework)
“Flask is a microframework for Python based on Werkzeug, Jinja 2 and good intentions. And before you ask: It’s BSD licensed!”
ljdump
Python script to dump the contents of your LiveJournal blog.
CleverCSS
Pretty cool “programmatic” implementation of CSS. Allows for more intuitive nesting of elements, use of variables/constants and all sorts of other cool things.
Reading Code: A Computer Science Curriculum
Reading Code: A Computer Science Curriculum
A really excellent description of how computer science/programming *should* be taught, as opposed to how it is. Uses the analogy that you’re learning a new (verbal) language, so it should be taught similarly.