GUI
- pyxdg - freedesktop.org specifications support - Handle application menu, file MIME types, recently used files, .desktop files and more used by Linux/Unix window managers.
- Introduction to PyQt4 - How to create applications with PyQt4
- Simple text editor in PyQT4 - First application in PyQT4
- Extending PyQT4 text editor - Adding more features using PyQT4 widgets
- QYolk I - List widgets in PyQt4 - How to use list widgets in PyQt4
- QYolk II - Containers - How to use a Tab Widget
- PyQT4 Text editor - final changes - Some advanced PyQT4 features
- QYolk III - List of updates - A new feature
- Building standalone MS Windows apps with py2exe - How to make standalone Windows applications from Python and PyQt4 scripts using py2exe.
- Building Mac OS X applications with py2app - How to make standalone Mac applications from Python and PyQt4 scripts using py2app.
- WebKit in PyQt - rendering web pages - qt-webkit provides WebKit API in the Qt library and it can be use in PyQt to render web pages
- PyQt events - A description of Qt events, and QListWidget example of handling mouse events.
- QtSql in PyQt4 - handling databases - Overview of QtSql classes in PyQt that allow managing databases and grid integration
- QGraphicsView and QGraphicsScene - Description of widgets for visualizing 2D data (images etc.)
- QTimer - making timers in PyQt4 - Description of timers available in PyQt4
- QScintilla2 and PyQT4 - Adding widgets for programmers to PyQt4.
- Making PyQt4 widgets with SIP - Tutorial on making PyQt4 widgets from Qt4 widgets using SIP.
- PictureFlow - listing images in PyQt4 - PictureFlow - extra PyQt4 widget
- Rendering PDF files in PyQt4 with pypoppler-qt4 - Description of pypoppler-qt4 - bindings for Poppler library.
Pylons
- Pylons and nginx - How to run pylons on nginx
- Pylons on cherokee - How to run pylons on cherokee
Tests and Benchmarks
- Python, C and C++ efficiency on JPG thumbnail creation - There are several tools to make thumbnails: Imagemagick, PIL ,GD, and also EPEG/libjpeg. And we also can make Python modules from a C Epeg library and compare how much slower it will get if we use it from a scripting language like Python.
- Pylons benchmark on various servers - SCGI and FastCGI, Cherokee and Nginx
- Lighttpd and Cherokee Benchmark - Pylons and SCGI
- Simple Python Frameworks Benchmark - A simple httperf benchmark
- cherokee and lighttpdf Django SCGI benchmark - A small test
- Plain Files - server I/O benchmarks - How reading plain files imact performance
- Added: 14.07.2008 by riklaunim