This course focuses on learning the basics of Python, which serve as a strong application to advanced applications.
Who can learn : Students, employees, just about anyone who needs to learn Python.
Course Duration : 14 hours
Syllabus :
- Introduction: Python Features, Python Virtual Machine, applications
- Writing a program: Writing a Python program and executing it
- Datatypes: Comments, docstrings, and how Python views variables
- Operators: Arithmetic, assignment, and comparison operators
- Input and output: Output statements, print() formats, and input statements
- Control statements: if, if...else, and if...elif...else statements
- Numpy arrays: Creating arrays, importing the array module, and indexing and slicing
- Strings and characters: Creating strings, their length, and indexing
- Functions: Defining, calling, and returning results from functions
- Lambdas: Introduction to lambdas and using them with the filter() function
- Modules and packages: Structured programming and creating custom modules
- Lists and tuples: Creating lists using range(), updating list elements, and list comprehensions
- Dictionaries: Dictionaries