
Define strings in Python using variables, create multi-line strings with triple quotes, access characters by zero-based indexing, repeat strings with the * operator, and compute length with len().
Create and manipulate a Python list by defining an empty list with square brackets, adding strings and numbers, and using indexing, slicing, and repetition. Determine its size with len.
Learn how to add and remove list elements in Python using append, remove by value, and delete by index, with examples showing case sensitivity and list updates.
Apply arithmetic operators to compute body mass index by converting height from feet to meters, then calculate BMI as weight divided by height squared, and print the result.
Learn to use Python's input function to gather end-user data from the console, store it in a variable, print it, and typecast to int or float.
learn to write a Python program that reads three integers, splits them by spaces with a for loop, converts to int, and prints their average.
Learn how to use the continue statement in Python by building a while loop that prints numbers 1 to 20, skipping multiples of three with x % 3 == 0.
Sample of the reviews:
Bharath truly knows how to teach, how to educate, and how to make you understand the meaning of his courses. Quite frankly, this guy is really good. You won't regret it! -- Didier K. Nzimbi
As a beginner from non IT background, i learnt lot from this course and build a confidence to proceed in python coding and definitely recommending to pursue this course -- Mahesh Dedge
Great course in Python, Bharath is the best instructor in Udemy, I like his way he teaches and how he structures his course. I come from a Java background and no prior experience with Python, which will be important for me to do with my AI project -- Bruno Militzer
----
Whether you are a College student learning the fundamentals of Python or a Data Science expert using python to analyze your data or a Web Developer using python frameworks like DJango or a Experienced python developer who wants to fill in the gaps , this course will help you accomplish your goals.
Master the Features of Python Language
Install Python Virtual Machine and the Eclipse IDE(PyDev)
or Install PyCharm Community Edition
Execute your first python program
Learn various simple types as well as collection types lists , sets , maps and tuples
Work on various Usecases to apply you Python knowledge
Define logic using conditional statements ,looping constructs
Use the different types of operators
See the input and output functions in action
Pass Command line arguments
Create and use functions , Lambdas Decorators and Generators
Learn what Object Oriented Programming is the four OOPs principles
Implement inheritance, abstraction, polymorphism and encapsulation
Understand interfaces, their importance, and their uses
Use abstract classes and interfaces to implement abstraction
Spawn of multiple threads
Handle Exceptions
Read and Write files using the Files API
Do pattern matching using Regular expressions
Deal with data and time
Work with databases
Connect with MySql and Postgresql
Master the fundamentals of Unit Testing and Virtual Environments
All in simple steps
What are the requirements?
Python,PyCharm Community Edition or Eclipse IDE(Installation is covered in easy setup section)