Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Build a Currency Converter App with Python
Rating: 5.0 out of 5(5 ratings)
906 students

Build a Currency Converter App with Python

Improve your Python development skills
Last updated 3/2026
English

What you'll learn

  • Build a currency converter app
  • Install Python
  • Install Text Editor
  • Design the app
  • Create a Python Module
  • Build the app interface with tkinter
  • Create functions for the app

Course content

2 sections13 lectures55m total length
  • Introduction0:20
  • Install Python3:38
  • Install Text Editor1:40
  • What we will build2:58
  • Design the app1:51
  • Create a Python File3:16
  • Building the app: part 16:34
  • Building the app: part 25:22
  • Building the app: part 36:54
  • Building the app: part 47:05
  • Building the app: part 511:57
  • Testing the app1:59

Requirements

  • Python installation required. ( The course shows you how to install Python )

Description

Python is a computer programming language often used to build websites and software, automate tasks, and conduct data analysis. Python is a general-purpose language, meaning it can be used to create a variety of different programs and isn’t specialized for any specific problems. This versatility, along with its beginner-friendliness, has made it one of the most-used programming languages today.

Python has become one of the most popular programming languages in the world in recent years. It's used in everything from machine learning to building websites and software testing. It can be used by developers and non-developers alike.

Python, one of the most popular programming languages in the world, has created everything from Netflix’s recommendation algorithm to the software that controls self-driving cars. Python is a general-purpose language, which means it’s designed to be used in a range of applications, including data science, software and web development, automation, and generally getting stuff done

A currency converter is an app or tool that allows you to quickly convert from one currency to another. We will build our own currency converter app from scratch step by step using Python.  We will build the interface for the app and also create the Python functions that will make it work and perform the currency conversions.


Who this course is for:

  • Anyone with a basic knowledge of Python