Learn Enough Python to be Dangerous: A Tutorial Introduction to Programming with Python
ISBN: 0138050767 | .MP4, AVC, 1280x720, 30 fps | English, AAC, 2 Ch | 7h 30m | 1.03 GB
Instructor: Michael Hartl
ISBN: 0138050767 | .MP4, AVC, 1280x720, 30 fps | English, AAC, 2 Ch | 7h 30m | 1.03 GB
Instructor: Michael Hartl
In Learn Enough Python to Be Dangerous: A Tutorial Introduction to Programming with Python, renowned instructor Michael Hartl teaches you to write practical and modern programs using the elegant and powerful Python programming language.
Overview
Programmers love Python for its clean syntax, flexible data types, a wealth of useful libraries, and a powerful and elegant design that supports multiple styles of programming. That’s why it is popular for varied uses such as scripting, web development, and data science. You’ll love Python too, but you don’t need to learn "everything" about it, just how to use it efficiently to solve real problems. Best-selling author Michael Hartl gets you started writing practical and modern Python programs as fast as possible, with a focus on the real tools used every day by software developers. You’ll learn how to use Python interactively, write shell scripts in it, use Python and a web framework to make simple dynamic web applications, and use Python libraries to do data science.
Even if you’re new to programming, Hartl helps you quickly build technical sophistication as you gain a solid understanding of object-oriented and functional programming, develop and publish a Python web application with the Flask framework. Focused exercises 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.
Skill Level
Beginner to intermediate
Learn How To
- Create a simple “hello, world” program using several different techniques
- Deploy a simple dynamic Python application to the web
- Use strings, arrays, and other native objects
- Define functions
- Use Python for functional and object-oriented programming
- Utilize test-driven development
- Write a shell script
- Develop a full Python web application for detecting palindromes
Who Should Take This Course
New and experienced developers looking for a practical introduction to Python.
Course Requirements
1. The only prerequisites are a familiarity with basic developer tools (command line, text editor, and Git) and beginning HTML
2. Some programming experience is useful but not required