Python: The Big Picture

Python: The Big Picture

English | MP4 | AVC 1280×720 | AAC 44KHz 2ch | 1h 05m | 151 MB

This course will teach you what Python is, where it’s being used, how to get started using Python, and understanding when it’s a good choice for problems you are tasked with solving.

At the heart of creating software is being able to use the right tool for the right job. In this course, Python: The Big Picture, you’ll learn about the Python programming language. First, you’ll learn what Python is, what makes it different, and why you should care. Next, you’ll explore the different ways Python is being used to develop different types of applications today. Finally, you’ll discover how to get started working with Python code and what next steps you can take in your Python journey. When you’re finished with this course, you’ll have a foundational knowledge of Python that will help you as you move forward to recognizing when Python is the right tool for any future jobs you are faced with as a software developer.

Table of Contents

01 – Course Overview
02 – Introduction
03 – Getting the Most from This Course
04 – What Is Python
05 – Why Should Developers Care
06 – What Makes Python Different
07 – Summary
08 – Introduction
09 – Linux Scripting and Administration
10 – Web Development
11 – Application Scripting
12 – Data Science
13 – Summary
14 – Introduction
15 – The Basics
16 – Learning and Documentation
17 – Working with the Code of Others
18 – Introduction
19 – Python 2 vs. Python 3
20 – Executing Python Code
21 – Summary