
This course is for beginners to programming. If your are absolutely beginner to programming then this course is specially for you.
Every step is explained and I tried to make easy and clear for you. Starting from simple printing a string.
In this lecture we will download and install python and Pycharm
This lecture include your first coding practice. We will learn how to print strings, numbers and storing data in variable and then print them.
We create programs for users therefore we always need to take input from user. This input may be a string or may be a number. In this lecture you will understand very easily.
Comments are the part of code which is not going to execute. It's just for better understanding of your code. When you write a big script you need to comments for different sections of your code.
Basic math operators are + , -, *, / and modulus. We will discuss very clearly all the operation which are possible by these operators.
Formatting of strings is very necessary part. We often need to print variable inside a some statements so we use {} to do this. You will learn how the programmers make the format of their strings.
Indentation is necessary in python because we don't use brackets in python, therefor to write code inside the loop, conditional statement or function you have to leave 4 white spaces which is called indentation.
Conditional statements are the backbone of programming. if else and elif are three conditional statements which we will discuss in this lecture.
Loops are the most interesting part of programming. Code less get higher. Here we discuss for and while loop.
Here I'm doing the example of prime number. In which we use conditional statements, loops and the most important how to make logic to solve a problem.
How to use the library. It's very interesting and easy to solve difficult maths problems. Hopefully you will enjoy this.
Function is a piece of code which we can use again and again. You need always to write functions and to call function while programming.
List are using for management system. Like entering the record, showing the record, editing the record, removing some data from complete record deleting complete record. We will discuss these things in this lecture.
This is the Quiz no 1 solution. In which we are covering variables, use input and print statements.
Let's create a simple calculator
Let's create a scientific calculator
Welcome to my course "Introduction to programming with Python | for beginners course" Python online training | python programming | python programming for beginners, My Name Is Hanif Marwat I am A python Instructor From More Than 2 Years. I always feel to help programming students by example therefor I created this course with big and practical example of real world. Moreover I am encouraging and trying to compel students to hands-on with code which is the key of success in programming. In This Course I am giving tasks of simple calculator, scientific calculator, management system and grading system which are enough to learn beginner course. I am not trying to make tired my students by giving tons of lectures it's just 14 lectures which will be updated till to 20 maximum but these 14 lectures include all the basics with a better way of understanding.
Why you should choose this paid course while there are free courses of 50+ lectures?
I have included just 14 lectures and will be update till to 20 lectures the next lectures will be include solutions of projects which I am giving in this course. I don't want to make you bore with long lectures and repeating concepts. I am telling here just for one time and then I give an example with code which is enough for good understanding. As you know this is beginner course so I don't want to make you confused by telling in so deep that your brain can't accept.
Enroll Now And Enjoy The Course