Re: Clueless Monk

2011-03-23 Thread Mika Sjöman
Hi It is installed by default in Mac OS X since it is a unix system. No need to install anything else than django - if you want that too will say. If you wanna learn python programing, I can recommend TheNewBoston python tutorials on youtube. Google it and you will find his videos. You can run

Re: Clueless Monk

2011-03-23 Thread Sadra Kasraian
I have a black Macbook with OS-X. I was wondering how do I start using it python. What do I download? On Tue, Mar 22, 2011 at 4:38 PM, Cal Leeming [Simplicity Media Ltd] < cal.leem...@simplicitymedialtd.co.uk> wrote: > Shawn is right, Python *is* awesome ^_^ > > Soon you will be whispering sweet

Re: Clueless Monk

2011-03-23 Thread Kenneth Gonsalves
On Tue, 2011-03-22 at 20:32 +, Cal Leeming [Simplicity Media Ltd] wrote: > One thing I will give you a heads up on, is the dir() function. If > someone > had pointed that out to me to begin with, it would have saved me *a > lot* of > time :D +1 -- regards KG http://lawgon.livejournal.com

Re: Clueless Monk

2011-03-22 Thread Cal Leeming [Simplicity Media Ltd]
Shawn is right, Python *is* awesome ^_^ Soon you will be whispering sweet nothings to your IDE as your code just gracefully glides along. But then, you will hit a glass window, and fall swiftly to the ground with all the grace of a blind pigeon, whilst screaming at your IDE because

Re: Clueless Monk

2011-03-22 Thread Cal Leeming [Simplicity Media Ltd]
Probably best place to ask this question is the Python mailing list tbh (although others here may be willing to help out!). I myself, learned Python by writing a memory injection exploit for the Eve Online game, which gave me the ability to inject Python code directly into the game. I didn't know

Re: Clueless Monk

2011-03-22 Thread Shawn Milochik
A good way to start is to go to the Python Web site, do the tutorial, and then graduate to the Python mailing list. Welcome to Python -- it's awesome! This list is for Django, so this isn't on-topic for this list. Tutorial: http://python.org/doc/ Mailing list:

Clueless Monk

2011-03-22 Thread Fernando Torres Jr.
Hi I was wondering how you start up with Python? Python is a language that you use on what platform? Like C++ can be used on Microsoft Visual Studios. What is the equivalent for Python. Sorry I am a begineer programmer -- You received this message because you are subscribed to the Google Groups