<div dir="ltr">If you want free, then these are good resources:<div><br></div><div><a href="http://www.tutorialspoint.com/python/">http://www.tutorialspoint.com/python/</a><br></div><div><a href="http://www.learnpython.org/">http://www.learnpython.org/</a><br>
</div><div><a href="https://developers.google.com/edu/python/">https://developers.google.com/edu/python/</a></div><div><a href="http://docs.python.org/2/tutorial/">http://docs.python.org/2/tutorial/</a><br></div><div>and, my personal favorite:  <a href="http://pymotw.com/2/contents.html">http://pymotw.com/2/contents.html</a></div>
<div><br></div><div>If you aren't afraid of paying, the O'Reilly certification is second to none.  I am halfway done with it, and it taught me a lot.  It's 160 hours of training total, it can't be beat to get you from zero to hero in the shortest amount of time.</div>
<div><br></div><div>If you are new to python, you may want to avoid python 3.3 in favor of 2.7.6</div><div><br></div><div>This might sound like weird advice, but 3.3 isn't really "better" from a learning pespective.  So much of what is availalbe online and in stackoverflow articles is written in 2.x.x, and 3.3. is not backwards compatible.  Once you know python, switching to 3.3 is a breeze (or back and forth between the two).  But for learning, I'd say use 2.7.6</div>
<div><br></div><div><a href="http://www.oreillyschool.com/certificate-programs/python-programming/">http://www.oreillyschool.com/certificate-programs/python-programming/</a><br></div></div><div class="gmail_extra"><br><br>
<div class="gmail_quote">On Sun, Dec 15, 2013 at 4:53 PM, Jared Brock <span dir="ltr"><<a href="mailto:jaredbrock@sbcglobal.net" target="_blank">jaredbrock@sbcglobal.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div><div style="font-size:12pt;font-family:times new roman,new york,times,serif"><div>Greeting Pythonistas. I am a student with a neglegible amount of programming experience who was referred to both Python and this group as a way to learn the language. I am looking for suggestings on books, websites, or other materials that can serve as a good starting place. The one online tutorial I found (<a href="http://docs.python.org/2/tutorial/index.html" target="_blank">http://docs.python.org/2/tutorial/index.html</a>) did have examples of basic concepts but lacked any suggested problems to solve to reinforce those concepts.</div>
<div>And in case someone asks, I am not currently able to make it to the Friday DoJo's for the time being.</div><div><br></div><div style="font-style:normal;font-size:16px;background-color:transparent;font-family:times new roman,new york,times,serif">
Thanks for reading, and double thanks for replies.<br></div></div></div><br>_______________________________________________<br>
CentralOH mailing list<br>
<a href="mailto:CentralOH@python.org">CentralOH@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/centraloh" target="_blank">https://mail.python.org/mailman/listinfo/centraloh</a><br>
<br></blockquote></div><br></div>