Python Quick Start

Go to class
Write Review

Free Online Course: Python Quick Start provided by LinkedIn Learning is a comprehensive online course, which lasts for 1-2 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 LinkedIn Learning. Python Quick Start is taught by Lavanya Vijayan and Madecraft.

Overview
  • Get a fast-paced introduction to Python. Learn the basics of Python, including data types, functions, and control flow, and decide if it’s the right language for your projects.

Syllabus
  • Introduction

    • Advance your career with Python
    1. Defining Python
    • What is Python?
    • Why Python?
    • The power of Python
    • Python vs. Java
    2. Fundamentals of Programming in Python: Data
    • Set up Python environment
    • Types of data
    • Store data using variables
    3. Fundamentals of Programming in Python: Functions
    • What is a function?
    • Built-in functions in Python
    • Define and call your own functions
    • Types of functions
    • Modules in Python
    4. Fundamentals of Programming in Python: Sequences
    • What is a sequence?
    • Lists in Python
    • Tuples in Python
    5. Fundamentals of Programming in Python: Conditional Statements
    • What are conditional statements?
    • If statement
    • If-else statement
    • If-elif and if-elif-else statements
    6. Fundamentals of Programming in Python: Iteration
    • What is iteration?
    • For loop
    • While loop
    7. Fundamentals of Programming in Python: Recursion
    • What is a recursive function?
    • Define recursive functions
    8. Quick Intro to Object-Oriented Programming in Python
    • What is object-oriented programming?
    Conclusion
    • Next steps