July 2023
Beginner to intermediate
448 pages
10h 57m
English
Learn Enough Python to Be Dangerous teaches you to write practical and modern programs using the elegant and powerful Python programming language. You’ll learn how to use Python for both general-purpose programming and for beginning web-application development. Although mastering Python can be a long journey, you don’t have to learn everything to get started … you just have to learn enough to be dangerous.
You’ll begin by exploring the core concepts of Python programming using a combination of the interactive Python interpreter and text files run at the command line. The result is a solid understanding of both object-oriented programming and functional programming in Python. You’ll then build on this foundation to develop and publish ...