Note dal metodo
Blog

Streamlit: how to improve the user experience of a web app
With Streamlit, you can create interactive dashboards in no time. However, the user interface must be intuitive, easy to use…

Streamlit: Build a Web App in minutes
Developing web apps requires a lot of skills not only related to data management and manipulation, but especially data visualization.…

GPT-2: automatic text generation with Python
Generating textual content is a challenging job that requires time and resources. With artificial intelligence, it is now possible to…

Pillow: optimize images with Python
Optimizing images is key to making websites faster and improving SEO. With the advent of WebP format, it is possible…

Node.js vs Python: comparing the two technologies for the backend
Choosing a programming language for the backend development of an application is a crucial step. There are several languages that…

Jupyter Notebook: user’s guide
The development of data analytics pipelines by Data Scientists requires several skills. Having an easy, intuitive, and interactive development environment…

Chatterbot: create a chatbot in python
Chatbots are a technology that allows you to automate interaction with users. Leveraging the latest artificial intelligence technologies, conversations turn…

Pandas and Bokeh: create interactive graphics
Analyzing data also requires graphing the data or the results from the analysis performed. Many libraries in Python provide useful…

PandasGUI: Graphical user interface for analyzing data with Pandas
Pandas is the most used library by data scientists to analyze data. But if you are not an expert programmer…

Celery and Django: Creating Asynchronous Tasks
Nowadays, data processing and analysis is increasingly required within web applications. Unfortunately, the required execution time can sometimes be too…