Note dal metodo
Blog

OpenCV and Streamlit: create a photo editing app
Manipulating images is a task that is very useful in several application fields. OpenCV, a Python library, easily allows us…

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…