News

An API is like a magic box. We send data in a specific format. We then get data back in a specific format. This magical box is simply a script kept on a server. It acts as a gatekeeper — we tell the ...
As one of the most popular, versatile, and beginner-friendly programming languages, Python can be used for a variety of tasks from analyzing data to building websites. This workshop explores how to ...
Photo by Marc Sendra Martorell on Unsplash. If you have read some of my previous Python articles, you know I’m a Flask fan. It is my go-to for building APIs in Python. However, recently I started to ...
Microsoft has announced Playwright, a tool that lets developers write tests in Python for web applications across Chrome, Chromium-based Edge, Apple Safari and Mozilla Firefox. Playwright, a Python ...
Streamlit lets you write web-based Python data applications without HTML, CSS, or JavaScript. Here's a first look at Streamlit. A common problem with Python applications is how to share them with ...