ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

658 results

Hassan EL BAHI
Python 1 : Installer Python et Visual Studio Code | Darija

Dans cette vidéo, nous allons installer et configurer l'environnement de travail Python, étape indispensable avant de commencer ...

6:29
Python 1 : Installer Python et Visual Studio Code | Darija

4,350 views

1 month ago

Hassan EL BAHI
Python : L’histoire de Python et pourquoi tout le monde l’utilise | Darija

Dans cette vidéo d'introduction, nous allons découvrir le langage de programmation Python. Nous commencerons par l'histoire ...

11:08
Python : L’histoire de Python et pourquoi tout le monde l’utilise | Darija

7,528 views

1 month ago

Hassan EL BAHI
Python 13: What is a Python List? and How to Create One?

In this video, you will understand: - What is a Python list? - The characteristics of a Python list? - How to create a list in ...

17:16
Python 13: What is a Python List? and How to Create One?

62,725 views

3 years ago

Hassan EL BAHI
Python 2 : Les données et variables en Python | Darija

Dans cette vidéo, nous allons découvrir les variables en Python, un concept fondamental en programmation. Vous allez ...

18:15
Python 2 : Les données et variables en Python | Darija

4,763 views

1 month ago

Hassan EL BAHI
Python 19: Understanding and Creating Tuples in Python

In this video, you'll learn the fundamentals of tuples in Python. We'll examine what tuples are, how they differ from lists ...

12:14
Python 19: Understanding and Creating Tuples in Python

22,941 views

1 year ago

Hassan EL BAHI
Python 10 : Variables locales et globales | Darija

Dans cette vidéo, nous allons expliquer une notion très importante en Python : les variables locales et les variables globales.

19:45
Python 10 : Variables locales et globales | Darija

1,765 views

1 month ago

Hassan EL BAHI
Python #1: How to download and install Python and PyCharm?

In this video, you'll learn how to download and install Python and PyCharm on Windows. You'll also learn how to run your first ...

5:49
Python #1: How to download and install Python and PyCharm?

190,146 views

5 years ago

Hassan EL BAHI
Python #3: print() and input()

In this video, you'll learn how to use: - The print() function to display a message or the value of a variable, - The input ...

19:14
Python #3: print() and input()

161,933 views

5 years ago

Hassan EL BAHI
Python : qu'est-ce que c'est, pourquoi devriez-vous l'apprendre et quels sont ses utilisations?

Dans cette vidéo, vous comprendrez : - Qu'est-ce que le langage python ? - Pourquoi devriez-vous apprendre Python? - Quels ...

9:19
Python : qu'est-ce que c'est, pourquoi devriez-vous l'apprendre et quels sont ses utilisations?

323,546 views

5 years ago

Hassan EL BAHI
Python 25: Understanding and Creating Sets in Python

In this video, we'll explore what a set is, the unique properties that define it, the different methods for creating it, and ...

14:00
Python 25: Understanding and Creating Sets in Python

8,801 views

1 year ago

Hassan EL BAHI
Python #2: Variables: Declaration, Assignment, and Usage

In this video, you'll learn how to declare, assign, and use variables in Python. ———————————— Playlists Course ...

8:50
Python #2: Variables: Declaration, Assignment, and Usage

164,361 views

5 years ago

Hassan EL BAHI
Python 29: Understanding Dictionaries in Python

In this video, we will explore what a dictionary is and the unique properties that define it ...

7:50
Python 29: Understanding Dictionaries in Python

9,393 views

1 year ago

Hassan EL BAHI
Python 30: Create a Dictionary in Python

In this video, you will understand the different methods to create a dictionary in Python ...

4:55
Python 30: Create a Dictionary in Python

8,416 views

1 year ago

Hassan EL BAHI
Corrected exercise #25: Program with the for loop | Python

In this video, we will write a program that asks for a starting number, and then displays the next ten numbers using a for ...

7:22
Corrected exercise #25: Program with the for loop | Python

48,899 views

4 years ago

Hassan EL BAHI
Python 8 : Break et Continue – contrôler les boucles | Darija

Dans cette vidéo, nous allons découvrir deux instructions très importantes en Python : break et continue. Nous verrons ...

13:42
Python 8 : Break et Continue – contrôler les boucles | Darija

2,164 views

1 month ago

Hassan EL BAHI
Python 38: Iterating through a String

In this video, we'll learn how to iterate through a string in Python using three simple techniques: - Direct for loop ...

12:00
Python 38: Iterating through a String

1,697 views

4 months ago

Hassan EL BAHI
Corrected exercise #57: Program that allows you to draw a heart | Python

In this video, we'll write a program to draw a heart (number of rows: 6, number of columns: 7 ...

12:04
Corrected exercise #57: Program that allows you to draw a heart | Python

11,862 views

4 years ago

Hassan EL BAHI
Python 36: What is a string and its properties

In this video, we'll learn in Python: - What a string is, - The main properties of strings, - The different types of quotation ...

12:27
Python 36: What is a string and its properties

2,578 views

4 months ago

Hassan EL BAHI
Exercice corrigé #1 : Programme qui affiche le nom et l'âge de l'utilisateur  | Python

Dans cette vidéo, nous allons écrire un programme qui demande le nom et l'âge d'un étudiant à l'université et afficher "Bonjour ...

4:42
Exercice corrigé #1 : Programme qui affiche le nom et l'âge de l'utilisateur | Python

256,260 views

5 years ago

Hassan EL BAHI
Corrected exercise 189: Program that allows you to check if a string is a palindrome

In this video, we'll write a Python program that checks whether a string is a palindrome or not. A string is said to be ...

8:43
Corrected exercise 189: Program that allows you to check if a string is a palindrome

1,170 views

3 months ago

Hassan EL BAHI
Corrected exercise #26: Program with the while loop | Python

In this video, we'll write a program that asks for a starting number and then displays the next ten numbers using a while loop ...

5:29
Corrected exercise #26: Program with the while loop | Python

45,955 views

4 years ago

Hassan EL BAHI
Exercice corrigé 118 : Créer, remplir et afficher une liste à deux dimensions (matrice) | Python

Dans cette vidéo, nous allons écrire un programme qui permet de déclarer une liste à deux dimensions (3,6), puis le programme ...

5:33
Exercice corrigé 118 : Créer, remplir et afficher une liste à deux dimensions (matrice) | Python

28,275 views

3 years ago

Hassan EL BAHI
Python #8: Repeating Structures: Break and Continue

In this video, you'll understand the two instructions: The break instruction allows you to stop a loop and move on to the next ...

16:24
Python #8: Repeating Structures: Break and Continue

67,247 views

4 years ago

Hassan EL BAHI
Corrected exercise #17: Program that calculates the solutions of a second-degree equation | Python

In this video, we will write a program that displays the solution(s) to a quadratic equation of the form ax² + bx + c = 0 ...

6:49
Corrected exercise #17: Program that calculates the solutions of a second-degree equation | Python

68,715 views

5 years ago

Hassan EL BAHI
Python 23 : Parcourir un tuple avec for, range, enumerate et zip - Les opérateurs in et not in

Dans cette vidéo, nous explorons en détail comment parcourir des tuples en Python. Nous couvrirons l'utilisation des opérateurs ...

16:43
Python 23 : Parcourir un tuple avec for, range, enumerate et zip - Les opérateurs in et not in

9,348 views

1 year ago