In this example we will create a temperature converter in python Here are the formulas for temperature conversion Fahrenheit to Celsius formula: (°F – 32) x 5/9 = °C or …
-
-
This module provides a portable way of using operating system dependent functionality. If you just want to read or write a file see open(), if you want to manipulate paths, …
-
The Python Imaging Library is ideal for image archival and batch processing applications. You can use the library to create thumbnails, convert between file formats, print images etc. Pillow offers …
-
In this article we look at a library which allows you to get Foreign exchange rates, Bitcoin prices and perform currency conversions. The CCXT library is used to connect and trade with cryptocurrency exchanges and payment …
-
The Entry widget is used to create a single line text-box to the user to accept a value from the user. We can use the Entry widget to accept text …
-
The Listbox widget is used to display a list of items from which a user can select a number of items. In this article we will look at the syntax, …
-
I am a big of the arduino, that i s one of the reasons I also have an arduino based site at http://arduinolearning.com In this article we will look at …
-
The ability to translate from one language to another is very useful functionality you can have in your application or script. One of the most popular, if not the most …
-
If you need to generate fake data for any reason then faker is the python package for you. Installation You can install this easily using pip like this pip …
-
In this article we look at a python library that can parse and read Microsoft minidump file format. Can create minidumps on Windows machines using the windows API (implemented with …