Archive for the 'Python' Category

05.03.2010: Zipped dump of a SQLite database with Python
24.02.2010: A simple canvas-based Javascript game, with a Django back-end
22.01.2010: Weighted random generation in Python
12.12.2009: Tetris implemented in PyQt
28.11.2009: Python internals: Working with Python ASTs
11.10.2009: Porting from Turbogears to Django – a personal experience
29.08.2009: Co-routines as an alternative to state machines
20.08.2009: Frames and protocols for the serial port – in Python
19.08.2009: PySide – Nokia-sponsored LGPL bindings to Qt
07.08.2009: A “live” data monitor with Python, PyQt and PySerial
07.08.2009: It’s time for Python 2.6
31.07.2009: Listing all serial ports on Windows with Python
30.07.2009: Setting up Python to work with the serial port
11.07.2009: Generating multi-subsets using arithmetic
19.06.2009: Project Euler problem 66 and continued fractions
12.06.2009: Safely using destructors in Python
05.06.2009: Plotting in Python: matplotlib vs. PyQwt
29.05.2009: Storing BLOBs in a SQLite DB with Python/pysqlite
23.05.2009: More PyQt plotting demos
22.05.2009: Book review: “Rapid GUI Programming with Python and Qt” by Mark Summerfield
22.05.2009: Faking standard C header files for pycparser
15.05.2009: A year with Python
09.05.2009: Creating splash screens in PyQt
28.03.2009: Efficient modular exponentiation algorithms
21.03.2009: Efficient integer exponentiation algorithms
13.03.2009: Python documentation annoyance
07.03.2009: Computing modular square roots in Python
21.02.2009: Rabin-Miller primality test implementation
13.02.2009: Writing a game in Python with Pygame. Part IV
06.02.2009: Getters and setters in Python
20.01.2009: matplotlib with PyQt GUIs
19.01.2009: Moving to PyQt
16.01.2009: Python insight: beware of mutable default values for arguments
09.01.2009: Writing a game in Python with Pygame. Part III
20.12.2008: Writing a game in Python with Pygame. Part II
13.12.2008: Writing a game in Python with Pygame. Part I
09.12.2008: Bug in Python’s difflib module ?
28.11.2008: A Python replacement for PHP software ?
15.11.2008: pycparser v1.0 is out!
23.10.2008: Deploying TurboGears applications on shared hosting (Bluehost)
20.10.2008: Installing Python 2.5 on Bluehost
09.10.2008: Packaging DLLs with executables made by py2exe
13.09.2008: Google search rank
10.09.2008: Sending mail from Python with SMTP
06.09.2008: Local execution of Python CGI scripts
31.08.2008: ctypes – calling C/C++ code from Python
21.08.2008: Robust exception handling
01.08.2008: matplotlib with wxPython GUIs
26.07.2008: matplotlib – plotting with Python
03.07.2008: libcollect – collecting Python distributions
03.07.2008: Collecting Python insights
28.06.2008: Compiling Python extensions with distutils and MinGW
27.06.2008: Creating Python extension modules in C
06.06.2008: Python impressions
31.05.2008: A Tetris clone in Python / wxPython
14.05.2008: Python