Change for the Better
Python, Frugal Living, and Wee Bit of Team Fortress 2
Showing posts with label
python
.
Show all posts
Showing posts with label
python
.
Show all posts
Tuesday, April 8, 2014
Getting Started with pylint
›
Being somewhat new to Python, I figured I'd give pylint a try. In Perl we have perlcritic which serves a very similar function (alt...
8 comments:
Saturday, July 27, 2013
python-shell-enhancement - Add History and Tab Completion to the Default Python Shell
›
I decided to take the blog post I wrote earlier this month, Add History and Tab Completion to the Default Python Shell , and commit code to ...
Tuesday, July 23, 2013
Introducing virtualenvwrapper-django
›
I recently took one of my previous posts entitled "Never Have to Type "python manage.py" with Django Again" , and combin...
1 comment:
Saturday, July 13, 2013
Django's DateTimeField auto_now* Option Caveats
›
I'm new to Python and Django and had a run in with DateTimeField's auto_now and auto_now_new. I'm importing data from an existi...
4 comments:
Wednesday, July 3, 2013
Never Have to Type "python manage.py" with Django Again
›
I got very quickly got tired making sure I was in the right directory and typing python manage.py. I found django-shortcuts but didn't...
1 comment:
Tuesday, July 2, 2013
Proper Way to Start Programming Python
›
So after quite a few missteps I've fallen into the correct pattern for programming python. There are two main tools for installing pyth...
1 comment:
Add History and Tab Completion to the Default Python Shell
›
So I've in the python shell quite a bit lately and figured it would be nice to be able to have readline history between sessions as well...
9 comments:
Cache Pip Downloads
›
Working with virtualenvwrapper makes python development so clean. And I found you can speed up installing common libraries in your differen...
Monday, July 1, 2013
Here We Go...
›
I recently took the job as AlertSite's Architect and I'll be switching gears and beginning to code python. I plan on keeping thi...
1 comment:
Home
View web version