Open in app
Home
Notifications
Lists
Stories

Write
mejdi hrairi
mejdi hrairi

Home

Jan 13, 2021

Introduction to Python

Learning Path ⋅ Skills: Core Python 3, Python Syntax Introduction This reference manual describes the Python programming language. It is not intended as a tutorial. While I am trying to be as precise as possible, I chose to use English rather than formal specifications for everything except syntax and lexical analysis…

3 min read

Introduction to Python
Introduction to Python

Nov 25, 2020

In this blog post, I am going to explain what happens when you type ls *.c and hit enter in your shell step by step.

First of all, you must know that ls is a command that you use in the terminal to list files in the current directory. The Character “*” has a especial meaning for shell. Specifically this character means match any characters in a filename. For example if you put: ls *hello in the terminal, you will list any filename that end with the characters “hello” in the current directory. So, the characters .c meaning you will list filenames that ends with “.c”

1 min read

In this blog post, I am going to explain what happens when you type ls *.c
In this blog post, I am going to explain what happens when you type ls *.c

Sep 16, 2020

What happens when you type gcc main.c

What happens when you type gcc main.c So how do we write all this code and computer knows exactly what we want. Well Compilation Process is the one that makes that happen and here is how it works. First we write some program in C and name it something like main.c. Now in order to make that…

4 min read

What happens when you type gcc main.c
What happens when you type gcc main.c
mejdi hrairi

mejdi hrairi

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable