Python Quick Start – Lavanya Vijayan and Madecraft Description
As an intensively technical-driven crash course, Python Quick Start by Lavanya Vijayan and Madecraft promises nothing but to help you to start your coding career with a bang. The course makes sure its learners grasp the hang of every essential concept of Python, including data types, variables, functions, sequences, and so on, before taking off to more advanced topics such as object-oriented programming.
Here are what you will learn in this course:
- 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