jasminecorp.net directory
Updated Blogs
Computer Support Blog
Essensial Software for Web Based Support
HP Server and Desktop
HP ILO - Remote Tech-Support Software
More .....



 
 

| Add Search | Advertise With JCSearch | Suggest a Site

Search the Web


Search Results

FAQs, Help, and Tutorials
Directory > Computers > Programming > Languages > Python > FAQs, Help, and Tutorials

Web Sitesi

Introductory Seminar Slides on Python
A set of introductory seminar slides on Python that could aid in the learning of the language.
http://premshree.resource-locator.com/python-seminar-210204/slides/pySlide1.jpg.htm
Reviews Rating: Not yet Rated Whois Check

Cameron Laird on Python and the Web
Discusses both client-side and server-side Web programming.
http://phaseit.net/claird/comp.lang.python/web_python.html
Reviews Rating: Not yet Rated Whois Check

Python Cookbook
Collaborative website built by ActiveState and O'Reilly, hosts user contributions; collection of
recipes.

http://aspn.ActiveState.com/ASPN/Python/Cookbook/
Reviews Rating: Not yet Rated Whois Check

Python Knowledge Base
Links, questions and answers in a categorized, searchable format.
http://www.faqts.com/knowledge_base/index.phtml/fid/199/
Reviews Rating: Not yet Rated Whois Check

JPython: The Felicitous Union of Python and Java
Excerpt from O'Reilly book: Learning Python.
http://www.oreilly.com/catalog/lpython/chapter/ch10_fel.html
Reviews Rating: Not yet Rated Whois Check

Writing CGI Programs in Python
Introduces using Python for CGI applications. Has database access examples. Several parts.
[Developer Shed]

http://www.devshed.com/Server_Side/Python/CGI/page1.html
Reviews Rating: Not yet Rated Whois Check

Python for Beginners
New to programming? This page lists some places that can get you started quickly.
http://www.python.org/doc/Newbies.html
Reviews Rating: Not yet Rated Whois Check

Python Babysteps Tutorial
Preliminary tutorial, prepares absolute beginners for other tutorials. Walks reader through
installing on Windows, using Integrated DeveLopment Environment (IDLE), writing a simple program.

http://www.coolnamehere.com/geekery/python/pythontut.html
Reviews Rating: Not yet Rated Whois Check

One Day of IDLE Toying
By Danny Yoo. Visual guide to using IDLE, a simple interactive shell for Python programming. Each
step of this tutorial has screenshots for absolute beginners. English, Dutch, German; Greek,
French, Italian, Portuguese; Indonesian.

http://hkn.eecs.berkeley.edu/~dyoo/python/idle_intro/
Reviews Rating: Not yet Rated Whois Check

Python and COM
Offers tutorial and resources on Client side COM, Server side COM, in Powerpoint and HTML format.
http://www.python.org/windows/win32com/
Reviews Rating: Not yet Rated Whois Check

Python Library Reference Search
Online. Also the search can be downloaded for mirroring and off-line use.
http://zvon.org/other/python/PHP/search.php
Reviews Rating: Not yet Rated Whois Check

TCC Publications: Programming Languages
Python language quick reference (28 pp), Tkinter reference (84 pp), Python Imaging Library PIL
quick reference (6 pp). Postscript and PDF formats available.

http://www.nmt.edu/tcc/help/pubs/lang.html
Reviews Rating: Not yet Rated Whois Check

A Course in Python/CGI
This site contains materials from a 13 week course for learning Python and CGI. Suited for
self-study.

http://www.upriss.org.uk/python/PythonCourse.html
Reviews Rating: Not yet Rated Whois Check

The Python Shelf
A documentation package in Windows HTML Help format. Contains the official Python documentation,
FAQ, "IDLE Explained," Ping's pydoc, "Introduction to Tkinter," and the HOWTOs.

http://www.orgmf.com.ar/condor/pytstuff.html
Reviews Rating: Not yet Rated Whois Check

