Python for beginners - Learn all the basics of python
- Offered byUDEMY
Python for beginners - Learn all the basics of python at UDEMY Overview
Duration | 5 hours |
Total fee | ₹3,299 |
Mode of learning | Online |
Difficulty level | Beginner |
Credential | Certificate |
Python for beginners - Learn all the basics of python at UDEMY Highlights
- Earn a Certificate of completion from Udemy
- 30-Day Money-Back Guarantee
- Full lifetime access
- Access on mobile and TV
Python for beginners - Learn all the basics of python at UDEMY Course details
- For People interested to learn how to program in python
- Learn how to use Python 3 the right way
- Learn Different Tips and Trics to improve your programming skills
- Understand complex functions in python
- Create your own basic programs with python
- Learn at your own rythm with different practical exercices at each course
- This course have everything that you need to be able to start your programming career or improve your programming skills by learning all the basis of python
- The way the course is made is really done to help you learn all the basics of this programming language
Python for beginners - Learn all the basics of python at UDEMY Curriculum
Introduction
Introduction
Why python
Downloading and setting up python
Let's Start
Writing our first lines
Playing with the print function
Using variables in python
String manipulation
Different number manipulation
Understanding the input function on python
Practice part 1
Practice part 2
Part 2
Adding comments on your project
The utility of functions
How to use the return statement
Understanding the if statement Part 1
Understanding the if statement Part 2
Understanding the if statement Part 3
Working with lists
Using functions with lists
Difference between lists and tuples
What is a dictionnary in python
Introduction to while loop structure
Understanding For loops
Practice : Creating and blocking passwords
Practice: Testing combinations
Creation of a basic encryption app
Working with classes and objects
Dealing with errors