Python

Python Thermal Printing: A Comprehensive Guide for Printing on Thermal PrintersPython Thermal Printing: A Comprehensive Guide for Printing on Thermal Printers

Python Thermal Printing: A Comprehensive Guide for Printing on Thermal Printers

In this tutorial, we'll explore how to effortlessly print receipts, invoices, and tickets on a thermal printer using Python. I'll…

2 years hace
Creating an API REST with Python, Flask and SQLite3Creating an API REST with Python, Flask and SQLite3

Creating an API REST with Python, Flask and SQLite3

In this Python programming tutorial you will learn how to create a REST API using Flask, SQLite 3 (for data),…

4 years hace

Enable CORS in Flask app

In this post I will show you how to enable CORS (Cross Origin Resource sharing) so that you can make…

4 years hace

How to install and configure Python 3 and pip on Windows 10

Introduction In this post we will see how to install and configure the Python interpreter in its version 3 on…

6 years hace

Switch in Python

There is no switch statement in Python, but there are equivalents depending on what you want to achieve. The best-known…

6 years hace

Python: check if item or value exists in list or array

Introduction Sometimes we need to know if an element or value is within a list or array in Python. There…

6 years hace