Learn python with 70+ exercises : Complete Beginner
Ditulis pada: September 04, 2019
Learn python with 70+ exercises : Complete Beginner, Learn python 3 by doing 70+ exercises (side by side with the lectures) and do two projects along with me in code along.
Created by Vignesh Rajendiran
English
PREVIEW THIS COURSE - GET COUPON CODE
What you'll learn
- Get good knowledge of computer programming and how it works
- How to use the Python Shell
- How to run Python scripts directly from the command line
- Do comparison operators to determine logical outcomes
- Assign variables of different types
- How to use the print() function
- Be able to extract substrings
- Easily concatenate strings
- Creation of Lists and Tuples
- Creating key value pairs and store them in dictionaries
- Write conditional statements to correctly branch code
- Use If, else and else if statements to apply branching
- Understand how and when to used nested if statements
- Be able to use looping structures effectively
- Be able to construct nested loops and understand their utility.
- Randomize numbers and selections with the Randomization tools
- Do python program better
- Can go for more Advanced Topics in Python