Search
Advanced Search
Show Categories
Add New Script
Modify script
About Us
Terms Of Use
Link To Us
Recommend Us
Contact Us
Links
List by category
Most popular
 1. WeberDev's Forums
 2. Easy payments...
 3. Circular preloader
 4. Phase...
 5. FFTW with OpenCV
 6. Menu with...
 7. Basic...
 8. UserGate...
 9. PixExpose
10. Two Levels XML...
more ...
Top rated
 1. Pixel Ad Script
 2. Googlebot last...
 3. Export MS...
 4. XMLNuke
 5. Smash Bugs | ...
 6. EViLDDL Top Site
 7. Visitor Statistics
 8. Site Web...
 9. The Perfect...
10. CodeAvalanche...
more...

HOME > Python > Development

 Development scripts

An advanced GUI library for Python - PyQT
The Qt toolkit is a widely-used cross-platform GUI toolkit, available for Windows, Linux, Mac OSX, and handheld platforms. QT has a well-structured, but flexible, object-oriented organization, clear documentation, and an intuitive API. This article l
 
Functional programming in Python, Part 3
The Part 3 of the series continues the discussion by illustrating additional capabilities, like currying and other higher-order functions contained in the Xoltar Toolkit. Article includes code snipets.
 
Functional programming in Python, Part 2
This column continues the introduction to functional programming (FP) in Python. The introduction to different paradigms of program problem-solving demonstrates several intermediate and advanced FP concepts. Article includes code snipets.
 
Functional programming in Python
Although users usually think of Python as a procedural and object-oriented language, it actually contains everything you need for a completely functional approach to programming. This article discusses general concepts of functional programming, and