954,541 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

python

hi i wanna start programing with python just wondering if any one knew any sites which has python source code? would appreciate any help :)

tommy1988
Newbie Poster
3 posts since Mar 2005
Reputation Points: 11
Solved Threads: 0
 
Narue
Bad Cop
Administrator
15,460 posts since Sep 2004
Reputation Points: 6,464
Solved Threads: 1,401
 

This is the one I like ...
476 Manualy selected Python Programming Language Resources at:
http://www.cbel.com/python_programming_language/?order=alpha

... and don't forget to look a the "code snippets" right here on DaniWeb, there are some Python ones.

vegaseat
DaniWeb's Hypocrite
Moderator
5,989 posts since Oct 2004
Reputation Points: 1,345
Solved Threads: 1,417
 

You should find everything you need at www.python.org .

reezin14
Junior Poster
107 posts since Jan 2005
Reputation Points: 12
Solved Threads: 4
 
hi i wanna start programing with python just wondering if any one knew any sites which has python source code? would appreciate any help :)

Hi Tommy,
I saw you wanted to know a good site about Python.
It might not be exsactly what your looking for, but i guess anything will do.

The site name is: www.python.org

If you can e-mail me when you get this.

I have two different address,
1. [email]chrisbeevers91@hotmial.com[/email]

2. [email]chris@beevers3.fsnet.co.uk[/email]
Keep in touch :!:
Croft .L

Croft .L
Light Poster
34 posts since Jun 2005
Reputation Points: 11
Solved Threads: 1
 

i have just started to use python and have little idea of how to do anything other than import pygame. what i am trying to do is open the display window, but it says it is not responding. i tryed you sugestion but that did not work eather. here is what i do.

>>> import os, sys, pygame
>>> pygame.display.init()
>>> screen=pygame.display.set_mode((350,240))

*at this point it opens and dose nothing unil i cick on it, the it says its not responding, and when i close it it shutsdown pythin command line too.

AKarnisky
Newbie Poster
1 post since Jul 2008
Reputation Points: 10
Solved Threads: 1
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You