This tutorial by Devshed.com delves into basic syntax, and concepts of Python. It also traces the history of development and coming about of Python as a scripting language.
This module is a Python Library to support all IP2Location™ database products. It has been optimized for speed and memory utilization. Developers can use the API to qeury all IP2Location™ binary databases for applications written in...
ActiveState offers open source for Python and other programming languages.
Visual Python is the full-featured Python development environment plug-in for Visual Studio .NET. Key features include a syntax-aware editor for faster Python programming; a fully integrated debugger for increased code quality and robustness; and...
From this Cookies 101 article you can learn what is a cookie, how to use it to protect your web applications, cookie management etc., The author has restricted his cookie theory with PHP and has given seperate example codings with guide lines on...
This column discusses a Python project of mine, the indexer module, and it has an additional purpose: Like you, I am always trying to learn more, and with this installment, I invite comments and ideas from readers. Your contributions will be...
To extend Zope, you first extend Python. While extending Python is not brain surgery, it's no walk in the park either. There are two basic components to a Python extension. The first is obviously the C code. I'll cover that in a minute. The other...
Python is a freely available, high-level, interpreted language developed by Guido van Rossum. It combines a clear syntax with powerful but optional object-oriented semantics. Python has a lot of the same strengths as other script languages used...
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,...
The Java sockets 101 is a tutorial on sockets for use in Java programs. This tutorial is absolutely fit for those who are new to sockets. This tutorial may seem a bit basic, if you are aware of classes and its usage in the java.net.package. The... |