Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Python and C# for beginners: Create 12 Projects
Rating: 4.1 out of 5(19 ratings)
1,777 students

Python and C# for beginners: Create 12 Projects

Learn Python and C# by building 12 projects
Last updated 4/2026
English

What you'll learn

  • Install Python
  • Install Visual studio
  • Understand data types
  • Create Variables
  • Create Arrays
  • Use Conditional statements
  • Build 12 Projects with C# and Python

Course content

11 sections92 lectures9h 20m total length
  • Introduction1:40
  • What is Python6:17
  • Download and Install Python3:00
  • The Python IDLE8:12
  • Arithmetic Operators2:22
  • Comparison Operators4:02
  • Python Variables7:22
  • Python List10:08
  • Python Tuples3:23
  • What is TKinter4:08
  • What is TK and Tcl7:57
  • Installing Python 3 and TCL TK for Mac7:10
  • Project 1: Creating a digital clock - Part 18:07
  • Project 1: Creating a digital clock - Part 211:27
  • Running the digital clock2:50
  • Project 2: Creating a countdown timer -Part 18:57
  • Project 2: Creating a countdown timer -Part 26:26
  • Project 2: Creating a countdown timer -Part 38:14
  • Project 3: Create a digital calculator - Part 16:42
  • Project 3: Create a digital calculator - Part 211:32
  • Project 3: Create a digital calculator - Part 311:29
  • Project 4: Create a weight conversion tool - Part 18:33
  • Project 4: Create a weight conversion tool - Part 28:12
  • Project 4: Create a weight conversion tool - Part 35:56
  • Project 5: Times Table Generator - Part 17:52
  • Project 5: Times Table Generator - Part 210:26

Requirements

  • You should be able to use a computer
  • You should be able to navigate the internet

Description

Python is a dynamic modern object -oriented programming language.

It 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 
visualisation,speech and face recognition.

Some of the biggest websites on this planet earth use python in one way or another. Examples inlude:
Google
Youtube
Facebook
Nasa
Disney
Pixar
Reddit
Pinterest
Instagram
Spotify
Survey Monkey
Yahoo Maps

We will create the following projects below using Python.

  • A Digital Clock
  • A countdown timer
  • A Calculator
  • A weight conversion tool
  • A times tables generator

C#  (pronounced C Sharp). is an object-oriented language designed by Microsoft and used by systems engineers, desktop programmers, and mobile app developers the world over.

This course you  will  guide you through C#'s basics, its core syntax, and the fundamentals of writing strong C# code.  I will  show you how to install Visual Studio, a great IDE for developing in C#, and then dive into the language itself. 
You will learn about the basics of C# including variables and data types and also create some projects using C# .

Who this course is for:

  • Anyone who wants to learn to code