Skip to content

Support pour atelier d'initiation python et blender game engine

Notifications You must be signed in to change notification settings

sergeLabo/formation_python

Repository files navigation

Formation Python

Support pour atelier d'initiation python

Crédits

  • Le blog sametmax.com

Installation

Matériel exigé:

  • Un PC sous Linux
  • Une version de python >= 3.6
sudo apt install git geany geany-plugins python3-pip
cd ~
mkdir projets
cd /projets
git clone https://github.com/sergeLabo/formation_python.git

Dans le dossier /votre_home/.config/, supprimer le dossier “geany” si il existe, puis coller à la place le dossier geany du dossier formation_python.

Mise à jour

git fetch origin
git reset --hard origin/master

Geany - The Flyweight IDE

Geany is a powerful, stable and lightweight programmer's text editor that provides tons of useful features without bogging down your workflow. It runs on Linux, Windows and MacOS is translated into over 40 languages, and has built-in support for more than 50 programming languages.

Edition collaborative en ligne

S'inscrire sur

codecollab

  • https://codecollab.io
  • Le upload d'un dossier n'est pas possible
  • le fichier à excécuter est obligatoirement main.py

replit

  • https://replit.com
  • modération possible
  • gratuit pour moins de 10 élèves, pendant 3 mois
  • uncomment ctrl k / ctrl u
  • comment ctrl k / ctrl c
  • l'éxcécution dans le shell permet d'excécuter n'importe quel fichier.
  • replit liste tous les packages utilisé dans tous les scripts, puis les installe.

Introduction

Python est un langage de programmation

  • créé en 1989 par Guido Van Rossum
  • libre
  • utilisé dans beaucoup de domaines: image, jeux, web, intelligence artificielle, calcul scientifique ...
  • utilisé pour créer des prototypes car il se programme très vite, 10 fois plus vite que du C
  • interprété
  • multi-paradigme: la programation peut être structurée, fonctionnelle, orientée objet ...
  • multiplateformes

Il est doté:

  • d'un typage dynamique fort
  • d'une gestion automatique de la mémoire par ramasse-miettes

Wiki de La Labomedia

Merci à

About

Support pour atelier d'initiation python et blender game engine

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages