Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Learn Python Programming Easily
Rating: 4.5 out of 5(21 ratings)
2,558 students

Learn Python Programming Easily

Learn Python Programming with real world projects
Last updated 7/2023
English

What you'll learn

  • Use the map function to simplify programming
  • Use loops to iterate over a function repetitively
  • Learn about lists and list comprehensions
  • Use of mathematical functions to ease programming
  • Use algorithms to solve programming problems
  • Defining functions and arguments to solve a project

Course content

14 sections67 lectures3h 6m total length
  • What you must develop?1:02

    The problem statement is discussed. The input constraints and the required output is detailed.

  • Getting user input1:09

    There must be a way to take in user inputs. How to use python to get user inputs is discussed.

  • Defining variables and assigning values to variables0:50

    User input data must be stored to use them later. Variables are defined and values are assigned to variables to ease data storage and data retrieval.

  • If...else conditional statements0:51

    The output when a certain condition is met might want to be different than the output when the condition is not met. If...else conditional statements comes into play here.

  • Combining two conditions using the 'and' operator4:30

    Sometimes two or more conditions should be met to output a value. Then the 'and' operator is used.

  • Running and testing the program1:14

    It is required to check whether the program gives the required output for different inputs. So it is run and tested.

Requirements

  • No programming experience is needed

Description

There are thousands of courses about Python. But this course is different from them because this course is made to ease Python programming. Instead of just explaining each and every function, loop, or statements these are nicely put into real world projects. While developing these real world projects the student will gain the knowledge of practically using Python programming with practice. This short course covers a wide range of topics including data structures, loops, variables and functions. Now there's no need to worry about Python Programming because all are nicely explained in this short course.

The course mainly aims at the following keys:

  • Getting user input

  • Assigning a value to a variable

  • If...else conditional statements

  • Combining two conditions using the 'and' operator

  • Converting input functions to integer input functions

  • Listing items in a string into substring items using the split function

  • Identifying the difference between string items and integer items

  • Finding  the sum of an integer list

  • Using list comprehensions to convert string items to integer items

  • Using the map function to convert strings to integers

  • Finding the product of items in a list using the product function

  • Listing items in a list

  • Empty lists

  • Using while loops to iterate the same code repetitively

  • Using the append function to insert items into a list

  • Identifying how to find the quotient simply

  • Finding the minimum value in a list

  • Using the range function to call numbers up to a certain limit

  • Using the for loop to iterate over a given condition

  • Using two or more conditional statements

  • Using the set function to eliminate repeated values

  • Converting a set into a list to arrange the items in ascending or descending order

  • Defining a dictionary and assigning key value pairs

  • Output the maximum value using a dictionary key

  • Using addition, multiplication, remainder and strictly equal operators

  • Using the random module to generate random characters from a given string

  • Using the string module to get the uppercase, lowercase letters, digits and punctuation marks

  • Defining a function and an argument

  • Concatenation of strings

  • Defining an empty string

Who this course is for:

  • For anyone who wants to learn Python Programming building real world projects