Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   Python (http://www.velocityreviews.com/forums/f43-python.html)
-   -   Where can I find some examples of program in Python? (http://www.velocityreviews.com/forums/t323485-where-can-i-find-some-examples-of-program-in-python.html)

littleneo 10-10-2003 04:58 PM

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!



Irmen de Jong 10-10-2003 05:08 PM

Re: Where can I find some examples of program in Python?
 
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


Shane Mitchell 10-10-2003 06:19 PM

Re: Where can I find some examples of program in Python?
 
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



Dave Kuhlman 10-10-2003 09:14 PM

Re: Where can I find some examples of program in Python?
 
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
dkuhlman@rexx.com


All times are GMT. The time now is 10:22 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57