Python - Programmation facile et multiplateforme [LIVRE]
Résumer
Chapter 1: Getting started with Python
Language
Python 3.x
Version Release Date
3.8 2020-04-29
3.7 2018-06-27
3.6 2016-12-23
3.5 2015-09-13
3.4 2014-03-17
3.3 2012-09-29
3.2 2011-02-20
3.1 2009-06-26
3.0 2008-12-03
Python 2.x
Version Release Date
2.7 2010-07-03
2.6 2008-10-02
2.5 2006-09-19
2.4 2004-11-30
2.3 2003-07-29
2.2 2001-12-21
2.1 2001-04-15
2.0 2000-10-16
Section 1.1: Getting Started
Python is a widely used high-level programming language for general-purpose programming, created by Guido van
Rossum and first released in 1991. Python features a dynamic type system and automatic memory management
and supports multiple programming paradigms, including object-oriented, imperative, functional programming,
and procedural styles. It has a large and comprehensive standard library.
Two major versions of Python are currently in active use:
Python 3.x is the current version and is under active development.
Python 2.x is the legacy version and will receive only security updates until 2020. No new features will be
implemented. Note that many projects still use Python 2, although migrating to Python 3 is getting easier.
You can download and install either version of Python here. See Python 3 vs. Python 2 for a comparison between
them. In addition, some third-parties offer re-packaged versions of Python that add commonly used libraries and
other features to ease setup for common use cases, such as math, data analysis or scientific use. See the list at the
official site.
Verify if Python is installed
To confirm that Python was installed correctly, you can verify that by running the following command in your
favorite terminal (If you are using Windows OS, you need to add path of python to the environment variable before
using it in command prompt):
Resultats du Test [Python - Programmation facile et multiplateforme ]
Surnom | Date Test | Points Obtenu |
---|---|---|
L'étoile verte | 18/10/2024 | 160 |
Ledur123 | 28/02/2025 | 152 |
AZZO | 06/09/2024 | 130 |
Merlin1234 | 20/07/2024 | 129 |
MBONDO NATHANAËL | 18/10/2024 | 122 |
Merlin1234 | 20/07/2024 | 117 |
Njeti | 07/03/2025 | 115 |
Le Bouclier | 10/10/2024 | 114 |
Milares | 14/03/2025 | 105 |
Kag leo | 22/07/2024 | 102 |
Héritier 1234 | 13/02/2025 | 100 |
Vandieudo | 09/08/2024 | 97 |
Hadden | 07/02/2025 | 97 |
AZZO | 06/09/2024 | 91 |
BEGUELÉ | 09/09/2024 | 90 |
Berge12 | 17/11/2024 | 82 |
WERENOI GANG | 04/03/2025 | 80 |
KYZAK | 19/10/2024 | 75 |
KYZAK | 19/10/2024 | 72 |
MosesPower | 01/03/2025 | 71 |
Almé | 15/09/2024 | 70 |
AZZO | 06/09/2024 | 67 |
CHRISTUS | 14/03/2024 | 60 |
ONY | 18/10/2024 | 59 |
Le lion1234567891011 | 22/03/2025 | 59 |
AZZO | 06/09/2024 | 57 |
Top special | 30/04/2025 | 54 |
Patco123456 | 01/11/2024 | 49 |
Emmanuel 123456 | 06/08/2024 | 47 |
Le genie123456789101 | 09/04/2025 | 44 |
Merlin1234 | 20/07/2024 | 39 |
KCHARLES | 18/10/2024 | 35 |
MEA | 13/02/2025 | 32 |
SAN JOSÉ | 09/05/2024 | 26 |
L'étoile verte | 06/09/2024 | 20 |
INGMALADHO | 04/10/2024 | 16 |
Ali66 | 15/05/2024 | 12 |
KYZAK | 24/10/2024 | 10 |
L'informaticien 1234 | 21/04/2025 | 7 |
Champion Non Inscrit | 18/03/2024 | 0 |
Champion Non Inscrit | 05/05/2024 | 0 |
Ali66 | 15/05/2024 | 0 |
PEM_160.113.0.5 | 28/05/2024 | 0 |
Chick Mafring | 29/05/2024 | 0 |
Champion Non Inscrit | 06/06/2024 | 0 |
Champion Non Inscrit | 06/06/2024 | 0 |
Champion Non Inscrit | 10/06/2024 | 0 |
Champion Non Inscrit | 14/06/2024 | 0 |
Champion Non Inscrit | 13/07/2024 | 0 |
AG123 | 27/07/2024 | 0 |

L'AUTEUR DU TUTORIEL
RUSSELL EYENGA
Niveau d'études : L2