Open in app

Sign In

Write

Sign In

Pierre Forcioli
Pierre Forcioli

4 Followers

Home

About

Apr 16, 2021

The Internet of Things (IoT)

In the broadest sense, the term IoT encompasses everything connected to the internet, but it is increasingly being used to define objects that “talk” to each other. By combining these connected devices with automated systems, it is possible to “gather information, analyse it and create an action” to help someone…

IoT

3 min read

The Internet of Things (IoT)
The Internet of Things (IoT)
IoT

3 min read


Jan 12, 2021

Python3: Mutable, Immutable… everything is object!

How Everything in Python is an Object? Since Python is an object-oriented programming language, you might think that, obviously, everything in Python is an object, every integer, string, list, and functions. But before discussing how everything in Python is an object, let’s see what is an object? In fact, an…

Python

6 min read

Python3: Mutable, Immutable… everything is object!
Python3: Mutable, Immutable… everything is object!
Python

6 min read


Dec 14, 2020

The differences between Static and Dynamic Libraries

Why using libraries and what are they? As functions, libraries are blocks of code that may be reused to save time and space in a program. The most significant advantage to use libraries is that instead of writing all your code by yourself, you can also get external ones. …

Static Library

4 min read

The differences between Static and Dynamic Libraries
The differences between Static and Dynamic Libraries
Static Library

4 min read


Nov 5, 2020

Two’s complement and negative numbers

Two’s complement and negative numbers [Coming soon, please do not review !]

1 min read

Two’s complement and negative numbers
Two’s complement and negative numbers

1 min read


Oct 19, 2020

Jim Hague, the 1986’s IOCCC winner

Let me explain you how Jim Hague has programmed, in C, a program that can translates ASCII code which is inserted in standard input into Morse code. You will tell me that it's not awesome, in fact, it isn't, you're right. But the way he did is so much awesome…

C

5 min read

Jim Hague, the 1986’s IOCCC winner
Jim Hague, the 1986’s IOCCC winner
C

5 min read


Oct 9, 2020

The C Static Libraries

Today, I’m going to tell you about C Static Libraries. - Why should you use them? - How to create them? - How do they work? - How to use them? You can’t wait to know everything, so let’s begin! Why do I need to use C Static Libariaires? The most significant advantage while using Static Libraries instead of…

C

3 min read

The C Static Libraries
The C Static Libraries
C

3 min read


Sep 16, 2020

What's behind the C Compilation Process

The GNU Compiler Collection (GCC) is a compiler system produced by the GNU Project supporting various programming languages. But first, what is a compilation process? The compilation process is the way a program converts the source code of the file you give to it (in our case, "main.c") into an understandable code for the computer. This process…

C

4 min read

What's behind the C Compilation Process
What's behind the C Compilation Process
C

4 min read

Pierre Forcioli

Pierre Forcioli

4 Followers

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams