Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Python Crash Course for beginners
Rating: 4.2 out of 5(35 ratings)
3,940 students

Python Crash Course for beginners

Learn Python from scratch and create some projects
Last updated 3/2026
English

What you'll learn

  • How to download and install python
  • How to interact with the python IDLE
  • How to use Python Shell
  • How to use the python editor
  • How to create variables
  • How to create a python list
  • Create Desktop applications with tkinter
  • Create a number guessing game
  • Create a random number generator
  • Create a digital clock

Course content

4 sections26 lectures2h 9m total length
  • Introduction1:19
  • Overview of Python2:09
  • What is Python5:16
  • Installing Python on Windows4:34
  • Installing Python on MacOS6:57
  • Reserved Python Keywords2:09
  • The Python IDLE8:12
  • Algorithms7:10

Requirements

  • Python is required. (The course covers how to install Python)
  • A computer with internet access

Description

Python is a dynamic modern object -oriented programming language

that is easy to learn and can be used to do a lot of things both big and small.

Python is what is referred to as a high level language.

That means it is a language that is closer to humans than computer.

It is also known as a general purpose programming language due to it's flexibility.

Python did not get it's name from the snake but rather from the British comedy

group known as Monty Python.

Python is object -oriented means it regards everything as an object.

An object in the real world could be a person or a car.

Python is an interpreted language that does not need to be complied like for example java programming language. It is interpreted and run on the fly the same time.

Python has been used in a lot of places like in creating games, for statistical data and visualization, speech and face recognition.

Some of the biggest websites on this planet earth use python in one way or another. Examples include:


  • Google

  • YouTube

  • Facebook

  • Nasa

  • Disney

  • Pixar

  • Reddit

  • Pinterest

  • Instagram

  • Spotify

  • Survey Monkey

  • Yahoo Maps


In this beginners course you will learn some basics of Python and create some projects. Python is widely used across multiple industries like data science, machine learning, web development  just to mention a few.



Who this course is for:

  • Absolute beginners to Python