I wanna learn Python! Where do I start?
Offline
bananaman114 wrote:
I wanna learn Python! Where do I start?
First off, go to the site. Decide whether to use 2 or 3 (I use 2), then download it. Then, download "gedit" and install it. If you use Python 2, I recommend this guide.

Offline
I'm trying to learn Ruby...
I've tried python half a year ago... gave up
Offline
PW132 wrote:
bananaman114 wrote:
I wanna learn Python! Where do I start?
First off, go to the site. Decide whether to use 2 or 3 (I use 2), then download it. Then, download "gedit" and install it. If you use Python 2, I recommend this guide.
Can you gimme a link to the site?
Is it hard?
Offline
bananaman114 wrote:
PW132 wrote:
bananaman114 wrote:
I wanna learn Python! Where do I start?
First off, go to the site. Decide whether to use 2 or 3 (I use 2), then download it. Then, download "gedit" and install it. If you use Python 2, I recommend this guide.
Can you gimme a link to the site?
Is it hard?
lol, it's not actually hard.
The site is here: http://www.python.org/

Offline
PW132 wrote:
bananaman114 wrote:
PW132 wrote:
First off, go to the site. Decide whether to use 2 or 3 (I use 2), then download it. Then, download "gedit" and install it. If you use Python 2, I recommend this guide.Can you gimme a link to the site?
Is it hard?lol, it's not actually hard.
![]()
The site is here: http://www.python.org/
Can you link me to gedit?
Offline
Offline
PW132 wrote:
Ok I downloaded it now what?
Offline
Read the guide I gave you.

Offline
I use Python. I use Python 3, purely because that's what my book is on. I can do everything except Pygame stuff and OOP. I'm half-way throuh the chapter on writing and reading text files. At the moment at the part on pickling stuff and using "rb", "wb", and "ab" (out of personal preference, I never use things like "r+").
Offline