
Students will be able to understand the need for learning Python as a programming language and it's simplicity
On completing this lecture students will learn to:
Determine the datatype of a variable using type()
Perform comparison between two datatypes
In this lecture, the students will learn the following built-in functions:
Conversion functions
Math function
Master fruitful functions in Python by seeing how a function returns a value used in an expression, unlike void functions, with examples of arithmetic and boolean returns and None.
Explore conditional statements in python, including simple if, if else, chained conditionals, and nested if, with indentation, pass statements, and examples showing numbers and alphabets.
At the end of the lecture, students will learn the following concepts:
Built-in string functions
Indexing
String slicing and it's application
for loop
Learn how to merge items into a skill set list using append and extend, access sublists by index, and search the list using the in operator to check for elements.
Initialize object attributes with the __init__ method using self in Python. Create an employee object, assign name and age, and print these details.
Explore Python exceptions and arithmetic errors, using try, except, and finally blocks to catch issues like division by zero and overflow, ensuring graceful program termination and cleanup.
Learn to avoid name errors and type errors in Python by understanding proper initialization and preventing integer and string concatenation issues.
This course introduces you to the most sought after language of the day. You will have a whole new experience of learning to program Python step by step with things to note as pop-ups such as syntax, definitions and key points to remember. Knowing the numerous features that Python offers, this course will definitely make it easy for you to recall the concepts as well as commands while implementing them. At the end of every module, this course makes sure you got the concepts right by way of quizzes and assignments which not only gives a good understanding but also gives additional facts there too.
Learn Python 3 through code walkthroughs, covering the
Basic commands in Python shell
Control structures
Fruitful functions
String manipulations
Data structures
Inheritance
Magic methods
Exception handing and lot more...
This course will enable you to start coding Python with confidence right away.