Geometry.Net - the online learning center
Home  - Basic_P - Python Programming
e99.com Bookstore
  
Images 
Newsgroups
Page 2     21-40 of 173    Back | 1  | 2  | 3  | 4  | 5  | 6  | 7  | 8  | 9  | 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 (100)
  1. Introduction to Computing and Programming in Python, A Multimedia Approach by Mark Guzdial, 2005-01-06
  2. Python Cookbook by Alex Martelli, Anna Ravenscroft, et all 2005-03-18
  3. Twisted Network Programming Essentials by Abe Fettig, 2005-10-20
  4. Beginning Game Development with Python and Pygame: From Novice to Professional (Beginning from Novice to Professional) by Will McGugan, 2007-10-17
  5. Python Interview Questions, Answers, and Explanations: Python Programming Certification Review by ITCOOKBOOK, 2006-09-29
  6. Python Programming for the Absolute Beginner by Michael Dawson, 2003-08-11
  7. Beginning Python: From Novice to Professional (Beginning: From Novice to Professional) by Magnus Lie Hetland, 2005-09-26
  8. Python Web Programming (Landmark) by Steve Holden, 2002-01-18
  9. Learn to Program Using Python: A Tutorial for Hobbyists, Self-Starters, and AllWho Want to Learnthe Art of Computer Programming (Programming Languages) by Alan Gauld, 2000-12-18
  10. Guide to Programming with Python (Book & CD Rom) by Michael Dawson, 2007-03-13
  11. Python and Tkinter Programming by John E Grayson, 2000-01
  12. The Python Programming Language (Prentice Hall Open Source Software Development Series) by Guido van Rossum, Raymond Hettinger, et all 2009-01-26
  13. Game Programming with Python, Lua, and Ruby (Game Development) by Tom Gutschmidt, 2003-12-01
  14. Text Processing in Python by David Mertz, 2003-06-12

21. 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
Project News
Tutorial Share Ideas 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.

22. Python Programming Language - 444 Of The Best Sites Selected By Humans
Columns. Pages PZ, 4 Columns. python programming Language. CBEL Computer Libra python programming with the Java Class Libra -Python Web
http://www.cbel.com/python_programming_language/
Pages A-G 2 Columns
Pages H-O
Order by Alphabet Ordered by Theme Order by Popularity 3 Columns Pages P-Z 4 Columns
Python Programming Language
CBEL Computer technology ( 444 links, last update: 12 April 2004 )
* = new links
[Find on this page]

250k of python

Cetus Links: Python

Eff-bots Daily Python URL
...
Why Python?

Books
A Byte of Python

An Introduction to Python
An Introduction to Python Core Python Programming ... Xellsoft Conferences EuroPython: European Python and Zope Confere... Ninth International Python Conference Python Conferences and Workshops Tenth International Python Conference FAQs,_Help,_and_Tutorials A Course in Python/CGI A Quick Tour of Python An Introduction to Tkinter Architecture of Python ... Regular Expression HOWTO FAQs,_Help,_and_Tutorials (part 2) Socket Programming HOWTO TCC Publications: Programming Languages The Python Shelf The Whole Python FAQ ... Tutor Modules A Logging System for Python Davlib.py ExpectPy Grouch ... Xoltar Toolkit Modules Cryptography Advanced Encryption Suite Auth-modules CryptKit EzPyCrypto ... Python OpenSSL Wrappers Modules Databases_and_Persistence ADODBAPI DCOracle DMtools GV Interbase Database Adapter ... ZxJDBC Modules Directories Python software at freshmeat.net

23. Python Programming Language - 444 Of The Best Sites Selected By Humans
Pages PZ, 4 Columns. python programming Language. CBEL To ProgrammingWith Python -python programming with the Java Class Libra
http://www.cbel.com/python_programming_language/?order=alpha

24. PyAcad - API Between Python And Autocad/Intellicad
A free software module that makes it possible to extend AutoCAD with the python programming language, in a similar way as with AutoLISP.
http://pyacad.sourceforge.net/
PyAcad 0.4.1
Python Extension for Autocad/Intellicad
Autocad/Intellicad Extension for Python
This Project has the goal to make Python available as a scripting language for the CAD programs Autocad and Intellicad. Autocad currently has APIs for several languages, including C, C++, Lisp (though Autolisp is much simpler than the standard Common Lisp), VBA (through COM), and Java (officially through COM, but a direct interface is available through activities similar to this project). Theoretically, the COM interface would make any COM aware language (including Python) capable of talking to Autocad, but in practise this approach has shown to be unreliable. Intellicad shares a subset of the Lisp and C APIs with Autocad, and a VBA extension is available as well. The parts of the Autocad ADS C API that pyacad uses are completely present in Intellicad (named SDS there), so that we are able to expose exactly the same functionality for both programs. Pyacad is currently in the state of "mostly implemented".
Changes from release 0.3 to 0.4.1

