Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Practical Python for Dummies Beginner to Advance Course
Rating: 4.4 out of 5(75 ratings)
11,041 students
Last updated 9/2022
English

What you'll learn

  • You will learn to install Python and Python Development Environment
  • You will learn about Variables, Naming Conventions, Data Types
  • You will learn about Loops, Conditional Statements
  • You will learn about Data Structures in python
  • You will learn about functions in python

Course content

5 sections27 lectures2h 24m total length
  • Introduction & Environment Setup4:02

    Install Python from the official site and download the latest 3.10.1 across Windows, Linux, and Mac. Add Python to your path and use PyCharm as the editor.

  • Know Your Instructor & Get Help/Support0:13
  • Installing and setting up PyCharm editor3:33

Requirements

  • No Programming Knowledge Required

Description

In this course you will learn everything about Python programming language.

The best part is you don't have to have any previous programming experience to learn and start applying Python programming language.

We will start by learning the following:

1. You will learn to install Python and Python development environment

2. You will learn about variables and different naming conventions used for variable declarations.

3. You will learn about different Data Types in Python and when to use which data type.

4. You will learn about different types of Loops in Python and when to use which type of loop.

5. You will learn about Conditional Structure like If Else, If Else If in Python and when to use which type.

6. You will learn about Collections like List, Tuple and the differences between them.

7. You will learn about Dictionary and how to use it

8. You will learn to use collections and loops and control structure together to implement different use cases

9. You will learn to write Functions in Python

10. You will learn to call one function with or without parameter from another function.

11. You will learn about Operators and Operands and perform different operations.

12. You will learn about precedence and how to use it in arithmetic operations.

13. You will learn about Type Casting one Data Type to Another Data Type.

14. We will also be creating multiple small projects for applying the concepts that we will learn.

Who this course is for:

  • Anyone who wants to start software development and start learning and applying Python Programming Language