Archives for “Python”

Python-PostgreSQL Database Adapter ( read more )


A Python web application framework designed for use on Google App Engine servers ( read more )


A Python-Powered Static Site Generator ( read more )


Python tools inspired by Perl::Moose ( read more )


Creole markup tools written in Python ( read more )


Python mongodb kit ( read more )


Facebook open graph API auth backend implementation using the Django web framework and Python ( read more )


Eric (bukan nama orang) adalah sebuah aplikasi IDE (Integrated Development Environment) untuk bahasa Python dan Ruby. Eric IDE sendiri ditulis dalam bahasa python dan berbasis pada platform toolkit GUI QT yang juga dipakai oleh KDE. Selain Qt, Eric IDE juga memanfaatkan Scintilla sebagai kendali editornya. Saat ini Eric IDE sudah memasuki versi stable ke 4 [...]


On Python, The term function is used to refer to a subroutine that can be executed independently, and the term method is used to refer to a function that can only be executed when bound to an object, that is, called on an instance of a particular class. An operator may be independent or it [...]


In most programming languages, including C++ and Java, we must declare each variable, specifying its type, before it can be used. This is called static typing, because the compiler knows at compile time what type each variable is. Python, like most very high level languages, uses a different approach: Vari- ables have no type restrictions [...]


Before we can really explore the Python language we need to know how to execute Python code. We will show this by reviewing a tiny example program that is just one line long. We must use a plain text editor for working with Python files.★ On Windows it is possible to use Notepad, but IDLE [...]


The full installation of Python includes IDLE, a basic but very use- ful integrated development environment. When IDLE is launched (click Start?All Programs?Python 2.x?IDLE on Windows, or click Finder?Applica- tions?MacPython 2.x?IDLE on Mac OS X, or run idle & in a console on Linux), it presents its Python Shell window. As the screenshot in Figure [...]




Switch to our mobile site