472,374 Members | 1,497 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,374 software developers and data experts.

Where can I find some examples of program in Python?

Hi,

If there is somebody knows where to get examples of programs in Python
concerned about any specific problems? Thanks!
Jul 18 '05 #1
3 1733
littleneo wrote:
If there is somebody knows where to get examples of programs in Python
concerned about any specific problems? Thanks!


I'm not sure what you need exactly so here are a bunch of general links:

http://www.python.org/cgi-bin/moinmoin/PythonSoftware
http://www.python.org/pypi
http://www.vex.net/parnassus/ (seems down at the moment?)
http://aspn.activestate.com/ASPN/Python/Cookbook/

The last link is more of a library of handy code snippets.
The others have many links to Python programs...

--Irmen

Jul 18 '05 #2
littleneo wrote:
Hi,

If there is somebody knows where to get examples of programs in Python
concerned about any specific problems? Thanks!


Code Samples from the Python Cookbook from O'Reilly, freely available to
view and copy for your own use,

http://aspn.activestate.com/ASPN/Python/Cookbook/

Codebeach has a nice categorized collection of Python source code:

http://www.codebeach.com/index.asp?T...&CategoryID=16

--
Shane Mitchell fragile_at_skynet_dot_ie +353861922853 ICQ:277303018
Jul 18 '05 #3
Irmen de Jong wrote:
littleneo wrote:
If there is somebody knows where to get examples of programs in
Python concerned about any specific problems? Thanks!


I'm not sure what you need exactly so here are a bunch of general
links:

http://www.python.org/cgi-bin/moinmoin/PythonSoftware
http://www.python.org/pypi
http://www.vex.net/parnassus/ (seems down at the moment?)
http://aspn.activestate.com/ASPN/Python/Cookbook/

The last link is more of a library of handy code snippets.
The others have many links to Python programs...

--Irmen


And, a couple of random clicks in the Python page of "Loads of
Linux Links" are likely to lead you to more code samples than you
can deal with:

http://loll.sourceforge.net/linux/li...hon/index.html

Dave

--
Dave Kuhlman
http://www.rexx.com/~dkuhlman
dk******@rexx.com
Jul 18 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
by: Richard | last post by:
Just downloaded python for the fun of it. What do I run to begin coding with? Version 2.3.3 When I run the "command line" thing, I get a dos window. Now what? The built in tutor explains...
47
by: Andrey Tatarinov | last post by:
Hi. It would be great to be able to reverse usage/definition parts in haskell-way with "where" keyword. Since Python 3 would miss lambda, that would be extremly useful for creating readable...
0
by: Xah Lee | last post by:
© # -*- coding: utf-8 -*- © # Python © © # once a module is loaded © # import mymodule © # one can find all the names it © # export with dir() © © import sys © print dir(sys)
3
by: QuadriKev | last post by:
I am fairly new to programming in Python. There are a number of cases where I would like to see examples of programs written. I like to write them on Windows and in some cases put them on my...
1
by: Sullivan WxPyQtKinter | last post by:
I have been looking for python API documentation of BDBXML for quite a few days but I could not find it. Anyone has any idea where it is? Or if there is not such a thing at all, how could I get...
23
by: gord | last post by:
As a complete novice in the study of Python, I am asking myself where this language is superior or better suited than others. For example, all I see in the tutorials are lots of examples of list...
3
by: js | last post by:
Hi, I've learned basics of Python and want to go to the next step. So I'm looking for good python examples I steal good techniques from. I found Python distribution itself contains some...
4
by: siggi | last post by:
Hi all, newbie question: I'd like to try speech synthesis with PythonWin 2.5. Problem ****** according to several instructions, such as found on...
37
by: Phlip | last post by:
1230987za wrote: Kanze is a classically-trained "unit tester". In some circles "unit" is a QA concept - specifically, if a test fails, you only need to inspect one unit. So "units" are...
2
by: Kemmylinns12 | last post by:
Blockchain technology has emerged as a transformative force in the business world, offering unprecedented opportunities for innovation and efficiency. While initially associated with cryptocurrencies...
0
by: Naresh1 | last post by:
What is WebLogic Admin Training? WebLogic Admin Training is a specialized program designed to equip individuals with the skills and knowledge required to effectively administer and manage Oracle...
0
by: antdb | last post by:
Ⅰ. Advantage of AntDB: hyper-convergence + streaming processing engine In the overall architecture, a new "hyper-convergence" concept was proposed, which integrated multiple engines and...
1
by: Matthew3360 | last post by:
Hi, I have been trying to connect to a local host using php curl. But I am finding it hard to do this. I am doing the curl get request from my web server and have made sure to enable curl. I get a...
0
by: Carina712 | last post by:
Setting background colors for Excel documents can help to improve the visual appeal of the document and make it easier to read and understand. Background colors can be used to highlight important...
0
BLUEPANDA
by: BLUEPANDA | last post by:
At BluePanda Dev, we're passionate about building high-quality software and sharing our knowledge with the community. That's why we've created a SaaS starter kit that's not only easy to use but also...
0
by: Rahul1995seven | last post by:
Introduction: In the realm of programming languages, Python has emerged as a powerhouse. With its simplicity, versatility, and robustness, Python has gained popularity among beginners and experts...
1
by: Johno34 | last post by:
I have this click event on my form. It speaks to a Datasheet Subform Private Sub Command260_Click() Dim r As DAO.Recordset Set r = Form_frmABCD.Form.RecordsetClone r.MoveFirst Do If...
0
by: jack2019x | last post by:
hello, Is there code or static lib for hook swapchain present? I wanna hook dxgi swapchain present for dx11 and dx9.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.