Python Forum
Python book recommendations? - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: Tutorials (https://python-forum.io/forum-4.html)
+---- Forum: Tutorial Requests and Submissions (https://python-forum.io/forum-21.html)
+---- Thread: Python book recommendations? (/thread-7719.html)



Python book recommendations? - Regulus - Jan-22-2018

Hello, I am in search of a good Python book for a 6th grade student who knows Python basics. He knows how to make a function and pass variables into it, how to create variables, make a list, etc... Anyone know of a book that would be good for advancing his knowledge and making him more fluent?


RE: Python book recommendations? - Larz60+ - Jan-22-2018

Here's an interesting article: https://www.geekwire.com/2013/commentary-taught-kids-python-programming/
And I've looked at this book at Barnes and Noble, but not enough to recommend or not: https://nostarch.com/pythonforkids
It's been around for a while, but that doesn't guarantee quality.
Looking at the chapters offered, I think it might be a good start,


RE: Python book recommendations? - metulburr - Jan-22-2018

This series by KidsCanCode is a youtube series that focuses on python basics and pygame (making games) if i recall correctly.
https://www.youtube.com/playlist?list=PLsk-HSGFjnaGe7sS_4VpZoEtZF2VoWtoR
https://www.youtube.com/playlist?list=PLsk-HSGFjnaH5yghzu7PcOzm9NhsW0Urw

There are a lot of free online resources. Some may be more kid friendly than others. Here is a list of resources on our website if you want to look through them
https://python-forum.io/Thread-A-List-of-Free-Python-Resources

However i cant think off the top of my head of a hard copy book for kids. The only thing i can think of is a general book...in which i personally would suggest learning python. But note it is not meant to be for kids. I mean they can read it, but its not geared for kids. It is well in depth and i used it for years as a reference book long after knowing python. You can read through it like a book, but also use it as reference.
https://www.amazon.com/Learning-Python-5th-Mark-Lutz/dp/1449355730
He also has a second book intended to be read after the first called programming python that goes further than the basics. Did a lot of Tkinter from what i recall and other stuff.
https://www.amazon.com/Programming-Python-Powerful-Object-Oriented/dp/0596158106/ref=sr_1_4?s=books&ie=UTF8&qid=1516626648&sr=1-4&keywords=programming+python


RE: Python book recommendations? - Mekire - Jan-22-2018

Could give http://programarcadegames.com/ a try.
He doesn't really do enough functions or classes for my taste but a younger programmer should find it engaging.


RE: Python book recommendations? - sparkz_alot - Jan-22-2018

Perhaps Snake Wrangling for Kids?