
This course includes our updated coding exercises so you can practice your skills as you learn.
See a demo
Explore Python as a high level, general purpose language and learn core basics like variables, types, print and input, strings, operators, conditional statements, and dictionaries and lists.
Install Python from the official website and set up a free community edition of an IDE to write and run simple programs like print hello.
Learn how to use Python's input function to get user input. Store the input in variables and split it into values, with basic error checks.
Learn how Python comments document code and improve readability with the hash symbol for single-line comments, which are ignored by compiler, and use ctrl+/ to toggle them in your editor.
Explore strings as arrays of characters and learn to access individual elements using indexing with square brackets. Understand assignment, printing, and how to retrieve characters by index in Python.
Explore how the if statement controls code execution based on conditions, including true/false branches, indentation, and practical examples using age in Python.
Learn how to reverse a Python list using the reverse() method with a practical example that shows items moving from first to last.
Wrap up the end-of-course journey by inviting feedback, sharing information on any topic, and encouraging ongoing learning for future growth.
Why you should learn Python?
The best answer is that this is one of the powerful language to develop any thing in computer science. You can develop any type of application that you wants. That application may be a desktop or web application. Machine learning and Data Science are two most important things that you can perform using python.
Why you should take this course?
You become professional developer in Python you must need to start form scratch. This course is basically takes you from very first topic and take you to a position where you can learn the advance libraries and advance topics of programming. If you are just starting your course you must take this course to make your basic concepts strong like concrete.
About this course:
Now this course is designed for beginners level students. They will learn each and every topic that they must know to take advance course. Also we will learn the latest version of Python that is Python 3 that more flexible then Python 2. In this course we start from very basics like Data types, variables, strings, operators, Conditional statements and then we will move towards Loops, Lists, Dictionaries, Tuples. Functions and at the end you will get flavor of classes and objects. Once you learn that you can make little projects that make some worth.
When I started programming then i was really interested to learn python and now I am again very much excited to teach Python to you guys. I hope that you will learn a lot from this course.
I will see you in my course. Let's get into it!