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

Recommended Answers

All 5 Replies

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. chrisbeevers91@hotmial.com

2. chris@beevers3.fsnet.co.uk
Keep in touch :!:
Croft .L

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.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.