An Introduction to Tkinter
By Fredrik Lundh. Official tutorial for Tkinter, standard Python interface to Tk GUI toolkit;
widget configuration, styling; function/method bindings to widget events; documents all Tkinter
widgets, classes. Formats: PDF, HTML.

http://www.pythonware.com/library/an-introduction-to-tkinter.htm
Reviews Rating: Not yet Rated Whois Check

Programming Python, 2nd Edition
By Mark Lutz. O'Reilly book sample. Introduces Internet related topics: Zope (web publishing
framework), HTMLgen (makes web pages from objects), Jython (Python for Java), XML processing,
server pages, Windows web scripting extensions, restricted execution mode tools.

http://www.oreilly.com/catalog/python2/chapter/ch15.html
Reviews Rating: Not yet Rated Whois Check

Instant Python
By Magnus Lie Hetland. Minimal introduction for experienced programmers. Treats basics, OO
programming, Jedi mind trick. English, French, Italian, Portuguese, Spanish; German, Norwegian;
Lithuanian, Polish, Russian; Japanese, Korean.

http://www.hetland.org/python/instant-python.php
Reviews Rating: Not yet Rated Whois Check

Regular Expression HOWTO
How to use regular expressions in Python with the re module, a gentle introduction.
http://www.amk.ca/python/howto/regex/regex.html
Reviews Rating: Not yet Rated Whois Check

Socket Programming HOWTO
programming sockets with Python.
http://www.amk.ca/python/howto/sockets/sockets.html
Reviews Rating: Not yet Rated Whois Check

Python and UML
Can the UML help Python developers? How about CP4E?
http://www.objectsbydesign.com/projects/python_uml.html
Reviews Rating: Not yet Rated Whois Check

GUI Programming with Python: QT Edition
A guide to application development using PyQt.
http://www.opendocs.org/pyqt/
Reviews Rating: Not yet Rated Whois Check

A Quick Tour of Python
Short overview of some basics, for users with some programming knowledge.
http://stsdas.stsci.edu/pyraf/python_quick_tour.html
Reviews Rating: Not yet Rated Whois Check

Python CGI
An Interactive Instruction.
http://www.cs.virginia.edu/~lab2q/
Reviews Rating: Not yet Rated Whois Check

Python Programming for Beginners
Shows how to write programs that use command-line options, read and write to pipes, access
environment variables, handle interrupts, read from and write to files, create temporary files,
write to system logs.

http://www.linuxjournal.com/article.php?sid=3946
Reviews Rating: Not yet Rated Whois Check

Python Quick Reference
By Simon Brunning. Thorough 'cheat sheet'; brief reminders for nearly each language aspect: syntax
nuances; built-in features, statements, modules; basic, advanced types, operations; lexical
entities, common development tools. For several Python versions; HTML, Zip, Windows Help, text.

http://www.brunningonline.net/simon/python/PQR.html
Reviews Rating: Not yet Rated Whois Check

Python Tutorial
Introduction to Python, where to find it, how to install, and create a very simple script.
http://martin.f2o.org/python/tutorial
Reviews Rating: Not yet Rated Whois Check

Python for Newbies
Introduction covering basics to get you started, many examples, humorous light touch.
http://blacksun.box.sk/tutorials/python.htm
Reviews Rating: Not yet Rated Whois Check

Instant Hacking
By Magnus Lie Hetland. Minimal, concise, general introduction to programming, via Python, moves
very quickly. English, Italian, Polish, Japanese, Serbian, Korean.

http://www.hetland.org/python/instant-hacking.php
Reviews Rating: Not yet Rated Whois Check

Five Minutes to a Python CGI
By David Mertz. Brief introduction to writing CGI programs, Python CGI module, formatting output,
error logging/debugging.

http://www.ddj.com/documents/s=3799/nam1012432258/index.html
Reviews Rating: Not yet Rated Whois Check

Python CGI FAQ
A user-maintained and contributed storehouse of pointers and tips on building web applications in
Python.

