Python Quick Start
- Offered byLinkedin Learning
Python Quick Start at Linkedin Learning Overview
Duration | 2 hours |
Mode of learning | Online |
Difficulty level | Beginner |
Credential | Certificate |
Python Quick Start at Linkedin Learning Highlights
- Earn a certificate of completion from LinkedIn Learning
Python Quick Start at Linkedin Learning Course details
- In this course, you can learn what Python is and why it's become such a powerful and in-demand programming language
- Python expert and trainer Lavanya Vijayan shares the fundamentals of programming in Python with data types, variables, functions, sequences, conditional statements, iteration, and recursion
- The course concludes with a short introduction to object-oriented programming in Python
Python Quick Start at Linkedin Learning Curriculum
Introduction
Advance your career with Python
Defining Python
What is Python?
Why Python?
The power of Python
Python vs. Java
Fundamentals of Programming in Python: Data
Set up Python environment
Types of data
Store data using variables
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
Fundamentals of Programming in Python: Sequences
What is a sequence?
Lists in Python
Tuples in Python
Fundamentals of Programming in Python: Conditional Statements
What are conditional statements?
If statement
If-else statement
If-elif and if-elif-else statements
Fundamentals of Programming in Python: Iteration
What is iteration?
For loop
While loop
Fundamentals of Programming in Python: Recursion
What is a recursive function?
Define recursive functions
Quick Intro to Object-Oriented Programming in Python
What is object-oriented programming?
Conclusion
Next steps