Make the Leap From Beginner to Intermediate in Python… Python A Practical Introduction to Python 3 Your Complete Python Curriculum—With Exercises, Interactive Quizzes, and Sample Projects What should you learn about Python in the beginning to get a strong foundation? With Python Basics , you’ll not only cover the core concepts you really need to know, but you’ll also learn them in the most efficient order with the help of practical exercises and interactive quizzes. You’ll know enough to be dangerous with Python, fast! Who Should Read This Book What Python Developers Say About The “Go forth and learn this amazing language using this great book.” — Michael Kennedy, Talk Python “The wording is casual, easy to understand, and makes the information flow well.” — Thomas Wong, Pythonista “I floundered for a long time trying to teach myself. I slogged through dozens of incomplete online tutorials. I snoozed through hours of boring screencasts. I gave up on countless crufty books from big-time publishers. And then I found Real Python. The easy-to-follow, step-by-step instructions break the big concepts down into bite-sized chunks written in plain English. The authors never forget their audience and are consistently thorough and detailed in their explanations. I’m up and running now, but I constantly refer to the material for guidance.” — Jared Nielsen, Pythonista
first thing it is a great book for beginners (in some topics), I was a zero level programmer and when i started reading it i countered many obstacles
First is that there are some things that is a little bit complicated for a beginner (scope, complex numbers , and some of the "if" conditions Second , is that i think the book has some ways in specific topics that are outdated
This book is a very easy-to-read introduction to Python programming. It teaches the basic language syntax and illustrates its use on several practical examples including PDF files, web pages, and SQL databases. I highly recommend it to anyone interested in learning to program.