I'm inIcon.svg
Two people in shirts are sitting at a table with their laptops open and writing with pencils in a notebook. There are also two pens on the table.

Description

Python is one of the most commonly used dynamic languages for many large organizations, including Google, Yahoo and IBM. Supported on all major operating systems, it comes pre-installed on Macs, as well as most Linux and Unix-based systems. In this course, senior software engineer Ryan Mitchell guides you through all the essentials of learning and using Python. Learn how computers think, as well as how to install Python, pip, and Jupyter Notebook and the basics of writing a program. Explore variables and types, operators, functions, classes, objects, and more. Go over basic data types like ints and floats, Booleans, and strings. Deep dive into basic data structures, control flow, functions, classes, and objects. Find out how to handle errors and exceptions, as well as threads and processes. Plus, discover how to work with different types of files in Python, pass command-line arguments to your Python script, and create modules and packages.

Study planSee the topics covered in the course.
Introduction
Gearing up for Python
Quickstart
Basic data types
Basic data structures
Control flow
Functions
Classes and objects
Errors
Threads and processes
Working with Files
Packaging Python
Conclusion
Instructor