I am just getting started with RasPi and would like to know what all of you used to learn Python a nd if you would recommend it to a newbie.
I am just getting started with RasPi and would like to know what all of you used to learn Python a nd if you would recommend it to a newbie.
It depends how you learn best. Codecademy is a good site for learning programming at your own pace and is more interactive. Here is the Python course. I know I find I learn a lot from just using the documentation to learn syntax or what functions do (Python Docs page). Books are also an option, just check your local library.
Once you understand the syntax and basics, you can continue to learn new things by searching or asking questions on StackOverflow.com. They have an excellent community of knowledgeable programmers, but don't ask questions that have been asked repeatedly. RPi StackExchange (same site network as Stack Overflow) and obviously here on Element 14 are also good places to ask questions to learn more advanced tricks.
It depends how you learn best. Codecademy is a good site for learning programming at your own pace and is more interactive. Here is the Python course. I know I find I learn a lot from just using the documentation to learn syntax or what functions do (Python Docs page). Books are also an option, just check your local library.
Once you understand the syntax and basics, you can continue to learn new things by searching or asking questions on StackOverflow.com. They have an excellent community of knowledgeable programmers, but don't ask questions that have been asked repeatedly. RPi StackExchange (same site network as Stack Overflow) and obviously here on Element 14 are also good places to ask questions to learn more advanced tricks.
Thanks, really syntax is the main thing I need to know the rest I can figure out with T&E.