Amazon Digital Services LLC, 2019. — 232 p.
Python programming for beginners collection.
Python is basically an incredibly useful and powerful language. It’s present essentially everywhere. Everything from the scripting side of video games (or the video games themselves) to intensive server-side web applications to the plethora of deep and responsive desktop applications that have been built with it. When should you use Python? The answer depends upon exactly what you’re going to do. But since you’re a beginner, I say you should learn anyway.
As you continue to grow as a programmer after this book, you’re going to learn when you should and shouldn’t use Python just as a matter of intuition. Python is an absolutely fantastic language, but the place where it fails is when you have to get extremely close to a computer’s hardware or write incredibly efficient programs. In these areas, Python doesn’t excel.