Python __Underscore__ Methods
Need to override an operator in your Python class? Ever wonder what all those double-underscore class methods do? Here's your answer. My intention... more »
0 commentsSave Tags: python
Get Started With Django
Django was designed from the ground up to handle two common web developer challenges: intensive deadlines and strict adherence to the Don't Repeat... more »
0 commentsSave Tags: frameworks, how-to, python
Proper Unit Testing of App Engine and Django
How to unit test Django views in App Engine, using as little mocking as possible.
1 commentsSave Tags: frameworks, how-to, python, tools
Graphite - Enterprise Scalable Realtime Graphing
Graphite is a highly scalable real-time graphing system. As a user, you write an application that collects numeric time-series data that you are... more »
0 commentsSave Tags: frameworks, python
Python 3000: Solving the "outer scope" problem
Python has always limited you to accessing variables in local or global scope, with no way for a nested function to write to non-global variables... more »
0 commentsSave Tags: how-to, python
Easy Django installer with Apache and MySQL support
You can find here a multiplatform installer for the Django framework, you can use it on Windows, Mac OS X and GNU/Linux. It takes less than three... more »
0 commentsSave Tags: frameworks, open source, python, web design
Google App Engine performance - Part 2
So the first analysis was to look at the gadget performance with 40,000 pixels which gives a fair old number of calculations (its 16 iterations for... more »
0 commentsSave Tags: opinion, python, server
How-to: Full-text search in Google App Engine
It turns out that Google App Engine DOES have support for full-text search, it's just not documented, because the feature is still in development.
1 commentsSave Tags: how-to, python, server
Python Gets Drupy
Via Boris Mann's blog, I just learned about Drupy - a full port of Drupal on Python. Among all the initial reactions I have to this announcement, the... more »
0 commentsSave Tags: frameworks, php, python
Google App Engine and My Thoughts
After trying Google App Engine for some time, there are goods and bads to it.
1 commentsSave Tags: opinion, python, web services
Django: JSON, Object Oriented Views, and Starting a Real App
Welcome to the third installment of Wielding Django, kindly hosted by Will Larson. As I promised in the first installment, this is where people who've... more »
0 commentsSave Tags: frameworks, python
Autumn, a Python ORM
Autumn exists as a super-lightweight Object-relational mapper (ORM) for Python. It’s an alternative to (not a replacement of) SQLObject, SQLAlchemy,... more »
0 commentsSave Tags: frameworks, python
Python Development in NetBeans IDE
Amit helps you to get up and running with Python in NetBeans IDE, from downloading the NetBeans modules to running your first script!
0 commentsSave Tags: python
Robot - A Great Open Source Test Automation Framework
I was just made aware, that Robot, the test automation framework that we used at Nokia Siemens Networks for huge projects, is now open source.
0 commentsSave Tags: frameworks, java, open source, python
Huge collection of Python scripts from Microsoft
Came across this after learning that Microsoft created Asirra (see comment) in Python. I had no idea that MS thought so highly of Python. Page has... more »
1 commentsSave Tags: microsoft, python, server, windows
Interview: Allan Davis, nbPython Developer
Allan Davis recently posted a screencast of something called "nbPython", here, over on NetBeans.tv. Later, the screencast was reposted here on... more »
0 commentsSave Tags: python, tools
Tutorial: IronPython
A quick introduction to IronPython and IronPython Studio
0 commentsSave Tags: .net, how-to, python, tools
Python: Writing a Compiler and Interpreter in 160 lines of code
Author talks about experience learning Python by writing a compiler and interpreter for a simple language.
1 commentsSave Tags: how-to, open source, python, research
New foundation for Django
The Django Software Foundation, based in Lawrence, now owns the trademark and intellectual property that form the basis for the application that is... more »
0 commentsSave Tags: announcement, news, open source, python
Modern Java From a Python Perspective
I had a friend visit me today. He's a Java programmer, but he also knows enough Python, Ruby, JavaScript and Scheme to be dangerous. I asked him to... more »
2 commentsSave Tags: java, opinion, python
Java Bayesian Classifier ci-bayes 1.0 released
This is the first release of ci-bayes, a java project that provides bayesian classification to Java. It's able to see things as more than just "ham"... more »
0 commentsSave Tags: announcement, java, python, trends
Python is the new BASIC
This is the basic problem with learning how to program computers these days (the Hello World program for Java, arguably one of the most popular... more »
0 commentsSave Tags: java, opinion, other languages, python
Django 1.0 Roadmap and Schedule
This document details the schedule and roadmap towards Django 1.0.
0 commentsSave Tags: frameworks, open source, python, server
List of Free Online Python Books
List of free and legal Online Python Books and Documentation.
0 commentsSave Tags: books, python
50 Python Modules for All Needs
"One thing I really love with the Python programming language is its incredible extensibility. Here’s a list of 50 awesome modules for Python,... more »
2 commentsSave Tags: how-to, python, tools