Geometry.Net - the online learning center
Home  - Basic_P - Python Programming
e99.com Bookstore
  
Images 
Newsgroups
Page 3     41-60 of 73    Back | 1  | 2  | 3  | 4  | Next 20
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 (99)
  1. Python in a Nutshell, Second Edition (In a Nutshell (O'Reilly)) by Alex Martelli, 2006-07-14
  2. Python Pocket Reference: Python in Your Pocket (Pocket Reference (O'Reilly)) by Mark Lutz, 2009-10-08
  3. Mathematics for the Digital Age and Programming in Python by Maria Litvin, Gary Litvin, 2010-01-15
  4. Hello World! Computer Programming for Kids and Other Beginners by Warren Sande, Carter Sande, 2009-03-30
  5. Web Programming in Python: Techniques for Integrating Linux, Apache, and MySQL by George K. Thiruvathukal, Thomas W. Christopher, et all 2001-10-23
  6. Gray Hat Python: Python Programming for Hackers and Reverse Engineers by Justin Seitz, 2009-04-20
  7. Game Programming With Python (Game Development Series) by Sean Riley, 2003-10-24
  8. Programming Python, Second Edition with CD by Mark Lutz, 2001-03
  9. Learn to Program Using Python: A Tutorial for Hobbyists, Self-Starters, and AllWho Want to Learnthe Art of Computer Programming by Alan Gauld, 2000-12-18
  10. Beginning Python: From Novice to Professional by Magnus Lie Hetland, 2005-09-26
  11. Natural Language Processing with Python by Steven Bird, Ewan Klein, et all 2009-06-19
  12. Object-Oriented Programming in Python by Michael H Goldwasser, David Letscher, 2007-11-08
  13. Beginning Game Development with Python and Pygame: From Novice to Professional by Will McGugan, 2007-10-17
  14. Programming Collective Intelligence: Building Smart Web 2.0 Applications by Toby Segaran, 2007-08-16

41. Python Programming • Frequently Asked Questions
Login and Registration Issues Why can’t I login? Why do I need to register at all? Why do I get logged off automatically? How do I prevent my username appearing in the online
http://pythonprogramming.net/faq.php

42. FastCGI | FastCGI -
Use Robin Dunn s fcgi.py from a multi-threaded Python program. Open Source, BSD-like
http://www.fastcgi.com/
FastCGI About FastCGI
    FastCGI is simple because it is actually CGI with only a few extensions.
  • Like CGI, FastCGI is also language-independent. For instance, FastCGI provides a way to improve the performance of the thousands of Perl applications that have been written for the Web. Like CGI, FastCGI runs applications in processes isolated from the core Web server, which provides greater security than APIs. (APIs link application code into the core Web server, which means that a bug in one API-based application can corrupt another application or the core server; a malicious API-based application can, for example, steal key security secrets from another application or the core server.) Although FastCGI cannot duplicate the universality of CGI overnight, the FastCGI developers are committed to propagating FastCGI as an open standard. To that end, free FastCGI application libraries (C/C++, Java, Perl, Tcl) and upgrade modules for popular free servers ( Apache, ISS, Lighttpd

43. Python Programming Forums
Python Programming, Python Programming forum discussing coding techniques, tips and tricks, and Zope related information. Python was designed from the ground up to be a
http://forums.devshed.com/python-programming-11/

44. Xellsoft : Software For EBay Sniping, File Synchronization/SFTP, Bulk Email, Hom
Specialize in Python programming technology and object oriented databases, develop custom software and offer consulting in the area of internet, data communication, technical and scientific programming.
http://www.xellsoft.com/

Home
Services Products Contact "Software that grows towards your ideas" Welcome to Xellsoft!
Software Products
» HarvEX / Turbo-Sniper :: Auction (eBay) Automation Software for Bidders and Sellers » SynchronEX » Turbo-Mailer :: Bulk Mailer and Email List Processor for Newsletters and Circulars » Turbo-Email-Answer
Custom Software Development
» Services webmaster@xellsoft.com Online Privacy Affiliate ... Company

45. Python Programming
Python Programming An Introduction to Computer Science John M. Zelle, Ph.D. Version 1.0rc2
http://www.slideshare.net/duquoi/python-programming

46. 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/
One Day of IDLE Toying
  • Swedish translation by Linda Kann Turkish translation by Caglar Saygili Spanish translation by Jose Miralles-Santana Thai translation by Pramote Khuwijitjaru Malaysian translation by Mohd. Fahmi Basar Korean translation by Jisoo Yi Chinese translation by Tongli Zhang Greek translation by Leon IV Isauvros Italian translation by Roberto Distefano Indonesian translation by I Wayan Wandira French translation by Yannick Gobin Dutch translation by Mark Lambrecht German translation by Gregor Lingl Portuguese translation by Fernando Manaças Ferreira
This page is meant to help new users of Python who might feel a little disoriented. One question that might come to mind is: ok, we've installed Python... ummm... now what? It might be nice to have a "visual" guide to reduce any initial anxieties. That's what this page is for. The plan is to go through a small session with IDLE: the Integrated Development Environment. IDLE is designed to provide a simple way of exploring the language. During this session, I'll make a few fumbling mistakes, just to show what to expect when things don't go exactly hunky-dory. By the way, this is an online document If you have any suggestions, or if you want to make corrections or improvements, please feel free to email at

47. Python Programming - Books, Pictures, Posters And News On Your Favorite Pursuit,
PythonProgramming news LAMP A Free and Open Source Web Development Platform Liberian Daily Observer - Oct 8, 2010 My apologies to those who prefer the Perl and Python
http://python-programming.purzuit.com/

48. Code Like A Pythonista: Idiomatic Python
A tutorial that teaches common Python programming idioms used by experienced programmers, but may not be obvious to newcomers.
http://python.net/~goodger/projects/pycon/2007/idiomatic/handout.html
Code Like a Pythonista: Idiomatic Python
Contents David Goodger http://python.net/~goodger In this interactive tutorial, we'll cover many essential Python idioms and techniques in depth, adding immediately useful tools to your belt. There are 3 versions of this presentation: Creative Commons Attribution/Share-Alike (BY-SA) license My credentials: I am
  • a resident of Montreal, father of two great kids, husband of one special woman, a full-time Python programmer, author of the Docutils project and reStructuredText an editor of the Python Enhancement Proposals (or PEPs), an organizer of PyCon 2007, and chair of PyCon 2008, a member of the Python Software Foundation, a Director of the Foundation for the past year, and its Secretary.
Many of you will have seen some of these techniques and idioms before. Hopefully you'll learn a few techniques that you haven't seen before and maybe something new about the ones you have already seen.
The Zen of Python (1)
These are the guiding principles of Python, but are open to interpretation. A sense of humor is required for their proper interpretation.

49. Free Python Programming Training, Courses And Tutorials - Provided By Intelligen
Free Python Programming and Python Application Development Training, Courses and Tutorials
http://www.intelligentedu.com/cat1-python-programming.html

50. Py2app - Create Standalone Mac OS X Applications With Python
A distutils command that packages Python programs into stand-alone Mac applications.
http://svn.pythonmac.org/py2app/py2app/trunk/doc/index.html
py2app - Create standalone Mac OS X applications with Python
Contents
  • Abstract Installation
    Abstract
    py2app is a Python setuptools command which will allow you to make standalone application bundles and plugins from Python scripts. py2app is similar in purpose and design to for Windows. This documentation corresponds to version 0.3.6 of py2app.
    Installation
    Uninstalling py2app 0.2.x (or earlier)
    If you have a pre-setuptools version of py2app installed, you must first remove it before installing (you may have to run the interpreter with sudo, depending on how and where py2app was originally installed). There are three paths that need to be removed: and py2app.pth in your site-packages folder, and the script which may be in /usr/local/bin/ or otherwise in the bin directory belonging to the Python framework that was installed. Here is a Python script that should find these three paths and remove them if they exist (you may have to use sudo):
    Installing with easy_install
    To install py2app using you must make sure you have a recent version of setuptools installed (as of this writing, 0.6b4 or later):

51. Gimp-Python
A package that allows users to write plugins for the Gimp in the Python programming language rather than Script-Fu (Scheme), Perl, Tcl or C.
http://www.jamesh.id.au/software/pygimp/
Home
  • Software
    Gimp-Python
    Gimp-Python is a package that allows people to write plug-ins for The Gimp in the Python programming language rather than Script-Fu (Scheme), Perl, Tcl or C. The newest version, 0.4, has support for both gimp 1.0 and gimp 1.1. Unlike previous versions, this one does not use Tkinter, but instead uses the PyGTK package which is a set of bindings for the GTK+ widget set . The reason for changing over from Tkinter was to get a more consistent look and feel, and for the extra widgets (color and font selectors for instance). Gimp-Python provides an almost complete wrapper for the libgimp plug-in library, including support for tiles and pixel regions. This means that you can use it to do just about everything that is possible in C, but you get all the benefits of python. You do not have to worry about freeing data structures, and there are some other benefits (such as tiles automatically having the dirty flag set when you modify them). As an example of this power, there is a translation of the whirl and pinch plug-in included with the package. The gimp-python wrapper for libgimp is an object oriented one, where many of the operations on images, drawables, channels and layers become methods or attributes of those particular types.

52. PyTex - Python Programming Plus TeX Typesetting
Python programming plus TeX typesetting. Information about the concept, documents and links to the SourceForge page with download and mailing list. Also home of Active TeX, a forerunner of PyTeX, and the TeX daemon.
http://www.pytex.org/
Home Documents
updated 20 Mar 2005
What's New
At EuroTeX 2005 we presented QaTeX. (La)TeX macro programming is hard. Python is a powerful and easy to use scripting language. QaTeX allows Python modules to be used instead of (La)TeX style files. With QaTeX (pronounced `kwa-tech') TeX asks Questions and Python provides Answers. QaTeX on Sourceforge EuroTeX 2003 paper - 'TeX forever!' We've given TeX a Python callable function interface, with the TeX daemon running behind the scenes. This is proof of concept, but might already be useful. Download demo01.py on Sourceforge and follow the instructions there. (Added 17 Mar 2003.) PyTeX is now on Sourceforge http://sourceforge.net/projects/pytex . (Added 10 Mar 2003). On Sourceforge you'll find PyTeX source code, developer info, and mailing lists. (Added 10 Mar 2003). Follow Documents for documents relating for PyTeX. (Added 3 Mar 2003).
Contents
  • Introducing PyTeX Tcl/Tl, La/TeX and Py/TeX TeX macros TeX as a callable function ... Footnotes
  • Introducing PyTeX
    PyTeX is Python programming plus TeX typesetting. PyTeX is an open source project With PyTeX, Python programmers can write

    53. Python Programming
    What is Python? • NOT an acronym (Thank goodness!). Named after Monty Python •A compiled/interpreted midlevel language-Not only used for scripting tasks •Extremelyuseful
    http://www.osc.edu/supercomputing/training/python/python_April09_set1.pdf

    54. AVPython - Python Language Support For ArcView GIS
    Allows use of the Python programming language to customize ArcView GIS.
    http://avpython.sourceforge.net/
    AVPython
    Python Language Support for ArcView GIS
    News
    Tutorial Share Ideas Project Page ... Download
    AVPython embeds the Python programming language within ArcView GIS. ArcView already has the Avenue scripting language. Back in 1994, this was a tremendous innovation. It was the easiest to customize, best integrated platform for Desktop GIS, at the time. But my, how times have changed. Even the most avid Avenist has to admit that the language has gotten a little long in the tooth. The core language and its integration features have not really changed to keep pace with today's wired, connected, component-based world, so by today's standards, Avenue doesn't have everything that professional developers expect from a language. Enter Python By embedding Python within ArcView GIS, we can break through most of the barriers to interoperability, scalability, and extensibility that the Avenue developer faces when trying to build a modern application. Unlike Avenue, Python is a real programming language suitable for large-scale collaborative development, yet like Avenue it is easy to use, and very easy to read. If you have ever wanted to write your own classes or extend existing classes, or wished you could integrate your ArcView app with other system components through TCP/IP, XML, or COM, or more easily share code between projects, then you know what I'm talking about. Python provides all of those services and more, and so you are the target user for AVPython.

    55. Python Programming CIS-192 Spring 2010
    Python Programming CIS192 Spring 2010 Time, Place and People Time Monday, 2-3 pm Place Wu Chen (1st floor of Levine Hall) Note the room change!
    http://www.seas.upenn.edu/~cis192/

    Python Programming
    CIS-192 Spring 2010
    Time, Place and People
    Time: Monday, 2-3 pm Place: (1st floor of Levine Hall) Note the room change!
    • Adam Aviv Instructor
      Email: aviv at-sign cis.upenn.edu.
      Office: Levine 613
      Office Hours: Monday 3:00-3:30 Following Class and Wednesday 2:00-3:00 PM (and by appointment)
    • Kyle Super Teaching Assistant
      Office: Moore 102 (DSL)
      Office Hours: Thursday 3:00-4:00 (and by appointment)
      Email: super at-sign seas.upenn.edu
    • Karen Tao Grader Email: taot at-sign seas.upenn.edu.
    • Jaewoo Lee Grader Email: jaewoo at-sign seas.upenn.edu.
    Description
    In this course we will learn the Python programming languages and its standard library. We will begin with basic types and functions moving into modules and object oriented programming. We will conclude with topics including networking, regular expressions, and game programming.
    Textbook, Readings, Web Site
    There is no required textbook for this course, however there are numerous online resources that we will draw on. In particular,
  • Mark Lutz Learning Python
      O'REILLY (You can access Learning Phyton for free through Safari Online from a Penn network connection)
  • Guido van Rossum, Fred L. Drake, Jr. editor
  • 56. PyWavelets - Discrete Wavelet Transform In Python — PyWavelets Documentation
    Open-source wavelet transform library for the Python programming language. Includes support for 1D and 2D discrete wavelet transform (DWT), wavelet packets, stationary wavelet transform (SWT).
    http://www.pybytes.com/pywavelets/

    57. MainPage - SeaPIG
    Interest group for the Python programming language
    http://www.seapig.org/
    SeaPIG Search:
    • Login MainPage MainPage RecentChanges ... Attachments More Actions: Raw Text Print View Render as Docbook Delete Cache Check Spelling Like Pages Local Site Map Rename Page Copy Page Delete Page My Pages Subscribe User Remove Spam Revert to this revision Package Pages Sync Pages Load Save
    Welcome to SeaPig , the Seattle Python Interest Group! Next SeaPIG Meeting Thursday, November 18, 2010 (not 11th due to holiday), 7-9 pm, at Office Nomads (Confirmed) TALK: on NumPY, by Chris Barker Add agenda items here:
    General stuff
    Subscribe to the MailingList for any last-minute changes to the meeting location. suggest potential talks for future meetings. SeaPIG Meetings are usually held on the second Thursday of each month in Seattle, at the University of Washington and sometimes Office Nomads Jobs!
    Other Events
    The Seattle Plone user group meets each month (usually on the Tues., Wed., or Thur. of the final week of the month - though this varies depending upon meeting topics) at either ONE/Northwest or NPower Seattle 's office.

    58. Python Programming: Data Structures
    Chapter 2 Data Structures. Lists, Strings and Tuples. Lists; Tuples; Strings; Working With Files. Example Word Count; List Comprehensions; Dictionaries. Example Word Frequency
    http://pythonprogramming.jottit.com/data_structures
    Python Programming
    sign in
    Chapter 2: Data Structures
    • Lists, Strings and Tuples
      2.1 Lists, Strings and Tuples
      2.1.1 Lists
      Python has built-in support for lists. Lists are variable length arrays which can contain different types of objects. A List can contain another list as member. The built-in function range can be used to create a list of integers. The built-in function len can be used to find the length of a list. The and operators work even on lists. List can be indexed to get individual entries. Value of index can go from to (length of list - 1). When a wrong index is used, python gives an error. Negative indices can be used to index the list from left. We can use list slicing to get part of a list. Even negative indices can be used in slicing. For example, the following examples strips the last element from the list. Slice indices have useful defaults; an omitted first index defaults to zero, an omitted second index defaults to the size of the list being sliced. An optional third index can be used to specify the increment, which defaults to 1.

    59. Python Programming - Nairaland
    print Hello, World print Has any body tried his or her hands in python and what are your experiences and views using it
    http://www.nairaland.com/nigeria/topic-176782.0.html
    Python Programming
    Welcome . Please Login Register , Or Activate
    type your username and password to login Date : November 16, 2010, 09:02 PM
    members
    and 489788 Topics
    Latest Member: ragdollz Nairaland Forum Technology Programming (Moderator: kosovo Python Programming Pages: Author Topic: Python Programming (Read 8620 views) m Python Programming on: >>>print "Hello, World"
    >>> print "Has any body tried his or her hands in python and what are your experiences and views using it"
    m Re: Python Programming #1 on: Jacob, Python is an interactive language, if you do that thing you said , you will get an output Hello World, in python in the output operator is print but in php it is "print" and "echo"
    So when you try that >>>> print "hello, world" you will get Output Hello World. webdezzi m Re: Python Programming #2 on:
    simpler tags and introduces you to indentations if you dont use it, also has support for lists, tuples and dictionaries
    just download the latest version of python from python.org, install it and start writing your programs

    60. Python Programming On The IPAQ
    A Handhelds.org guide to setting up and programming in Python on the iPAQ when using a Linux distribution.
    http://www.handhelds.org/minihowto/python-ipaq.html

    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 3     41-60 of 73    Back | 1  | 2  | 3  | 4  | Next 20

    free hit counter