Python
Python is a general-purpose, very high-level programming language. Its design philosophy emphasizes programmer productivity and code readability.
Application
Any
Platform
Any
License
Any
Packt is pleased to announce the release of its new book, titled Programming ArcGIS 10.1 with Python Cookbook that will help create geoprocessing scripts with ArcPy. Filled with numerous hands on...
A Google Custom Search Engine (CSE) now makes it possible to quickly find relevant language and library API reference documentation. The search engine focuses specifically on popular industry...
This article asks what the Python frameworks do when they introspect a test module to discover what tests live inside of it. It also looks at details like how common test setup and teardown is...
This article asks what the Python frameworks do when they introspect a test module to discover what tests live inside of it. It also looks at details like how common test setup and teardown is...
Look at how the leading Python testing frameworks provide robust auto-discovery of your application tests. Make sure your applications are written right the first time, and that they stay working...
This article sheds light on some of the lesser-known features of the Django ORM in particular, but SQLAlchemy users may find some of the cautions about inefficient query generation applicable to...
The recent emergence of industrial-strength Python testing frameworks means that Python tests are being written more succinctly, more uniformly, and with better reporting of results than ever before....
Django is a lightweight framework with vibrant community surrounding it. Create a simple Django application and learn how to deploy it to the Web on a server running Apache and mod_python. Finally,...
Learn to scale your UNIX Python applications to multiple cores by using the multiprocessing module which is built into Python 2.6. Multiprocessing mimics parts of the threading API in Python to give...
Amazon SimpleDB (SDB) is a fast, scalable real-time dataset indexing and querying framework that makes it easy to store and retrieve structured data for Amazon Web Services-based applications in the...
Eclipse presents a wealth of capabilities for building tools for compiled languages like C and the Java programming language, but provides little support for scripting languages like Perl, Python,...
There's far more to the world of Web servers than just Apache and IIS. While lightweight Web servers have much in common, there's also variation within the category. Most are written in C, but...
Python 3 is the latest version of Guido van Rossum's powerful general-purpose programming language. Whether the Python community will accept version 3 is anyone's guess. The breaking of backwards...
Writing code in Python is simple, however, writing code that is efficient and easy to maintain and reuse is not so straightforward. This is where this book intends to step in. Written by Tarek Ziadé,...
ActiveState Software, the dynamic languages company, released Komodo IDE 5.0 today. Komodo IDE 5.0 enhances the award-winning integrated development environment with new and improved features for...
Python is a simple and powerful language for scripting and even application development. Various GUI packages available for Python makes it suitable for developing full fledged applications in python...
In part 3 of the Metaclass programming in Python series, Michele and David help programmer eschew cleverness that makes design more complicated, code more fragile, and the learning curves steeper in...
In this series of two articles, learn about non-obvious features and misfeatures that have been added to the last several Python versions, with the goal of helping part-time Python programmers...