Build Currency Converter Program in Python
In this article we will explore how to build a currency converter program in Python using ExchangeRate-API. Table of Contents Introduction In this is a simple project we will use…
Continue readingIn this article we will explore how to build a currency converter program in Python using ExchangeRate-API. Table of Contents Introduction In this is a simple project we will use…
Continue readingThis article will explore how to build a simple age calculator using Python. Table of Contents Introduction In this tutorial we will build a simple program to calculate user’s age…
Continue readingIn this tutorial we will explore how to work with FTP server using Python. Table of Contents Introduction Connect to FTP server List files in the FTP server Create a…
Continue readingIn this tutorial we will explore how to download PDF from URL using Python. Table of Contents Introduction A lot of product manuals, instructions, books, and other files with lots…
Continue readingIn this article we will explore how to correct spelling of words and sentences using Python. Table of Contents Introduction We have already introduced the topic of spelling checker in…
Continue readingIn this article we will explore how to check spelling of words and sentences using Python. Table of Contents Introduction We often work with a lot of text objects in…
Continue readingIn this tutorial we will explore multiple ways of how to take a screenshot using Python. Table of contents Introduction We often take screenshots while using our computers. Both Windows…
Continue readingIn this tutorial we will explore what inner (nested) classes are and how to use them in Python. Table of contents What are inner (nested) classes in Python? You are…
Continue readingIn this article we will discuss how to make a simple keylogger using Python. Table of Contents Introduction Keyloggers are a type of monitoring software used to record keystrokes made…
Continue readingIn this article we will discuss how to get system and hardware information of your computer using Python. Table of Contents Introduction We often look at our system information and…
Continue reading