Introduction to Python Development

Go to class
Write Review

Free Online Course: Introduction to Python Development provided by A Cloud Guru is a comprehensive online course, which lasts for 15 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from A Cloud Guru. Introduction to Python Development is taught by Keith Thompson.

Overview
  • This course is designed to teach you how to program using Python. We’ll cover the building blocks of the language, programming design fundamentals, how to use the standard library, third-party packages, and how to create Python projects. In the end, you should have a grasp of how to program.By the time you’ve finished this course, you will be able to: Read, write, and understand Python code. Understand the basics of object-oriented programming (OOP). Utilize Python as a primary language for tooling. Develop Python projects from start to finish.

Syllabus
    • Getting Started
    • Environment Setup
    • Running Python
    • Built-in Data Types
    • Control Flow
    • Encapsulating Code
    • Object-Oriented Programming Basics
    • Using Packages
    • Common Uses and Debugging
    • Building CLIs with Python
    • Intro to Web Development
    • Final Steps