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