Book description
All You Need to Know, and Nothing You Don't, to Solve Real Problems with Python
Python is the dominant programming language for data science and an ideal first programming language for web development and many other uses. You should learn Python, but you don't need to learn "everything" to get started, just how to use it efficiently to solve real problems. In Learn Enough Python to Be Dangerous, renowned instructor Michael Hartl teaches the specific concepts, skills, and approaches you need to be professionally productive.
Even if you've never programmed before, Hartl helps you quickly build technical sophistication and master the lore you need to succeed. Hartl introduces Python both as a general-purpose language and as a specialist tool for web development and data science, presenting focused examples and exercises that help you internalize what matters, without wasting time on details pros don't care about. Soon, it'll be like you were born knowing this stuff--and you'll be suddenly, seriously dangerous.
Learn enough about . . .
Applying core Python concepts with the interactive interpreter and command line
Writing object-oriented code with Python's native objects
Developing and publishing self-contained Python packages
Using elegant, powerful functional programming techniques
Building new objects, and extending them via Test-Driven Development (TDD)
Leveraging Python's exceptional shell scripting capabilities
Creating and deploying a full web app, using routes, layouts, embedded Python, and forms
Getting started with data science tools for calculation, visualization, analysis, and machine learning
Mastering concrete and informal skills every developer needs
Like this book? Don't miss Michael Hartl's companion video tutorial, Learn Enough Python to Be Dangerous LiveLessons.
Michael Hartl's Learn Enough Series includes books and video courses that focus on the most important parts of each subject, so you don't have to learn everything to get started--you just have to learn enough to be dangerous and solve technical problems yourself.
Table of contents
- Cover Page
- Title Page
- Contents at a Glance
- Contents
- Preface
- Acknowledgments
- About the Author
- Chapter 1. Hello, World!
- Chapter 2. Strings
- Chapter 3. Lists
- Chapter 4. Other Native Objects
- Chapter 5. Functions and Iterators
- Chapter 6. Functional Programming
- Chapter 7. Objects and Classes
- Chapter 8. Testing and Test-Driven Development
- Chapter 9. Shell Scripts
- Chapter 10. A Live Web Application
- Chapter 11. Data Science
Product information
- Title: Learn Enough Python to Be Dangerous: Software Development, Flask Web Apps, and Beginning Data Science with Python
- Author(s):
- Release date: July 2023
- Publisher(s): Addison-Wesley Professional
- ISBN: 9780138051143
You might also like
video
Python A-Z: Learn Python by Building 15 Projects and ChatGPT
This comprehensive Python course covers all fundamental concepts and advanced Python concepts, and you learn a …
video
Learn Enough Python to be Dangerous: A Tutorial Introduction to Programming with Python
7.5 Hours of Video Instruction In Learn Enough Python to Be Dangerous: A Tutorial Introduction to …
video
The Complete Python Course
With its increasing popularity in the last few years, the demand for Python skills in the …
video
REST APIs with Flask and Python in 2024
A REST API is an application that accepts data from clients and returns data back. For …