image collected from awesome content/freepik

Four Amazing Python Books that I Recommend to Every Beginner

ওয়াসী (Wasi)
Dreamcatcher IT’s Blog
3 min readNov 19, 2018

--

In this article, I’m gonna talk about four python books that I found extremely helpful to harness the power of python.

If you are just getting started with Python, I will suggest you to buy and read them sequentially.

  • Start with python doc it’s free!
    Python’s Documentation is well maintained. It even contains tutorials that will help you to get familiarize with basic python syntax. Whenever you are stuck it is always a good idea to check out the docs first. As most of the time, you will find whatever you are looking for within the python doc!
  • Automate the Boring Stuff with Python: Practical Programming for Total Beginners
    I love this book! Cause, this book is full of interesting projects that will make your python learning journey adventurous! In each step, you will find the exquisite taste of accomplishment, which will keep you motivated to learn even more.
    Check Price: https://amzn.to/2DLCrYe
  • Fluent Python
    What is so special about this book? Well, this book covers special features of python so well that it made quite a great impression on me. Another thing that I love is this book focuses on writing Pythonic code. Hence, you will be able to transform codes into beautiful idiomatic python
    Check Price: https://amzn.to/2qOpHaK
  • Python Cookbook
    The Python Cook Book is full of recipes! Recipes or, scripts that you will use in everyday life! Various topics such as Data Processing, Network Programming or, advanced topics such as Meta Programming are all covered. This book is pretty advanced compared to other books but, nonetheless beginners will find it super useful!
    Check Price: https://amzn.to/2qQC3im
  • Pro Python
    Pro python is another advanced book that can be recommended to beginners with basic python knowledge. The best thing about this book is it teaches python best practices. It will help you get rid of your sloppy code habits and, let you write more concise and, idiomatic python.
    Check Price: https://amzn.to/2Q3h3DA

All these books are Highly Recommended!

Note: I recommend that you buy these books as a token of appreciation to the authors. It will help them to produce more and more good stuff which will be beneficial to you, me and all of us.

Thanks for reading! Your claps are always appreciated! :)

Do you have any recommendations for beginners? Let me know in the comments section!

Author:

Wasi Mohammed Abdullah

Thinker, Day Dreamer, Python Enthusiast, Javascript Admirer An Introvert with Exception!

CEO, Founder
Dreamcatcher IT
twitter: twitter.com/wasi0013
Github:
github.com/wasi0013
facebook: fb.me/wasi0013

Please, feel free to contact me if you need any help.

P.S. I have switched from medium to my personal blog. Visit my blog to get the latest posts! You can also suggest the topic of your choice by contacting me, I will try my best to write about it. :)

Personal Blog: https://wasi0013.com/blog

** All the book links given above are affiliate links of Amazon. **

--

--