Geometry.Net - the online learning center
Home  - Basic_P - Python Programming
e99.com Bookstore
  
Images 
Newsgroups
Page 4     61-80 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. Computer Science: The Python Programming Language by Bradley N. Miller, David L. Ranum, 2006-08-25
  2. Python Pocket Reference (Pocket Reference (O'Reilly)) by Mark Lutz, 2005-02-24
  3. Design, Logic, and Programming with Python: A Hands-on Approach by James Burton Browning, 2006-09-29
  4. Beginning Python (Programmer to Programmer) by Peter C. Norton, Alex Samuel, et all 2005-08-05
  5. The Book of Python: From the Tip of the Tongue to the End of the Tale by John Goebel, Adil Hasan, et all 2008-06-30
  6. Practical Python by Magnus Lie Hetland, 2002-08-06
  7. Python Scripting for Computational Science (Texts in Computational Science and Engineering) by Hans Petter Langtangen, 2008-02-06
  8. Python Developer's Handbook (Developer's Library) by Andre Lessa, 2000-12-22
  9. Python Standard Library (Nutshell Handbooks) by Fredrik Lundh, 2001-05
  10. Making Use of Python by Rashi Gupta, 2002-06-15
  11. Python For Dummies (For Dummies (Computer/Tech)) by Stef Maruch, Aahz Maruch, 2006-09-14
  12. Grey Hat Python: Python Programming for Hackers and Reverse Engineers by Daniel Felts, 2008-08-04
  13. Programming With Python by Tim Altom, Mitch Chapman, 1999-10-20
  14. Foundations of Agile Python Development (Foundations) by Jeff Younker, 2008-05-26

61. Python Programming Examples With Source Code For Download
Python stuff that I ve found useful or put together for my own use or entertainment.The download counters are updated automatically at 100 am by aC program
http://norfolkgraphics.com/python.php

Join 3D Ring

a member of 3D Ring
next site
skip next site
next 5 sites
previous site ...
Please Support Our Sponsors
Python Stuff
This page contains some Python stuff that I've found useful or put together for my own use or entertainment. The download counters are updated automatically at 1:00 am by a C program using the gd library running on my webserver. To get the code for this, visit the (woefully out of date) Unix page. Description Download # of downloads Web-scraper: periodically collects information from web pages (by looking for unique delimiters in the page text) and inserts the results into CSV files. Includes sample code I use to collect my Folding@Home and POPFile statistics on a daily basis.
This script is "fragile" in that it depends on certain text being present in the page; if the page design changes, you'll probably just end with daily exceptions instead of stats.
(3.74 kB .py)
Script to prune empty directories from a list of passed directories.
(1.17 kB .py)

62. Tim Wilson's Python Programming Tips
Floating point numbers in Python (and other programming languages) aresubject to rouding errors when doing floating point arithmetic.
http://www.ibiblio.org/obp/pyBiblio/problems/wilson/loan.php
Python Bibliotheca Python resources for teachers and students.
Loan and payment calculator
Description
The interest due on a loan can be calculated according to the simple formula: where I is the interest paid, P is the amount borrowed (principal), R is the interest rate, and T is the length of the loan. It is common for loans to be amortized which allows the lendor to collect their interest early in the loan period. We will ignore amortization for the purpose of this program. For bonus points, figure out how to do amortization and print an amortization schedule with the payment schedule. There is an excellent explanation of the amortization formula at Interest.com Write a program that calculates the interest due on a loan and prints a payment schedule. Make sure you round the output to two decimal places. For bonus points, figure out how to calculate amortization and print an amortization schedule. It will be your responsibility to find an appropriate format for the amortization printout. Make sure you handle the dollars correctly! Floating point numbers in Python (and other programming languages) are subject to rouding errors when doing floating point arithmetic. For an explanation of this phenomenon, see the

63. Internet Meta-Resources: Python Programming
Java Programming. Tcl Tk and Expect Programming. python programming. Lisp and SchemeProgramming. X Window System Programming. Web Programming. python programming.
http://nakedape.cc/meta-res/python.phtml

Internet Meta-Resources
All the Net you need to be a geek.
Brought to you by Naked Ape Consulting
Table Of Contents
Welcome Linux Information Linux Distributions Linux Kernel and Ports ... Web Programming
Python Programming

64. Get Wrapped Up In Python
python programming the Way Guido Indented It. by Steve Ferg. Python is uniqueamong programming languages in using indentation as a control structure.
http://www.ferg.org/papers/ferg--why_we_want_python.html
Python: Programming the Way Guido Indented It by Steve Ferg This is a lightly edited version of an article that I wrote for my office's technical newsletter. My all-time favorite programming language – and I've programmed in a lot of languages – is an open-source scripting language called Python. Python was developed in 1991 by a Dutchman named Guido van Rossum. It was named after Monty Python's Flying Circus, of which Guido was an enthusiastic fan, but over time has acquired the python (snake) as a de facto logo – witness the cover of O'Reilly's Python in a Nutshell. Guido now lives in the United States, and he is still the Python BDFL ("Benevolent Dictator for Life"). You can probably see him in person if you attend PyCon2004, which will be held here in Washington in March. Python is usually described as a scripting language, although Pythonistas tend to dislike the term because it suggests that Python's usefulness is much more limited than it actually is Like Java, Python compiles to platform-neutral byte code that executes (via the Python virtual machine) equally well on Windows, Unix, and the Mac. Unlike Java, Python is a dynamically typed language, which means that you don't need to declare anything – variable names automatically acquire a data type when they are assigned to an object.

65. Orbtech
Specializing in Open Source software and the python programming language providing training, support and custom software development.
http://www.orbtech.com/
Home About Orbtech Training Python ... Our Wiki
Welcome to Orbtech
If you are looking for Python programming expertise, you've come to the right spot. At Orbtech, we specialize in Open Source software and the Python programming language. Our focus is on helping companies do a better job creating and maintaining their own software. If your developers are new to Python, you may want to start with one of our Python training workshops. If you have other needs, feel free to contact us to talk about your situation. If you want help increasing awareness of Python within your organization or community, we are available to give presentations on topics such as:
  • Introduction To Python, The Agile Programming Language Building GUI Applications With wxPython PyCrust, The Flakiest Python Shell Python Idioms And Best Practices Unit Testing In Python Java Development Using Python And Jython Chandler, The Killer App?
To schedule Python training, consulting, custom development or a presentation, contact Patrick O'Brien by email at pobrien@orbtech.com

66. Intro. To Python Programming For Bioinformatics
Products, Introduction to Programming for Bioinformatics in Python.In February 2003 I taught an introductary programming course at
http://www.dalkescientific.com/writings/NBN/
Introduction to Programming for Bioinformatics in Python
In February 2003 I taught an introductary programming course at the NBN (National Bioinformatics Network) in South Africa. It was part of an intense and impressive 7 week training session for bioinformatics research with topics including bioinfomatics theory, algorithms, databases, software, unix, programming and even grant writing. The portion I taught was two hours a day, six days a week for the first two weeks. I started off with a translation of a introductory Perl course Lincoln Stein taught but after the first day I realized that most of the people in the class had very little programming experience so I started the next day with the basics and lots of slides. Some of the students already knew how to program so I made a wide range of exercises with the expectation that the beginning students would only get through the first few in each problem set while the most advanced ones would still be challenged with the harder ones. Judging from the feedback it worked out pretty well. Here are all the slides in PDF and PowerPoint format. I made them using Apple's Keynote but that format is verbose and requires directories so too much work to put it on-line. Contact me if you need them.

67. Free Software Directory: Python Programming Language
FSF / UNESCO Free Software Directory. 3,169 packages indexed. Up . Top Software development Programming languages python programming language.
http://www.gnu.org/directory/devel/prog/Python_programming_language/
FSF UNESCO Free Software Directory
3,221 packages indexed Top Software development Programming languages Python programming language ACDK - [LGPL] - 2003-07-01
Java-like C++ framework with scripting and distributed components C to C++ converter - [The GNU General Public License, Version 2 or later] - 2004-04-30
Converts C sources or whole project into C++ DrPython - [The GNU General Public License, Version 2 or later] - 2004-04-20
Simple editor for Python development EmPy - [The GNU General Public License, Version 2] - 2003-10-27
Embeds Python expressions and statements in template text Epydoc - [an X11-style license] - 2004-03-22
A tool for documenting Python projects Gambit - [The GNU General Public License, Version 2 or later] - 2004-04-12
Tools for game theory Getargs - [The GNU General Public License, Version 2] - 2004-04-09
Python command line parser Gnome-python - [The GNU General Public License, Version 2 or later] - 2003-09-02
Interfaces to gnome-libs gst-python
Wrapper for the Gstreamer library IDLEfork - [Python 2.3] - 2004-04-27
Fork of IDLE, Python's small, light, 'bundled' IDE

68. Free Software Directory: Python Programming Language
FSF / UNESCO Free Software Directory. 3,173 packages indexed. Up . Top Software development Programming languages python programming language.
http://www.gnu.org/directory/devel/prog/python/
FSF UNESCO Free Software Directory
3,221 packages indexed Top Software development Programming languages Python programming language ACDK - [LGPL] - 2003-07-01
Java-like C++ framework with scripting and distributed components C to C++ converter - [The GNU General Public License, Version 2 or later] - 2004-04-30
Converts C sources or whole project into C++ DrPython - [The GNU General Public License, Version 2 or later] - 2004-04-20
Simple editor for Python development EmPy - [The GNU General Public License, Version 2] - 2003-10-27
Embeds Python expressions and statements in template text Epydoc - [an X11-style license] - 2004-03-22
A tool for documenting Python projects Gambit - [The GNU General Public License, Version 2 or later] - 2004-04-12
Tools for game theory Getargs - [The GNU General Public License, Version 2] - 2004-04-09
Python command line parser Gnome-python - [The GNU General Public License, Version 2 or later] - 2003-09-02
Interfaces to gnome-libs gst-python
Wrapper for the Gstreamer library IDLEfork - [Python 2.3] - 2004-04-27
Fork of IDLE, Python's small, light, 'bundled' IDE

69. DebianHELP :: Militantly FREE Software Help.
..do you?! This is Topic python programming Following are the News Items publishedunder this Topic. See all python programming This article (free reg.
http://www.debianhelp.org/modules.php?op=modload&name=News&file=index&catid=&top

70. Python Programming For The Absolute Beginner
python programming for the Absolute Beginner (Absolute Beginner). Book python programmingfor the Absolute Beginner (Absolute Beginner) Customer Reviews
http://www.programming-reviews.com/Python_Programming_for_the_Absolute_Beginner_
Python Programming for the Absolute Beginner
Python Programming for the Absolute Beginner

by Authors: Michael Dawson
Released: 05 August, 2003
ISBN: 1592000738
Paperback
Sales Rank:
List price:
Our price: You save: Book > Python Programming for the Absolute Beginner > Customer Reviews: Average Customer Rating:
Python Programming for the Absolute Beginner > Customer Review #1: Best first Python Book (and not just for beginners)

If youre a beginning or intermediate programmer (with a year or less of programming under your belt), then this is the best, first Python book you can find. Not only is it the best intro to Python out there, but its one of the best intros to programming in general Ive ever read. The book is clear, well-written and wont put you to sleep like many other technical books. The author knows how to teach and keep things interesting. And while the book is entertaining, it still covers the Python basics, including:
* Variables * Branching * Strings * Lists, Tuples and Dictionaries

71. Python Programming On Win 32
python programming on Win32. Book python programming on Win32 Customer ReviewsAverage Customer Rating python programming on Win32 Customer Review 1
http://www.programming-reviews.com/Python_Programming_on_Win32_1565926218.html
Python Programming on Win 32
Python Programming on Win 32

by Authors: Mark Hammond , Andy Robinson
Released: January, 2000
ISBN: 1565926218
Paperback
Sales Rank:
List price:
Our price: You save: Book > Python Programming on Win 32 > Customer Reviews: Average Customer Rating:
Python Programming on Win 32 > Customer Review #1: Python and Win32 for Pinheads

If you know nothing about Python, Visual Basic, scripting languages, Win32 API, MFC, COM, active scripting, Windows Networking and NT administration, then after youve read this book youll get some very general idea of what these all are about: this book covers them all, as well as many other things. But whenever it comes to tell you something really interesting, authors just say: "well, its out of the scope of this book, so lets stop here..." However, there are things this book does not cover. For instance, I thought scripting languages are a handy tool for text processing, but throughout this book I encountered only one mention of regular expressions - in the context of filtering file names, and you wont find regular expressions in the Index. From 10-page Chapter "Working with Email" youll learn what SMTP and POP3 stand for, and from 15-page Appendix(!) "Threads" youll learn that Python has something to do with threads, and fairly much about COM threading model.

72. Linux Python Programming
WELCOME TO THE python programming WEBPAGE. What is the python programmingcourse? what exactly is Python the programming language anyway?
http://www.icanprogram.com/pythonlinux.html
WELCOME TO THE
PYTHON PROGRAMMING
WEBPAGE
What is the Python Programming course?
  • a series of 4 lessons - posted online at a rate of approximately 1 per week teaches the basics of Python programming under Linux "Open Source" structure
      interaction with other participants via mailing list and scheduled chat room
    course created, facilitated and monitored by an experienced software engineer
Bob Findlay, Software engineer with over 25 years of software development experience.
Active as a custom Linux software developer
What are the prerequisites?
  • iCanProgram: Extreme Linux Programming or Linux Programming the SIMPL way Python programming reference book. desire to learn and have fun doing it
What will you be learning?
  • what exactly is Python the programming language anyway? how to build testable code under Linux using Python how to really use encapsulation, interprocess communication and tokenized messaging
Is there a fee?
  • NO but in return we expect you to make a voluntary contribution to your local Cancer Research charity absolutely no additional software needs to be purchased
      everything you need will be either on your Linux distribution or freely downloadable from the Net
    When does the course start?

73. Python Programming
python programming. If you re looking for a more complete reference, you might wantto check out John Grayson s book entitled Python and Tkinter Programming.
http://kim.bio.upenn.edu/~pmagwene/programming.html
Python Programming
Topics Contact: P. Magwene Contents
My Python Projects
Listed below are couple of Python modules that I've written that I thought others might find useful.
  • disipyl - a new and improved object-oriented wrapper around the DISLIN plotting library. I use DISLIN/disipyl for producing publication quality plots of scientific data. Java-to-Jython Browser - a GUI for browsing Java classes as they're exposed to Jython. Displays the events, bean properties, and methods for a given Java class and all its ancestors. Useful for Swing-based GUI hacking from Jython.
Python Links
  • Python - Python's homepage. The center of all things pythonic. Jython - an implementation of Python, written in Java. Allows seamless access to Java classes from Pythonic code. Good stuff! Daily Python URL - daily news from the Python universe. Vaults of Parnassus - a searchable website with links to various Python modules and resources.
Python for Scientists
  • Numpy - the standard numerical extension module for Python.

74. Internet Programming With Python
Internet Programming with Python. A number of issues relating to python programmingthat don t fall into other categories are explained here.
http://www.fsbassociates.com/books/python.htm
Internet Programming with Python
by Aaron Watters, Guido van Rossum, and James C. Ahlstrom
CD-ROM incl.; 478 pages; August 1996
; $34.95 U.S.; 1-55851-484-8
Table of Contents Online Chapter This is the first comprehensive guide to demonstrate this dynamic object-oriented language. Python is one of the most portable, convenient, and powerful programming languages available today. It's also freely distributed as source code that can be modified and redistributed Aaron Watters
Guido van Rossum is the primary author of the Python language. He was also a primary developer of the Amoeba operating system.
James C. Ahlstrom was the original author of the WPY/Python GUI package. He holds a PhD in Physics from Cornell University.
Table of Contents Chapter 1
Introduction Python gets the Job Done What Python doesn't do well (by itself) Python and the Internet Background Fasten your seatbelt, and have fun Chapter 2
Bird's eye Python This chapter introduces some of the primary syntactic and semantic features of the Python Language. A Python Program Execution Modes Embedded Python Indentation Block Structure A Fearless Tour of Python Types Chapter 3
Playing This chapter introduces the basic components of a Python program using interactive ``play'' with the interpreter. Much of the chapter discusses character string manipulation in detail, because this provides a very accessible platform for illustrating the language, and because strings are important especially in network programming.

75. DBforums - Python Programming Required
jimscafe. Registered User. Join Date Mar 2004. Posts 1. python programming required.I work for a company in the Philippines and we need some software developing.
http://www.dbforums.com/t989124.html
Internet Services WebHostingTalk ISPCheck TheWebhostDirectory.com DeletedDomains Domain Name Talk HostingCatalog HostingTech Web Development HotScripts dBforums DevPapers eDEVcafe yaXay ProgrammingTalk DevLance Xtreme .NET Talk Xtreme VB Talk SEOPapers Swish Talk Tech Hardware OC-Forums Mac-Forums HardwarePapers Home Register Calendar Get New ... Quick Links vbmenu_register("usercptools");
dBforums
Usenet Groups comp.lang.* comp.lang.python > python programming required
Thread Tools
Search this Thread Display Modes jimscafe vbmenu_register("postmenu_3643971", true); Registered User Join Date: Mar 2004 Posts: 1 python programming required I work for a company in the Philippines and we need some software developing. I would like the software to be developed in Python and maybe there are people who would like to do some contract work over the internet.
We already have a team of about 15 programmers who mainly use VB, but I have a need to develop some automation and tracking software and would prefer it being developed in Python. The existing staff are busy with the day-to-day requests of production and I need a resource to dedicate to this longer term project.
We have never done this kind of contract work before so I have no idea of rates etc. but would be willing to give this a try.

76. Python Programming Language Definition Meaning Information Explanation
python programming language definition, meaning and explanation and moreabout python programming language. python programming language.
http://www.free-definition.com/Python-programming-language.html
A B C D ...
Contact

Beta 0.71 powered by:

akademie.de

PHP

PostgreSQL

Google News about your search term
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 call s. Python is often compared to Tcl Perl Scheme Java and Ruby . Python is currently ( December ) at version 2.3.3. Inhaltsverzeichnis 1 Philosophy
2 Data types and structures

2.1 Collection types

2.2 Object system
...
9 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.

77. 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
  • 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

78. HotScripts.com :: Python :: Computer Scripts & Applications :: Python Programmin
python programming on Win 32 The first book to explains how to use Pythonon Windows platforms. python programming on Win 32, Hits 1559.
http://www.hotscripts.com/Detailed/6392.html
Internet Services WebHostingTalk ISPCheck TheWebhostDirectory.com DeletedDomains Domain Name Talk HostingCatalog HostingTech Web Development HotScripts dBforums DevPapers eDEVcafe yaXay ProgrammingTalk DevLance Xtreme .NET Talk Xtreme VB Talk SEOPapers Swish Talk Tech Hardware OC-Forums Mac-Forums HardwarePapers
New Listings

Most Popular

Top Rated

Discussion
...
Search DB

All Categories ASP ASP.NET C/C++ CFML Flash Java JavaScript PHP Perl Python Remote Hosts XML Advanced Search FAQ Update a Listing Getting Rated ... About Us Categories
ASP ASP.NET C and C++ CFML CGI and Perl Flash Java JavaScript PHP Python Remotely Hosted Tools and Utilities Web Hosting XML
Sponsored Ads
Home
Python Books
Python Programming on Win 32 Hits: Description: Python Programming on Win32 is the first book to demonstrate how to use it as a serious Windows development and administration tool. Unlike scripting on Unix, Windows scripting involves integrating a number of components, such as COM or the various mail and database APIs, with the Win32 programming interface. While experienced Windows C++ programmers can find their way through the various objects, most people need some guidance, and this book is it. It addresses all the basic technologies for common integration tasks on Windows, explaining both the Windows issues and the Python code you need to glue things together. Topics covered: Python programming quick-start, Windows Python basics, Python support for COM/DCOM, the Pythonwin editor, Office 2000 scripting, Windows NT administration and system programming, Python MFC programming, and Active Scripting.

79. Peter Bowyer's Weblog: PHP/Python Programming IDEs
September 25, 2003. PHP/python programming IDEs. I m thinking aboutbuying an IDE for PHP/python programming. I ve revised my opinion
http://peter.mapledesign.co.uk/weblog/archives/phppython_programming_ides.html
Peter Bowyer's weblog
The quest for the impossible
September 25, 2003
PHP/Python Programming IDEs
I'm thinking about buying an IDE for PHP /Python programming. I've revised my opinion on debugging tools since using the one in PythonWin to understand where one of my scripts is going wrong, and I figure I might find on useful in PHP. Are there any decent IDEs suitable for both languages? Or do I have to buy one for each? I'm more interested in one for PHP - PythonWin currently does all I need for Python. I've used PHP Edit now for a few years, but I want something more finished with decent project management features. I trialled Zend Studio 3 and thought it OK, but I prefer a natural Windows interface (although if I move to FreeBSD this would be a plus-point) and I couldn't get the debugging to work properly. What do you use, and would you recommend it? I'm in a little bit of a hurry, as if I decide to go for Zend I can get 22% off the Plus version until the end of the month ;-)
Categories: General Programming 3 Comments TrackBack (0)
Comments
"Are there any decent IDEs suitable for both langauges?"

80. ProQuest Information And Learning - Python Programming With The Java™ Class Lib
This tutorial begins with coverage of some of the basics of Pythonprogramming. University College Cork.
http://proquest.safaribooksonline.com/?xmlId=0-201-61616-5&uiCode=CORK

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

free hit counter