25. Python Programming: An Introduction To Computer Science
python programming An Introduction to Computer Science. With John Zelle’s PythonProgramming, my students are finally learning programming concepts.
http://www.fbeedle.com/99-6.html
Python Programming:
An Introduction to Computer Science
John Zelle
ISBN 1-887902-99-6, $35.00 Contents Foreword, by Guido van Rossum ( PDF file
  • Computers and Programs
  • Writing Simple Programs PDF file
  • Computing with Numbers
  • Computing with Strings
  • Objects and Graphics PDF file
  • Defining Functions
  • Decision Structures
  • Loop Structures and Booleans
  • Simulation and Design
  • Defining Classes
  • Data Collections
  • Object-Oriented Design
  • Algorithm Design and Recursion PDF file WHEN THE PUBLISHER first sent me a draft of this book, I was immediately excited. Disguised as a Python textbook, it is really an introduction to the fine art of programming, using Python merely as the preferred medium for beginners. This is how I have always imagined Python would be most useful in education: not as the only language, but as a first language, just as in art one might start learning to draw using a pencil rather than trying to paint in oil right away.
    THIS BOOK REPRESENTS a fresh approach that I think will work . . . it has the potential of making a significant impact on CS education.
  • 26. Programmers Heaven - Perl PHP Python Programming Zone
    Articles Links (264). PHP Programming. Scripts Tools (372). Articles Links(345). python programming. Articles Links (121). Sourcecode Tools (34).
    http://www.programmersheaven.com/zone27/

    27. The Python Programming Language
    The python programming language. Python is a recent, generalpurpose, high-levelprogramming language. It is freely available and runs pretty much everywhere.
    http://infohost.nmt.edu/tcc/help/lang/python/homepage.html
    Next Previous Index TCC Help System ... NM Tech homepage
    The Python programming language
    Python is a recent, general-purpose, high-level programming language. It is freely available and runs pretty much everywhere.
    Local links
    Remote links
    Next: The Java programming language
    See also: Selecting a programming language
    Previous: The C and C++ programming languages
    Site map

    Index: Keyword index to help pages
    Help: New Mexico Tech Computer Center: Help System
    TCC Publications
    Home: About New Mexico Tech
    John Shipman, john@nmt.edu

    28. TCC Free Classes: The Python Programming Language
    TCC free classes The python programming language. Feb. 25, 26, The dictionarytype; functions. Mar. 3, 4, Objectoriented programming in Python. Mar.
    http://infohost.nmt.edu/tcc/classes/python.html
    Next Previous TCC help system TCC homepage ... NM Tech homepage
    TCC free classes: The Python programming language
    This free, non-credit, low-pressure course series is an introduction to programming in the Python language. Python is a recent, general-purpose, high-level programming language. It is free , object-oriented, very clear and readable, runs just about everywhere, and has interfaces to almost everything. For more information, see the Python page in the TCC help system Meets every week at:
    • Wednesdays 4:004:50pm in Speare 116
    • The same content is repeated Thursdays 5:306:20pm in Speare 116
    Schedule for Spring 2004 Date Subject Feb. 4, 5 Overview: What can Python do for you? Feb. 11, 12 Numeric and string operations Feb. 18, 19 Sequence types: lists and tuples Feb. 25, 26 The dictionary type; functions Mar. 3, 4 Object-oriented programming in Python Mar. 10, 11 New features: iterators, generators, and list comprehensions Mar. 17, 18 (no class, spring break) Mar. 24, 25 Applications: earth mapping from free sources Mar. 31, Apr. 1

    29. Python Programming With The Java™ Class Libraries: A Tutorial For Building
    python programming with the Java™ Class Libraries A Tutorial for BuildingWeb and Enterprise Applications with Jython. Python as a Main Program.
    http://www.awprofessional.com/catalog/product.asp?product_id={872914EE-05D4-4A26

    30. Python Programming
    Learn to create and modify your website using the latest python programmingtips and tricks. python programming. Imagine Python, Contributed
    http://www.devshed.com/Server_Side/Python/
    Developer Shed Network: Dev Shed ASP Free Dev Articles ... Web Hosters Dev Shed Site Dev Shed Forums Home Python Administration BrainDump Flash Java ... ASP.NET Web Hosting
    Change Language
    Select Language Spanish French German Italian Portuguese English
    Top Rated Authors
    Submit an Article
    Python Programming
    Python on the Web Contributed by Mark Lee Smith
    Article Rating:
    Python’s flexible nature means it can bend to almost any application you can imagine and web development is no exception. This article covers simple form handling and creating cookies and presents an example using everything demonstrated.
    Imagine Python
    Contributed by Mark Lee Smith
    Article Rating:
    Quite a cryptic title, but if you haven’t guessed, were talking about Images. This being a Python article that’s what we're using! If you’ve never thought about it, or even better if you didn’t know it was possible then you’re in for a nice surprise; not only can Python do this but it’s pretty good at it, too. Actually, Python works well with graphics in general, but for now we’re sticking to the 2D kind. Discuss this Article!

    31. Python Programming Index
    Blender Libre python programming Index Caution content of these pagesdoes not work with Blender 2.10 to 2.12. Version Française. Main Index.
    http://jmsoler.free.fr/didacticiel/blender/tutor/english/index_prog_python.htm
    Blender Libre: Python Programming Index
    Caution: content of these pages does not work with Blender 2.10 to 2.12 Main Index Previous Animation Index Python Introduction Next
    Address Blender Modules Python Contents Description Examples
    Version Level
    Python script
    Programming
    (Introduction) NMesh Some essential and basic information. Link for "How-to..." configure an azerty keyboard. none
    French

    English
    Introduction Python script NMesh How to create a square mesh yes
    French

    English
    Beginner Python script NMesh Iterative loops in Python none
    French

    English
    Beginner Python script NMesh How to use loops to automatically create vertices. yes French English Beginner Python script NMesh How to use loops to automatically create faces. yes French English Beginner Python script NMesh math module How to use the mathematical functions to construct potatoides yes French English Beginner Python script NMesh BGL Definition of a function, creation of a global variable How to create menus and link a script to an animation. As a bonus: a quick plunge into the world of Mandelbrot fractals (off-line tutorial, images) yes

    32. The Python Programming Language
    The python programming Language. Python is an interpreted, interactive,objectoriented programming language. It incorporates modules
    http://www.informatik.hu-berlin.de/Themen/manuals/python/
    The Python Programming Language
    Python is an interpreted, interactive, object-oriented programming language. It incorporates modules, exceptions, dynamic typing, very high level dynamic data types, and classes. Python combines remarkable power with very clear syntax. It has interfaces to many system calls and libraries, as well as to various window systems, and is extensible in C or C++. It is also usable as an extension language for applications that need a programmable interface. Finally, Python is portable: it runs on many brands of UNIX, on the Mac, and on MS-DOS. The full Python documentation is on-line as hypertext: Tutorial Language Reference Library Reference , and Extensions Manual . Perl and Tcl programmers may first want to have a look at a testimonial by a convert . And of course there's a FAQ list (and a hypertext version of it by Skip Montanaro). Source and documentation , as well as binaries for Macintosh and DOS are available by anonymous ftp from several sites:
    • ftp.cwi.nl (192.16.184.180) in Europe its home site; in /pub/python
    • gatekeeper.dec.com (16.1.0.2) US west coast mirror; in

    33. The Python Programming Language: A Good Tool For Many Tasks
    The python programming Language A Good Tool For Many Tasks. a WimpyPoint presentationowned by Travis Hartwell in collaboration with David Mortensen
    http://fslc.usu.edu/wp/display/22/
    done next
    The Python Programming Language: A Good Tool For Many Tasks
    a WimpyPoint presentation owned by Travis Hartwell
    in collaboration with David Mortensen change style

    34. Python Programming
    Learn to create and modify your applications using the latest PythonProgramming tips and tricks. python programming. Python on the Web,
    http://www.devarticles.com/c/b/Python/
    Developer Shed Network: Dev Shed ASP Free Dev Articles ... Web Hosters Dev Articles Site Dev Articles Forums Home Python ADO.NET Apache ASP ASP.NET ... ASP.NET Web Hosting
    Change Language
    Select Language Spanish French German Italian Portuguese English
    Top Rated Authors
    Submit an Article
    Python Programming
    No items to display
    No items to display
    Programming News
    FREE PDF MAGAZINE
    June’s edition of Plug In is out! This month, open source legend Eric Raymond talks to us about open sourcing Java. Also: PayPal APIs and spoofing; J2EE MVC design pattern; Windows and Unix admin tips; and more! PLUG IN, TODAY
    Scripts.com Contest
    We're celebrating the launch of Scripts.com by giving away a 256MB MuVo NX MP3 Player, courtesy of ThinkGeek! To enter, submit all your best scripts, then email us your Scripts.com User ID . User with the most approved new scripts wins! Contest ends July 1, 2004.
    Scripts.com

    Any ASP ASP.NET C C++ Cold Plus Java Applets Java Scripts Perl PHP Python Remotely Host Tools
    Get This For Your Site!

    $2.99 Web Hosting
    Flash MX Prototyping Basics in: Flash Switching on Layers with Scripts in: JavaScript Using HTML-Kit to Debug Server-Side Scripts in: HTML Get This For Your Site!

    35. The Pyrite Project
    Extension package for the python programming language which allows access to Palm Computing platform devices and their data.
    http://www.pyrite.org/
    The Pyrite Project
    Products
    Byline
    Pyrite Publisher

    Byline Server
    Download
    All files
    CVS Repository
    Info
    Doc format spec Note that this page carries only announcements; more information about the software here can often be found on my personal weblog nyip.net
    Hosting with a clue.
    March 30, 2004: HTMLService 0.1
    HTMLService is a simple little OSX application which adds HTML and Textile (and other similar formats) previewing to the Services menu. It is similar in spirit to HumaneText.service but instead of just pasting the converted HTML back over the original text, it previews it in a WebKit window. It also has a number of other added features, like selecting of filters from a preferences dialog, adding stylesheets, printing and saving, etc. This is, of course, the first release but it seems to be reasonably stable. You can download it here ; feel free to let me know how you like it or suggest new features. (Source will be available soon.)
    October 25, 2003: Pyrite Reader X Panther Version
    After installing Panther tonight, I built a version of Pyrite Reader X which uses the Apple-supplied Python. It seems to work as well as it did on Jaguar (that is, it's still pre-alpha quality software :) but is a lot smaller. A disk image is available if you want to try it.

    36. ONLamp.com: Python Programming On Win32 [May. 10, 2000]
    O Reilly Book Excerpts python programming on Win32 python programmingon Win32. Related Reading. python programming on Win32
    http://www.onlamp.com/pub/a/python/excerpts/chpt20/
    Sign In/My Account View Cart Articles Weblogs ... Learning Lab Search ONLamp.com
    All of O'Reilly
    Login

    Register

    Manage Newsletters

    Register Your Books
    Content All Articles Python News Numerically Python
    Python Topics
    Community
    Database Distributed Education ... User Interfaces
    ONLamp Subjects Linux Apache MySQL Perl ... Security Sites
    LinuxDevCenter.com

    MacDevCenter.com
    WindowsDevCenter.com Mozilla DevCenter ... WebServices.XML.com Affiliate Sites LinuxQuestions.org MobileWhack OSDir.com Servlets.com ... Scripts Resource Centers Perl Java Python C/C++ ... Python Standard Library Traveling to a tech show? Discount Hotels California Hotels New York City Hotels Canada Hotels ... Miami Hotels ONLamp.com supported by: Buy Shoes Online Womens Shoes Online Print Email article link ... O'Reilly Book Excerpts: Python Programming on Win32
    Python Programming on Win32
    Related Reading Python Programming on Win32 Help for Windows Programmers By Mark Hammond Andy Robinson Table of Contents Index ... Read OnlineSafari Search this book on Safari: Only This Book All of Safari Code Fragments only by Mark Hammond Andy Robinson An excerpt from Chapter 20: GUI Development, from Python Programming on Win32 In this chapter, we examine the various options for developing graphical user interfaces (GUIs) in Python.

    37. ONLamp.com: Python Programming On Win32 Using WxPython [Jul. 12, 2000]
    Excerpted from Chapter 20 of O Reilly s book python programming on Win32 PythonProgramming on Win32 using WxPython. Related Reading.
    http://www.onlamp.com/pub/a/python/excerpts/chpt20/wxpython.html
    Sign In/My Account View Cart Articles Weblogs ... Learning Lab Search ONLamp.com
    All of O'Reilly
    Login

    Register

    Manage Newsletters

    Register Your Books
    Content All Articles Python News Numerically Python
    Python Topics
    Community
    Database Distributed Education ... User Interfaces
    ONLamp Subjects Linux Apache MySQL Perl ... Security Sites
    LinuxDevCenter.com

    MacDevCenter.com
    WindowsDevCenter.com Mozilla DevCenter ... WebServices.XML.com Affiliate Sites LinuxQuestions.org MobileWhack OSDir.com Servlets.com ... Scripts Resource Centers Perl Java Python C/C++ ... Python Standard Library Traveling to a tech show? Discount Hotels California Hotels New York City Hotels Canada Hotels ... Miami Hotels ONLamp.com supported by: Buy Shoes Online Womens Shoes Online Print Email article link ... O'Reilly Book Excerpts: Python Programming on Win32
    Python Programming on Win32 using WxPython
    Related Reading Python Programming on Win32 Help for Windows Programmers By Mark Hammond Andy Robinson Table of Contents Index ... Read OnlineSafari Search this book on Safari: Only This Book All of Safari Code Fragments only by Mark Hammond An excerpt from Chapter 20 of O'Reilly's book Python Programming on Win32 Another GUI toolkit available for Python is called wxPython . The current incarnation is fairly new to the Python scene and is rapidly gaining popularity amongst Python developers. wxPython is a Python extension module that encapsulates the wxWindows C++ class library.

    38. Python Programming With The Java™ Class Libraries: A Tutorial For Building
    python programming with the Java™ Class Libraries A Tutorialfor Building Web and Enterprise Applications with Jython.
    http://www.aw.com/catalog/academic/product/1,4096,0201616165,00.html
    Select a Discipline Chemistry Computer Science Economics Finance Life Science Mathematics Physics/Astronomy Statistics by Keyword by Author by Title by ISBN Advanced Search ABOUT THIS PRODUCT Description Table of Contents Features Appropriate Courses Preface ... About the Author(s) RESOURCES Discipline-Specific RELATED TITLES PERLProgramming (Computer Science) Java Intermediate/Advanced Programming (Computer Science) View Larger Image Richard Hightower
    ISBN: 0-201-61616-5
    Publisher: Addison Wesley Professional
    Format: Paper; 640 pp
    Published: 06/28/2002
    Status: Instock
    US: $49.99
    You Save: $5.00 (10% off)
    Our Price: $44.99
    Add to Cart Instructor Exam Copy Description Pearson Education Legal Notice Permissions

    39. Python Programming Language
    python programming language. Python is Lambda. Python s lambda keywordmay misdirect some functionalprogramming fans. Python lambda
    http://www.fact-index.com/p/py/python_programming_language.html
    Main Page See live article Alphabetical index
    Python programming language
    Python is an interpreted , interactive programming language created by Guido van Rossum , originally as a scripting language for Amoeba OS capable of making system calls . Python is often compared to Tcl Perl Scheme Java and Ruby . Python is currently ( December ) at version 2.3.3. Table of contents 1 Philosophy
    2 Data types and structures

    2.1 Collection types

    2.2 Object system
    ...
    10 External Links
    Philosophy
    Python is a multi-paradigm language, like Perl and unlike Smalltalk or Haskell . This means that, rather than forcing coders to adopt one particular style of coding, it permits several. Object orientation structured programming functional programming , and more recently, design by contract are all supported. Python is dynamically type-checked and uses garbage collection for memory management . The term " agile programming language " has recently come into vogue, applied mostly to Python. Popularized explicitly in contrast to Perl, Python has many similarities to that language. However, Python's designers reject Perl's exuberant syntax in favor of a more spare, less cluttered one. As with Perl, Python's developers expressly promote a particular "culture" or ideology based on what they want the language to be, favoring language forms they see as "beautiful", "explicit" and "simple". For the most part, Perl and Python users differ in their interpretation of these terms and how they are best implemented.

    40. ActiveState - ActiveState Python Programming Tools Resources Language Distributi
    ActiveState programming tools and resources forPython open source programming language.
    http://www.activestate.com/Python.plex
    window.name="ActiveState" Home Python Komodo Visual Python ... Python Solutions Programming Tools Komodo
    Professional IDE for open source programming, supporting Python and many other languages on Linux, Solaris, and Windows Visual Python
    Python development environment plug-in for Visual Studio .NET ActiveCD
    ActivePython, Python Package Repository, and much more, in easy-to-deploy CD or DVD format Enterprise Solutions OEM Licensing
    Gain competitive advantage and bring your applications to market faster using proven, quality-assured ActivePython technology Enterprise Support
    Safely deploy and manage Python in the enterprise with comprehensive support package PythonDirect Professional Services
    Customized Python solutions from a world-class development team Resources ActivePython
    Free, binary distribution of Python for Linux, Solaris, and Windows ASPN Open
    Free, online resource for Python, including the Python Cookbook, mailing lists and archives, and much more Email Opt-out Site Map Feedback

    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 2     21-40 of 173    Back | 1  | 2  | 3  | 4  | 5  | 6  | 7  | 8  | 9  | Next 20

    free hit counter