Geometry.Net - the online learning center
Home  - Basic_P - Python Programming
e99.com Bookstore
  
Images 
Newsgroups
Page 9     161-173 of 173    Back | 1  | 2  | 3  | 4  | 5  | 6  | 7  | 8  | 9 
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

         Python Programming:     more books (100)
  1. Programming Python by Mark Lutz, 1996-01-15
  2. Python Programming: An Introduction to Computer Science by John M. Zelle, 2003-12
  3. Python Programming for the Absolute Beginner, Second Edition (For the Absolute Beginner) by Michael Dawson, 2005-11-08
  4. Core Python Programming (2nd Edition) (Core Series) by Wesley J. Chun, 2006-09-28
  5. Foundations of Python Network Programming (Foundations) by John Goerzen, 2004-08-17
  6. Python Programming On Win32: Help for Windows Programmers by Mark Hammond, Andy Robinson, 2000-01
  7. Rapid GUI Programming with Python and Qt (Prentice Hall Open Source Software Development) by Mark Summerfield, 2007-10-28
  8. Object-Oriented Programming in Python by Michael H Goldwasser, David Letscher, 2007-11-08
  9. Python Essential Reference (3rd Edition) (Developer's Library) by David M. Beazley, 2006-03-02
  10. Game Programming With Python (Game Development Series) by Sean Riley, 2003-10-24
  11. Learning Python, Second Edition by Mark Lutz, David Ascher, 2003-12
  12. Python Programming Patterns by Thomas W. Christopher, 2001-10-23
  13. Python in a Nutshell (In a Nutshell (O'Reilly)) by Alex Martelli, 2006-07-14
  14. Web Programming in Python: Techniques for Integrating Linux, Apache and MySQL by George K. Thiruvathukal, Thomas W. Christopher, et all 2001-10-15

161. Wiley::Making Use Of Python
By Rashi Gupta; John Wiley Sons, 2002, ISBN 0471219754. Covers language basics, use for CGI scripting, GUI development, network programming; shows why it is one of more sophisticated of popular scripting languages. Wiley
http://www.wiley.com/WileyCDA/WileyTitle/productCd-0471219754.html
Shopping Cart My Account Help Contact Us
By Keyword By Title By Author By ISBN By ISSN Wiley Computing Computer Science Making Use of Python Related Subjects
Computer Architecture

Distributed Systems

General Intelligent Systems

Optical Computers
...
Visual Basic

Related Titles
Making Use of JavaScript (Paperback)

by Shweta Bhasin
.NET Security Programming (Paperback)
by Donis Marshall Managing the Testing Process: Practical Tools and Techniques for Managing Hardware and Software Testing, 2nd Edition (Paperback) by Rex Black The Art of Software Architecture: Design Methods and Techniques (Paperback) by Stephen T. Albin Deploying Solutions with .NET Enterprise Servers (Paperback) by Mike Young, Curtis W. Young Convergent Architecture: Building Model-Driven J2EE Systems with UML (E-Book) by Richard Hubert Developing Visual Studio .NET Macros and Add-Ins (Paperback) by Jeff Cogswell Join a Computing Mailing List Making Use of Python Rashi Gupta ISBN: 0-471-21975-4 Paperback 416 pages June 2002 US $35.00

162. Learning To Program
By Alan Gauld. Teaches programming for beginners, with heavy python emphasis. Starts with simple topics, ends with several intermediate subjects, including GUI programming using python Tkinter module. author website, online
http://www.freenetpages.co.uk/hp/alan.gauld/
You can't see frames so just load the contents page and use the 'back button' to navigate... Or download the tutor to your local machine as a zip file If you have any feedback for me please send me mail

163. Pythonsoft
Promotes the use of the python computer programming language among scientists and engineers. Consulting services, development services and classes available.
http://www.pythonsoft.com

164. Tutor Info Page
For folks who want to ask questions regarding how to learn computer programming with the python language.
http://mail.python.org/mailman/listinfo/tutor
Tutor Discussion for learning programming with Python About Tutor English (USA) This list is for folks who want to ask questions regarding how to learn computer programming with the Python language.
Python ( http://www.python.org ) is a programming language which many feel is a good first language, because it makes it easy to express the fundamental concepts of programming such as data structures and algorithms with a syntax which many find easy to read and write.
Folks interested in learning about programming with Python are encouraged to join, as are folks interested in helping others learn. While the list is called tutor, anyone, whether novice or expert, can answer questions.
If individuals wish to start off-line conversations about a particular concept and become one-on-one tutor/tutee, that's fine. If either party wants to summarize what they learned for others to benefit, that's fine too.
There is a searchable interface to archived Tutor messages on Activestate's web site. To see the collection of prior postings to the list, visit the Tutor Archives Using Tutor To post a message to all the list members, send email to

165. Python SQL Database Access System
A simple and consistent programming interface to SQL databases, in python. Open source, python Software Foundation License
http://sourceforge.net/projects/pysqldb/
Shop ThinkGeek Slashdot freshmeat Newsletters ... SourceForge Broadband My Favorites SF.net Home Foundries Clustering Distributed Computing Linux on Large Systems my sf.net software map donate to sf.net about sf.net ...
New User via SSL
Search

Software/Group People Freshmeat.net Site Docs SF.net Subscription Subscribe Now
Manage Subscription

Advanced Search

Direct Download
...
Project Monitoring

SF.net Resources Site Docs
Site Status
Site Map

SF.net Supporters
... Get Support Site Sponsors Most Active Gaim Azureus - BitTorrent Client phpMyAdmin eGroupWare: Enterprise Collaboration ... More Activity Top Downloads eMule BitTorrent Azureus - BitTorrent Client DC++ ... More Statistics SF.net Services Tech Jobs Online Books Comparison Shop Partner Product Offers ... IT Research Library Sponsored Content Project: Python SQL Database Access System: Summary Summary Admin Home Page Forums ... Donations PySQLdb provides a simple and consistent programming interface to SQL databases, in Python. The PySQLdb classes are abstracted sufficiently for programmers consider writing tiny compilers (in python!) that take a SQL file and auto-generate code to acc Donate to Python SQL Database Access System Python Foundry Database Foundry Project UNIX name: pysqldb Registered: 2003-01-05 05:57 Activity Percentile (last week): 46.4466%

166. PyGiNaC - Python Interface To GiNaC
A python interface to the C++ library GiNaC (an open framework for symbolic computation within the C++ programming language). Open Source, LGPL
http://cens.ioc.ee/projects/pyginac/
by Pearu Peterson
What's new?
August 24, 2001
Work-in-progress release. Version 0.6.
April 27, 2001
First pre-release. Version 0.4
Introduction
PyGiNaC is a Python package that provides an interface to C++ library GiNaC - GiNaC is Not a CAS GiNaC is open framework for symbolic computation within the C++ programming language. See GiNaC tutorial for more information about GiNaC capabilities and limitations. Currently PyGiNaC exposes the following GiNaC classes to Python:
symbol
Basic CAS symbols.
numeric
Wrapper of CLN-numbers.
constant
Symbols with specific numerical value.
add mul power ncmul
Arithmetic operations with symbolic objects.
matrix
Symbolic matrices. [NOT Impl.]
pseries
Extended truncated power series. [NOT Impl.]
relational
Logical relations between two expressions.
function
Symbolic functions.
lst
GiNaC native container of symbolic objects.
Other GiNaC classes such as indexed idx , etc. will be wrapped soon. All GiNaC's symbolic classes are exposed to Python through a light-weighted wrapper class ex Currently PyGiNaC lacks tutorial for Python users. But to get started, see GiNaC tutorial and doctest strings in ginac.doc.html

167. Web Modules Overview
Extensive and detailed overview of the modules and frameworks available for web programming in python.
http://thor.prohosting.com/~pboddie/Python/web_modules.html
Free Web Hosting Web Hosting - ProHosting.com - Sign Up! ... - ProHosting.com - Sign Up!
Web Modules Overview
Home Abstract Tables Notes ... Status
Abstract
The Python Web modules e-group was formed to provide a forum for the discussion of the development of Web modules and frameworks for Python . Although Zope had come to occupy a prominent position as a Web applications framework or platform, and had been recommended extensively on the Python mailing list and comp.lang.python , some dissatisfaction with Zope had been experienced by certain Python community members and from this came their motivation to develop new and, more importantly, different modules and frameworks to approach the many problems of sustainable and convenient Web application development. Since the establishment of the Python Web modules e-group, a number of modules and frameworks have appeared. The following table gives details of each of the Web module projects currently in progress including Zope , but the numerous derivatives and components of Zope have been excluded to maintain a clear high-level overview.

168. Lightflow Rendering Interface
The Lightflow Rendering Interface is an object oriented programming interface to synthetic rendering, which provides a common environment and description language to treat light distribution in three dimensional spaces. Also provides a python API to the renderer. Free for noncommercial use.
http://www.lightflowtech.com/

169. Non-Programmers Tutorial For Python
next contents Next Front Matter Contents. NonProgrammers TutorialFor python. Josh Cogliati. Copyright(c) 1999-2002 Josh Cogliati.
http://honors.montana.edu/~jjc/easytut/easytut/
Next: Front Matter Contents
Non-Programmers Tutorial For Python
Josh Cogliati Permission is granted to distribute modified versions of this document, or of portions of it, under the above conditions, provided also that they carry prominent notices stating who last altered them. All example python source code in this tutorial is granted to the public domain. Therefore you may modify it and relicense it under any license you please.

170. Dive Into Python
Find Dive Into python is a free python book for experienced programmers.You can read the book online, or download it in a variety of formats.
http://diveintopython.org/
Dive Into Python
Python from novice to pro Find:
Dive Into Python is a free Python book for experienced programmers. You can read the book online, or download it in a variety of formats. It is also available in multiple languages
Read Dive Into Python
This book is still being written. You can read the revision history to see what's new. Updated 20 May 2004
Download Dive Into Python
Dive Into Python in your language
Translations are freely permitted as long as they are released under the GNU Free Documentation License. Dive Into Python has already been fully or partially translated into several languages. If you translate it into another language and would like to be listed here, just let me know
Republish Dive Into Python
Want to mirror this web site? Publish this book on your corporate intranet? Distribute it on CD-ROM ? Feel free. This book is published under the GNU Free Documentation License, which gives you enormous freedoms to modify and redistribute it in all its forms. If you're familiar with the GNU General Public License for software, you already understand these freedoms; the

171. International Python Meetup Day
International python Meetup Day. in 16 Days. WHAT. Meetup with other local pythonProgramming Language enthusiasts! WHEN. Join other python Programmers near you!
http://python.meetup.com/
@import url("http://www.meetup.com/style/common.css"); @import url("http://www.meetup.com/style/topic.css"); @import url("http://www.meetup.com/style/hide-from-ie-mac.css"); @import url("http://www.meetup.com/style/images.css"); Your Meetup now has its own Message Boards! Join the conversation! Meetup Home Discuss Meetup.com Sign In ... Python
International Python Meetup Day
in 27 Days
WHAT Meetup with other local Python Programming Language enthusiasts! WHEN Thursday, July 8 @ 7:00PM
(2nd Thursday of every month.) WHO Python Programmers Worldwide (and friends.) So far, have signed up. Python Programmers
in Las Vegas, NV AGENDA T.B.D. More info.
Join other Python Programmers near you!
Python Meetups can happen in up to 651 cities worldwide on the same day. Enter your location to find the one near you: writeForm("horiz") US Residents, enter your 5-digit Zip Code: Non-US Residents, select your city: Select Your City Antarctica: South Pole, Antarctica Argentina: Buenos Aires, Argentina Argentina: Cordoba, Argentina

172. Pygame - Python Game Development
For a nice introduction to pygame, examine the lineby-line chimp tutorial,and the introduction for python programmers. Image of the Moment.
http://www.pygame.org/
Takes the "C"
out of "Game Development" Maintainer:
Pete "ShredWheat" Shinners
Contents
  • News Documentation Downloads Projects ... LudumDare 48-hour Contest

  • Newest Games recent updates to projects
    Mapacman

    Jun 9
    Spinvaders

    Jun 8
    Superchick

    May 29
    Tuxmathscrabble
    Apr 20 recent updates to gamelets Dorkanoid Jun 4 Adventure of einar May 16 Dependencies Windows users only need python and the pygame installer.
  • Python - 2.3.3 - Dec 19 SDL - 1.2.6 - Aug 9 - 1.2.3 - Apr 14 - 2.0.6 - Apr 14 - 1.2.5 - May 20 SMPEG - 0.4.4 - Jun 22 Numeric - 23.0 - Mar 6
  • Pygame is a set of Python modules designed for writing games. It is written on top of the excellent SDL library. This allows you to create fully featured games and multimedia programs in the python language. Pygame is highly portable and runs on nearly every platform and operating system. For a nice introduction to pygame, examine the line-by-line chimp tutorial , and the introduction for python programmers Image of the Moment old images in the screenshot archive Psyco The Psyco JIT compiler for Python project has created an animated Pygame slideshow to help explain what Psyco actually does. The Bobble and Lemmings are here to walk through your code.
      pygame-users Newsgroup April 29
        The pygame-users mailing list is now being gatewayed in gmane.comp.python.pygame

    173. SpeedGuide.net Bulletin Board - Python Programmers?
    0405-04, 0716 AM, 1. colour. Senior Member. colour s Avatar. Join Date Aug 2000.Location Honolulu, Hawai i. Posts 1,596. python programmers? i need some help.
    http://forums.speedguide.net/showthread.php?t=141225

    A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

    Page 9     161-173 of 173    Back | 1  | 2  | 3  | 4  | 5  | 6  | 7  | 8  | 9 

    free hit counter