![]() |
Python Books - Recommendation - Printable Version +- Python Forum (https://python-forum.io) +-- Forum: General (https://python-forum.io/forum-1.html) +--- Forum: News and Discussions (https://python-forum.io/forum-31.html) +--- Thread: Python Books - Recommendation (/thread-30625.html) |
Python Books - Recommendation - lasek723 - Oct-28-2020 Hi all, I am 6 weeks into my Python journey. I like it. I have been using DataCamp. Whilst I wait until they have a black Friday offer on, I am looking to brush up my skills via a good old fashion book. I am fairly interested in the Data Side (Pandas, Matplotlib) Two books I have heard are good are:- - Automate the Boring Stuff - Python for Data Analysis Keen to hear people's thoughts :-) Thanks RE: Python Books - Recommendation - Larz60+ - Oct-28-2020 Please be aware that there are some excellent and free tutorials available. Two of my favourites: How to Think Like a Computer Scientist: Interactive Edition and Bernd Klein's Python course RE: Python Books - Recommendation - snippsat - Oct-28-2020 lasek723 Wrote:I am fairly interested in the Data Side (Pandas, Matplotlib)Python Data Science Handbook is free on GitHub RE: Python Books - Recommendation - lasek723 - Oct-28-2020 (Oct-28-2020, 09:11 PM)snippsat Wrote:lasek723 Wrote:I am fairly interested in the Data Side (Pandas, Matplotlib)Python Data Science Handbook is free on GitHub Have you read this? If so, what are your thoughts? RE: Python Books - Recommendation - joe_momma - Oct-29-2020 I liked Data Wrangling with Python book on amazon It uses facebook, linkdin, twitter api's to grab data Al Swiegert also had a book Hacking ciphers now called Cracking Codes with Python it starts out slow and builds up fast Cracking Codes RE: Python Books - Recommendation - snippsat - Oct-29-2020 (Oct-28-2020, 09:52 PM)lasek723 Wrote: Have you read this? If so, what are your thoughts?The book is okay,not read all of it, Reviews. There is notebook format of whole book,so can easy take a part(change and test) and run local. Or eg use Colab Data-Indexing-and-Selection.ipynb now if you test can run(or change) cells from book. |