d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Python Programming > Where To Start?
Add Reply New Topic New Poll
Retired Moderator
Posts: 10,221
Joined: Sep 7 2010
Gold: 1,002.69
Trader: Trusted
Jul 12 2012 02:57am
Is there anywhere I can refer to for Python programming? Looking for syntax and such.

Just note: the only "programming" knowledge I have is starter LUA (I never even made it to functions) and HTML/CSS. I'm aspiring to get a head start on this because there's currently a course I'm taking for school that revolves around Python Programming, so I'd enjoy the head start on things. :)

Also: I've looked at the documentation, and I'm downright lost. Looking for a dumbed-down guide of sorts, a beginner's guide, if you will. :P
Member
Posts: 11,637
Joined: Feb 2 2004
Gold: 434.84
Jul 12 2012 07:51am
Quote (Beacon @ Jul 12 2012 03:57am)
Is there anywhere I can refer to for Python programming? Looking for syntax and such.

Just note: the only "programming" knowledge I have is starter LUA (I never even made it to functions) and HTML/CSS. I'm aspiring to get a head start on this because there's currently a course I'm taking for school that revolves around Python Programming, so I'd enjoy the head start on things. :)

Also: I've looked at the documentation, and I'm downright lost. Looking for a dumbed-down guide of sorts, a beginner's guide, if you will. :P


http://learnpythonthehardway.org/

Buy the ebook, it's cheap as hell.
Member
Posts: 3,715
Joined: Mar 15 2011
Gold: 4,703.80
Jul 22 2012 07:25am
Yo my brother!

I can help you out.

Start here: http://docs.python.org/tutorial/

Member
Posts: 8,401
Joined: Dec 12 2008
Gold: 4,791.00
Jul 26 2012 06:03pm
Quote (rockonkenshin @ Jul 12 2012 09:51am)
http://learnpythonthehardway.org/

Buy the ebook, it's cheap as hell.


This is the guide I used to start learning it, and I would highly recommend it as well.

The basic idea of Shaw's guide is that you'll just be re-writing code for most of the chapters so you can get the hang of the syntax. There isn't much of any lesson that has you writing code that isn't already written, but I think this is good for beginners.

Also, if you ever encounter a logic problem, try googling "python <problem>" and look for posts from http://www.stackoverflow.com. That is probably the best place for different solutions to problems you may have (ranging from easy solutions to complex).

Any other questions, you can PM me. I'm not an expert by far, but it helps to learn a language when you teach it :)
Member
Posts: 658
Joined: Jul 14 2012
Gold: 0.01
Jul 28 2012 12:58am
Python really is an easy language. I think you'll have fun.
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll