Python is a multi-purpose programming language. It is used widely for Machine Learning, Data Science, Web Development, Automation of tasks etc and provides great flexibility and is powerful because of the built-in functions or methods.
Because of its easy to use approach you could choose Python as your first programming language or even as secondary skillset which helps you to widen your technical capabilities.
In this crash course we are using Python 3 and have followed hands-on approach where we have covered right from installation to getting familarised with various basic concepts like Variables, Arithmetic Operators, Lists, Tuples, Looping mechanisms and good number of number functions and also we would build programs relevant to every topic covered which would reinforce the learning.
Approach is to explain in conversational/colloquial Kannada to reinforce the learning and for better understanding.
Contents of the course:
1. Overview : Introduction to Python and Advantages
2. Installation: Covers installation of Python 3, PyCharm IDE and to write first program
3. Variables: Covers different primitive variable data types
4. Receiving Input: Explains how to receive inputs from user which can processed in Python Program
5. Type Conversion: Here we would focus how to convert one data type to another with examples
6. Strings: We would cover Strings and various built-in functions/methods such as upper(),lower(),find(), in operator and replace
7. Operators: We learn various Arithmetic Operators such as Addition, Subtraction, Multiplication, Division, Modulus or Remainder , Augmented Assignment and Power of. Then we will learn about Operator Precedence in Python by following BODMAS rule. Later we would focus on Comparison Operators such as greater than, lesser than, equal to variants. Finally, we would learn about logical operators in python such as ‘and’, ‘or’ and ‘not’
8. If Statement: We will learn about if – elif – else structure in Python
9. Lists, Tuples and Range: We will learn about lists, how to index them, append, insert, remove, clear, in operator and length methods. Next, we learn about Tuples and what are the differences between List and a Tuple. Finally, we will learn how to use range function in Python
10. While and For Loops: We will learn about while and for syntax and the basic differences in terms of implementation
1.Covers basic topics of Python from scratch
2.Helps to master Python Programming Language in short time
3.Hands-On Demo for every topic covered
4.Course Completion Certificate