Exploring Python - Simon Willison, Stack Overflow DevDays Amsterdam 2009
Notes from the introduction to Python presentation Simon Willison gave today at Stack Overflow DevDays Amsterdam.
Tweet 1 CommentsSave Tags: how-to, python
Python quirks
I’ve been using Python for a while. Recently I have noted some nuances, wonders and counter-intuitive things I ran into. The list grew surprisingly... more »
Tweet 1 CommentsSave Tags: python
How to Write a Spelling Corrector
In the past week, two friends (Dean and Bill) independently told me they were amazed at how Google does spelling correction so well and quickly. The... more »
Tweet 1 CommentsSave Tags: how-to, python
Python- Reworking the GIL
The last couple of days I've been working on an experimental rewrite of the GIL. Since the work has been turning out rather successful (or, at least,... more »
Tweet 0 CommentsSave Tags: python
Python on Ice
“Python?” “Yes, Python. It’s a high-level language, we used it for the prototype. We can use it for parts of the system where performance isn’t... more »
Tweet 0 CommentsSave Tags: python, reviews
PyHP - Python Web Site Programming
PyHP is an Apache module which embeds the Python language inside web pages. It is inspired by the PHP module to permit quick and easy dynamic web... more »
Tweet 0 CommentsSave Tags: open source, php, python
Python vs Clojure
This is an interesting time to review programming languages! On the one hand I see a general tendency that companies and individuals are leaving the... more »
Tweet 1 CommentsSave Tags: frameworks, python, reviews
Django 1.2 Planned Features
These are the features proposed for inclusion in Django 1.2, broken into high, medium, and low priorities. For more details, see Version 1.2 Roadmap.
Tweet 0 CommentsSave Tags: announcement, frameworks, python
DZone Daily Dose - 2009/10/27
Adobe makes a Flash Builder for Force.com, Bill Keller possibly confirms the Apple Slate rumors, and Canonical sets a limit on the amount of free... more »
Tweet 0 CommentsSave Tags: apple, flash-flex, python, ria
Getting Started with IronPython
I recently spent some time getting IronPython up and running on my system; I will review what I learned in this post. Hosted inside an interpreter,... more »
Tweet 0 CommentsSave Tags: .net, how-to, python
IronRuby and IronPython for .NET 4.0 Beta 2
I’m pleased to announce the release of the IronRuby and IronPython CTPs for .NET 4.0 Beta 2. This is the third preview of IronRuby and IronPython... more »
Tweet 0 CommentsSave Tags: .net, announcement, python, ruby
Building a Flash Chat Socket Server with Stackless Python
When most people decide to build a socket server for their Flash/Flex projects they usually turn toward using Java since there are many excellent ways... more »
Tweet 0 CommentsSave Tags: flash-flex, python
Genetic Algorithms and Genetic Programming benchmark on Unladen Swallow, PyPy, Jython, IronPython and CPython
Genetic Algorithms and Genetic Programming benchmark on Unladen Swallow, PyPy, Jython, IronPython and CPython
Tweet 0 CommentsSave Tags: open source, python, research
Django Capacity Planning -- Reading the Meta Model
I find that some people spend way too much time doing "meta" programming. I prefer to use someone's framework rather than (a) write my own or (b)... more »
Tweet 0 CommentsSave Tags: frameworks, open source, opinion, python
Writing Command Line Utilities with Python and Optparse
Explore the capabilities of the optparse library in Python.
Tweet 1 CommentsSave Tags: frameworks, how-to, open source, python
Install and run google app engine on linux
Learn how to install, run Google app engine on linux, ubuntu and uploading it to Google servers.
Tweet 0 CommentsSave Tags: how-to, python, unix-linux, usability
NetBeans 6.8 Beta Coming; Does Oracle Care?
NetBeans 6.8 passes milestone 2 and is preparing for a Beta release. New features listed. There is also concern among NetBeans developers about the... more »
12 cheat sheet for developers
A cheatsheet is a very important utility, a useful reference that a developer should have on the desktop . A cheatsheet can improve our work and can... more »
Tweet 0 CommentsSave Tags: css-html, php, python, web design
Pure Python Implementation of the MySQL Protocol
MySQL Connector/Python is implementing the MySQL Client/Server protocol completely in Python. This means you don't have to compile anything or MySQL... more »
Tweet 0 CommentsSave Tags: database, python
Free Licenses of Agilo Pro for Open Source Projects
agile42 offers for open source projects and students free Agilo Pro Licenses.
Tweet 0 CommentsSave Tags: agile, open source, python, tools
Interview with Python 3
Python 3 is the latest version of the wildly popular programming language. Rather than merely listing new features, we decided to get to know this... more »
Tweet 1 CommentsSave Tags: python
Your Chance to Contribute to an Open Source Project
A piece on how open-source projects start, and a chance to work on one: an easy-to-use site monitor written in Python.
Tweet 0 CommentsSave Tags: open source, python, unix-linux
Python is Unix
Ryan Tomayko’s I like Unicorn because it’s Unix should be required reading for anyone doing anything involving networks or unixes these days. it’s... more »
Tweet 1 CommentsSave Tags: python, ruby, unix-linux
South - Django Migrations
South brings migrations to Django applications. Its main objectives are to provide a simple, stable and database-independent migration layer to... more »
Tweet 0 CommentsSave Tags: frameworks, python, tools