| |

| Python for the PalmOS Posted in Python > Miscellaneous by tutorialgrub on May 14, 2011
Pippy is a port of (a subset of) Python to the PalmOS. With Pippy, Python programmers can create custom applications to run on Palm devices, as well as use Pippy as an interactive environment directly on the Palm. This article evaluates the strengths and limitations of Pippy as a means of implementing Palm applications. |
| |

| Python 3 Metaclasses and other strange creatures Part-2 Posted in Python > Development by tutorialgrub on May 04, 2011
This second article builds on the previous article. In Part 2 of this two-part series, discover more new Python features and details on more advanced topics such as changes in abstract base classes, metaclasses, and decorators. |
| |

| More powerful Python testing techniques Posted in Python > Development by tutorialgrub on Apr 30, 2011
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 through months and years of further tweaks and improvements. |
| |

| Doing more with the Django admin Posted in Python > Development by tutorialgrub on Apr 29, 2011
The built-in administration console provided by Django is one of its biggest selling points. Find out how to extend the existing admin application without ever modifying the source. Learn three ways to customize this powerful application to suit your needs |
| |

| Industrial-strength Python testing frameworks Posted in Python > Development by tutorialgrub on Apr 29, 2011
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. Adopting one of the new generation of Python testing frameworks will provide concise idioms and uniform testing techniques that, in the past, every Python project had to supply for itself. |
| |

| Avoid common querying mistakes with better Django models Posted in Python > Development by tutorialgrub on Apr 29, 2011
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 their own code. Learn how to avoid common querying mistakes, use model managers to encapsulate complex queries, and take advantage of the powerful new aggregation features available in Django V1.1 |
| |

| Intro to Django - Building a To-Do ListIntro to Django - Building a To-Do List Posted in Python > Development by tutorialgrub on Apr 29, 2011
Intro to Django - Building a To-Do List on NETTUTS.com |
| |

| Leveraging industrial-strength Python testing Posted in Python > Development by tutorialgrub on Apr 29, 2011
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 supported, or not supported, by Zope, py.test and nose. Learn how these testing frameworks will support your Python development. |
| |

| Printing Text in Python - Part 2 Posted in Python > Miscellaneous by tutorialgrub on Apr 29, 2011
"This tutorial will build on what you learned in Printing Text in Python - Part 1. For this tutorial I am using Python 2.6.4. You can get Python here. |
| |

| Tic-Tac-Toe in Python Posted in Python > Miscellaneous by tutorialgrub on Apr 29, 2011
I will in this tutorial show how to make a Tic-Tac-Toe game in Python. It will include functions, lists, if statements, while loops, for loops, error handling etc. |
1 2 3 4 5 6 7 8 9 10 11 12 >> Next |