
Explore Python, an object oriented, interpreted, high level general purpose language that runs cross-platform, is free, easy to learn, and powered by rich libraries for machine learning and deep learning.
Install Python on Windows, Mac, or Linux via direct downloads or Anaconda, then use Anaconda Navigator or prompt to launch Jupyter or Spyder and run code.
Discover that a set is an unordered collection of unique elements with no duplicates. See how converting a list with duplicates into a set removes duplicates and prevents repetition.
Learn how while loops in Python repeat code based on a boolean condition, with examples like i<10 and i+=1, and guard against infinite loops using proper updates or interrupts.
This course has been designed for anyone who wants to learn the basics of python. You will learn:
What is python ?
What are various ways to install python on your PC or desktop
How to deal with numbers and strings in python
What are Data Structures in python
What are python statements, IF ELIF ELSE, For Loop and While Loop
What are Methods and Functions in python
Create a mini game, Rock Paper and Scissors in python
What next - what are various applications of python across industries.