What you'll learn:
- Python Installation
- Setting-up Anaconda
- Jupyter Notebook
- Python Datastructure (List,Sets,Tuple,Dictionary)
- Creating own Functions
- Practical Examples
- 50+ hands on inbuilt functions
- Lambda Function
- One Line Python Scripting
- Advance Functions(Map,Reduce,Filter)
- Importing Libraries and Modules
- File Handling
- Cheetsheets
- Free Extra Resources
This course is a great introduction to both fundamental programming concepts and the Python programming language. Python 3 is the most up-to-date version of the language with many improvements made to increase the efficiency and simplicity of the code that you write.We will begin at the beginning, with variables, conditionals, and loops, and get to some intermediate material like keyword parameters, list comprehensions, lambda expressions.You will have lots of opportunities to practice. You will also learn ways to reason about program execution, so that it is no longer mysterious and you are able to debug programs when they don’t work.