Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Introduction To Programming with Python
Rating: 4.1 out of 5(544 ratings)
23,815 students

Introduction To Programming with Python

Learn programming from basics up to think in programming with python (Python online training )
Created byHanif Ullah
Last updated 6/2017
English

What you'll learn

  • They will be able to think and code with some real world applications in python.
  • simple calculator, Scientific calculator, management System, grading System and much more
  • Students will know about the easy ways of learning code.

Course content

2 sections17 lectures2h 17m total length
  • Introduction to programming with Python3:30

    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. 

  • Environment setup installation of python and Pycharm IDE7:42

    In this lecture we will download and install python and Pycharm

  • Printing of Strings, numbers and variables9:56

    This lecture include your first coding practice. We will learn how to print  strings, numbers and storing data in variable and then print them. 

  • Taking input from user3:55

    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.

  • Commenting3:17

    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.

  • Your's friends bio
  • Basic Math operators8:52

    Basic math operators are + , -, *, / and modulus. We will discuss very clearly all the operation which are possible by these operators.

  • Formatting of a print System4:27

    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. 

  • Indentation6:46

    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 Statements13:53

    Conditional statements are the backbone of programming. if else and elif are three conditional statements which we will discuss in this lecture. 

  • Create a simple calculator
  • Loops10:23

    Loops are the most interesting part of programming. Code less get higher. Here we discuss for and while loop.

  • How to find a prime number5:23

    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.

  • Complex math functions5:12

    How to use the library. It's very interesting and easy to solve difficult maths problems. Hopefully you will enjoy this.

  • Functions6:39

    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.

  • Create a full functional calculator
  • Lists in Python15:29

    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. 

  • create a management system

Requirements

  • Students need nothing. This is an introductory course for beginners

Description

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  

Who this course is for:

  • Those who wanted to start programming in python. This is completely beginner course.