Blog Page
Routing in Flask
Sorry, this entry is only available in Italiano.
Google Skills is coming: with many training courses dedicated to AI.
Sorry, this entry is only available in Italiano.
Artificial Intelligence, Work, and the Internet: Catastrophe or Revolution?
The term Artificial Intelligence evokes strongly contrasting emotions. Enthusiasts envision a future where humans will simply supervise the work of…
Object oriented programming in PHP: part 4
In this fourth part of the mini series of tutorials regarding object-oriented programming in Php we will see an example…
Use the Flask development server
Today we’re going to talk about the development server and debugging system of Flask. They depend on the Werkzeug library….
JINJA2 Tutorial: part 1
In this article we will talk about Jinja the template engine used in the Python ecosystem. Created in 2008 by…
Object-oriented programming in PHP: part 3
In this third tutorial on object oriented programming in PHP we will talk about the constructor method, we will see…
Install and test Flask
In today’s article we will talk about how to install Flask and run the first program to test its operation….
Object-oriented programming in PHP: part 2
In the previous part we saw what the object oriented paradigm is, what classes are and what objects are, we…
Object-oriented programming in PHP: part 1
From today we will introduce a mini-series of tutorials to describe object-oriented programming in PHP, the implementation of which was…
Python lists
Lists are part of the predefined types of Python, also called sequences are ordered, iterable, mutable elements. In the language…
