Note dal metodo
Blog

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…

Coding for kids: first steps in programming
Coding for kids and teens? It seems almost impossible and yet there are many tools that teach little ones to…

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…

Neo4j: guide to use a graph database
Neo4j is the leader in graph databases. Through Cypher queries, it is possible to optimally manage a graph representation of…

Django vs Flask: Python web frameworks comparison
Choosing a web framework for developing a web application is always important. The best Python frameworks are, according to developers,…

Customize Woocommerce with a plugin
E-commerce is a very popular type of website nowadays. With Woocommerce it is possible to create a virtual store in…

Manage Advanced Custom Fields and integrate them in a WordPress plugin
During the development of a Wordpress website or plugin, the need arises to track some information in a structured way.…

Create a settings page for a WordPress plugin
Every Wordpress plugin needs some information from the administrator to work at its best. In this article we will see…