Darren01274
Posts: 59
Joined: Fri Jul 26, 2013 7:13 pm

Learning Python

Fri Jul 26, 2013 7:31 pm

Hi I just bought 2 Raspberry PI boards one for my kid who asked me about programming, my question is, how easy it it to learn python with no programming knowledge? Is there a good book that can teach you and one that is suitable for kids.

Darren

ProgramKid
Posts: 5
Joined: Thu Jul 25, 2013 1:32 am
Contact: Website

Re: Learning Python

Sat Jul 27, 2013 1:47 am

Yes there is it is called learning python. It is in the library. If not try searching python for kids!
Program4Living

User avatar
davef21370
Posts: 897
Joined: Fri Sep 21, 2012 4:13 pm
Location: Earth But Not Grounded

Re: Learning Python

Sun Jul 28, 2013 2:14 pm

Try "Learning Python The Hard Way", I've not seen the book myself but have heard good reports.

http://learnpythonthehardway.org/book/
You can get the paper version from Amazon.

It is easy to learn but work at your own pace and don't take too much on. These forums are full of posts from beginners asking for help with code that they really shouldn't be tackling in the first place (in my opinion).
The main thing is to enjoy it and don't be disheartened when things don't work, just get on here and ask for advice.

Dave.
Apple say... Monkey do !!

Darren01274
Posts: 59
Joined: Fri Jul 26, 2013 7:13 pm

Re: Learning Python

Mon Jul 29, 2013 3:01 pm

davef21370 wrote:Try "Learning Python The Hard Way", I've not seen the book myself but have heard good reports.

http://learnpythonthehardway.org/book/
You can get the paper version from Amazon.

It is easy to learn but work at your own pace and don't take too much on. These forums are full of posts from beginners asking for help with code that they really shouldn't be tackling in the first place (in my opinion).
The main thing is to enjoy it and don't be disheartened when things don't work, just get on here and ask for advice.

Dave.
Thank you Dave. Really like the RPI not done a great deal with mine at the minute, my son been messing with scratch which seems to keep him amused lol. I put the media centre software and managed to stream videos from my pc to it and setup controller app on Iphone which works great, was amazed on how well it ran the videos and boots straight into the media centre software :-)

Just bought some more sd cards and looking for other interesting projects to do with it now.

Squeebles
Posts: 2
Joined: Wed May 29, 2013 6:43 pm

Re: Learning Python

Tue Jul 30, 2013 7:39 pm

i recommend http://www.codecademy.com/. the interface can be a bit finicky at times but overall i believe it to be a great way to learn. they tell you a bit about the language and have you write little bits and pieces to get you on your way. before you know it you've written your first program.

WebPi
Posts: 262
Joined: Wed Apr 10, 2013 6:47 pm
Location: Birmingham, UK
Contact: Website

Re: Learning Python

Tue Jul 30, 2013 8:23 pm

This is a great place to find answers: http://raspberrypi.stackexchange.com/
raspberrywebserver.com - Raspberry Pi tutorials
LinuxWebServers.net - Linux Web Server tutorials and examples
pyplate.com - Python web publishing tool

Darren01274
Posts: 59
Joined: Fri Jul 26, 2013 7:13 pm

Re: Learning Python

Wed Jul 31, 2013 4:35 pm

Hi funny you should mention that website, I found a kids blog while searching google about the Raspberry Pi lol, and she recommended it on her blog, so I decided to sign up and give it a whirl. So far I think it is a great website, and the fact you can enter the text into the website and tells you if you done it right is brill. Doubt it will turn me into bill gates but its great to have a little more knowledge of Python!
Squeebles wrote:i recommend http://www.codecademy.com/. the interface can be a bit finicky at times but overall i believe it to be a great way to learn. they tell you a bit about the language and have you write little bits and pieces to get you on your way. before you know it you've written your first program.

Guy999
Posts: 20
Joined: Tue May 14, 2013 8:37 pm

Re: Learning Python

Wed Jul 31, 2013 4:57 pm

Therre is a free e-book for kids 8+ called 'Snake wrangling for kids'

http://www.briggs.net.nz/snake-wrangling-for-kids.html

Darren01274
Posts: 59
Joined: Fri Jul 26, 2013 7:13 pm

Re: Learning Python

Wed Jul 31, 2013 11:05 pm

Thanks for the link.
Guy999 wrote:Therre is a free e-book for kids 8+ called 'Snake wrangling for kids'

http://www.briggs.net.nz/snake-wrangling-for-kids.html

Return to “Python”