473,608 Members | 2,565 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1784
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_skyn et_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.c om
Jul 18 '05 #4

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

Similar topics

8
1498
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 some basics about programming but zilch on where to begin.
47
3607
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 sources. Usage could be something like: >>> res = where: >>> def f(x):
0
1162
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
6274
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 Linux server to do something useful. I am also interested in using Telnet to check services and things on the Linux server. Can someone give me direction on the best place for examples? Full example of something written with GTK or wxPython would...
1
1063
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 started? In addition, in the previous posts I have seen some grumble about python API's lack of XMLexception and some basic programming and debugging elements for project engineering. Are they added or fixed in the lastest version of BSBXML?
23
2383
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 processing, arithmetic calculations - all in a DOS-like environment. What is particularly disappointing is the absence of a Windows IDE, components and an event driven paradigm. How does Python stand relative to the big 3, namely Visual C++,...
3
1186
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 examples in Demo directory. I spent some time to read them and I think they're good but seemed not so practical to me.
4
4367
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 http://surguy.net/articles/speechrecognition.xml and in a book on Python,
37
2583
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 "things which are clearly delimited and accessible to inspection". That should map onto C++ classes - specifically due to overlapping requirements. C++ classes _should_ be "things which are clearly delimited and accessible to inspection". Yet...
0
8057
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8491
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8470
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8142
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8329
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
4022
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2472
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1580
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
1327
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.