Python Essential Training
About Course
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, Instructor 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.
Course Content
Course Content
-
Exercise File
-
Gearing Up for Python
21:01 -
Quickstart
34:01 -
Basic Data Types
25:20 -
Basic Data Structures
28:16 -
Control Flow
18:50 -
Functions
18:31 -
Classes and Objects
18:42 -
Errors
15:40 -
Threads and Processes
12:36 -
Working with Files
18:39 -
Packaging Python
14:47