http://starship.python.net/crew/davem/cgifaq/faqw.cgi
Reviews Rating: Not yet Rated Whois Check

Python Programming Tutorial
By Richard G. Baldwin. Separate lessons teach programming basics. Free online, fee download files.
http://www.dickbaldwin.com/tocpyth.htm
Reviews Rating: Not yet Rated Whois Check

The Whole Python FAQ
Official FAQ, searchable, maintained by community. Entries on programming, extending, and building
Python; known bugs, using on varied operating systems, language design, real world use.

http://www.python.org/doc/FAQ.html
Reviews Rating: Not yet Rated Whois Check

Python HOWTO Documents
Pointers to various helpful Python-related HOWTO documents.
http://www.amk.ca/python/howto/
Reviews Rating: Not yet Rated Whois Check

Database Topic Guide
Python programs can use minimal code to access, display, and update a database. This guide
provides "links to relevant Python modules, documentation, and projects" concerning
databases, as well as adding persistence to Python objects.

http://www.python.org/topics/database/
Reviews Rating: Not yet Rated Whois Check

Architecture of Python
By Jim Jackson, Kar-Han Tan. Wiki-based documentation project working toward analyzing the
architectural aspects of python language via source code only.

http://wiki.cs.uiuc.edu/cs427/PYTHON
Reviews Rating: Not yet Rated Whois Check

Python Tutorial
By Guido van Rossum. Large tutorial from Python's eloquent author.
http://www.python.org/doc/current/tut/tut.html
Reviews Rating: Not yet Rated Whois Check

Learning Python
By Mark Lutz, David Ascher. Samples from O'Reilly book. Has manipulating data structures, files,
programs; internet programming; JPython, now Jython, Python implementation for the Java platform.

http://www.oreilly.com/catalog/lpython/chapter/
Reviews Rating: Not yet Rated Whois Check

Non-Programmer's Tutorial for Python
By Josh Cogliati. Evolving tutorial for absolute beginners. Covers many basic, some intermediate
topics; many code samples, simple hands-on exercises. [Open Content, public domain]

http://www.honors.montana.edu/~jjc/easytut/easytut/
Reviews Rating: Not yet Rated Whois Check

Web Programming Topic Guide
General guide to using CGI and other Web-related programming with Python.
http://www.python.org/topics/web/
Reviews Rating: Not yet Rated Whois Check

Python Topic Guides
Give overviews of resources associated with specific topics. Written by volunteers interested in
making such resources easier for all to find. Topics: databases, scientific computing, Tkinter, Web
programming, XML.

http://www.python.org/topics/
Reviews Rating: Not yet Rated Whois Check

Python Documentation Index
Official tutorial and references, including library/module usage, Macintosh libraries, language
syntax, extending/embedding, and the Python/C API. Also links to off-site beginners' tutorials,
HOWTOs, and many special interest topics.

http://www.python.org/doc/
Reviews Rating: Not yet Rated Whois Check

Python SIGs
Archives of current and past listserv discussions on a LOT of interesting topics. GREAT for
researching problems.

http://www.python.org/sigs/
Reviews Rating: Not yet Rated Whois Check

 


Jasminecorp.net directory is based on the Open Directory and is being modified by Jasminecorp.

©2004 Jasmine Computers Inc.

Click here to subscribe for Jasminecorp's product News.

Home | JCBid |Software Development | Domain Registration | Hosting | Web Designing | Buy Books | Advertise with JCSearch | Whois | IP Locator | Add Search | Shopping | Store | Free Blogs | Free GuestBook | Free E-Cards | Free Games | Free Tutorials | Set as Home | Add to Favorite | Suggest a Site | Directory | Our Portfolio | Terms of service | Free quote | Tell a Friend | Special Offer | Job Opportunities | games | Usenet Groups

Submit a Site to Jasminecorp.net Directory || Advertise with us

 

Help build the largest human-edited directory on the web.
Submit a Site - Open Directory Project - Become an Editor
Get a Domain Name:
.com .us .info
.org .in .name
.net .biz .asia