Python Development Tips
Get smart with these essential protips for python developers.
Hello Python
Madhu GB
·
2 responses
·
python, apache, mod_wsgi
Just a Python Faker
joke2k
·
0 responses
·
python, test, package, generator
Put this line in your pip.conf
Yuwei Ba
·
0 responses
·
python, pip
Simple way to parse json in the terminal
yaakov
·
0 responses
·
python, terminal, json
Quick Sort in Python
灵小句
·
0 responses
·
python, algorithm, quicksort, sort
Associating python's virtualenv with a project
Wéslleymberg Lisboa
·
0 responses
·
python, virtualenv, virtualenvwrapper, mkvirtualenv
Codetag - Become a Developer Legend
Fabio Rosado
·
0 responses
·
ruby, python, css, coding
Quick Prototype
Pedro Aron Barrera Almaraz
·
0 responses
·
python, mongodb, gae, backbone.js
Checking the pep8 compliance of your Django project
Rodolphe Breard
·
0 responses
·
python, django
MinStack
lukas
·
0 responses
·
python, algorithm, data structure
Install virtualenvwrapper, scipy in Ubuntu
Truong Hoang Dung
·
0 responses
·
python, ubuntu, virtualenvwrapper, scipy
Dynamic template selection in Pyramid
Scott Bradley
·
0 responses
·
python, pyramid, dynamic templates, renderers
Functional Python
Suhail Sherif
·
2 responses
·
python, functional programming
Python Easter Egg
Rashaad Essop
·
0 responses
·
python, python3, easter egg, pep20
openerp-sentry
Eduard Carreras
·
0 responses
·
python, openerp, sentry
Upload DEB packages to Bintray using dput
Jürgen Hermann
·
0 responses
·
python, linux, workflow, debian
In-place value conversion in Python
Eugene Pankov
·
2 responses
·
python, dicts, one-liners
Serving robots.txt in django1.5
Skate Hunbash
·
0 responses
·
python, django
Django ORM-like pattern
Nam Ngo
·
0 responses
·
python, django, queryset, orm
Setting up Python, MySQL Module and Django on Mac OS X Lion
Abu Ashraf Masnun
·
0 responses
·
python, mysql, mac, django
Mac OSX, homebrew & Python: Creating Virtual Environments
Abu Ashraf Masnun
·
0 responses
·
python, osx, mac, virtualenv
Debuggex: A visual regex debugger
Carlos Nasillo
·
0 responses
·
python, regex, tools, debugger
Pretty print json output
Frank Louwers
·
0 responses
·
python, cli, json
Pythonic way to calculate Standard Deviation
Mushfiq
·
0 responses
·
python, statistics
A great tip for finding the brute force solution to a problem
jg2019
·
0 responses
·
brute force solution, stair step problem recursively, java, c++