Giter VIP home page Giter VIP logo

formation-python's Introduction

Formation Python pour les géographes

Support de formation Python pour les géographes préparé par Samuel Dunesme.

Guide de démarrage

Installation de l'environnement

La première fois, vous devez installer un environnement python avec toutes les librairies dont nous allons avoir besoin pendant ce cours. Ouvrez un PowerShell dans le dossier contenant ce cours et tapez les commandes suivantes :

# Création de l'environnement
C:/<chemin_installation_python>/python.exe -m venv env --prompt formation-python

# Installation des paquets nécessaires au cours
.\env\Scripts\python.exe -m pip install numpy matplotlib pyarrow pandas geopandas rasterio contextily folium mapclassify jupyterlab

Activation de l'environnement et lancement de l'IDE

Lors des prochaines séances, votre environnement est déjà installé. Vous n'aurez plus qu'à l'activer comme ceci. Ouvrez un PowerShell dans le dossier contenant ce cours et tapez les commandes suivantes :

# Lancement de l'IDE Jupyter-Lab
.\env\Scripts\jupyter-lab.exe

Suivi du cours

Dans ce cours, vous trouverez des cellules de code pré-remplies. C'est à vous de les exécuter pour voir le résultat. A tout moment, vous êtes encouragés à copier ces cellules, les modifier, et observer les résultats pour bien comprendre ce qui s'y passe.

D'autres cellules ne sont pas pré-remplies ou incomplètes : il s'agit des exercices signalés par un ✍️.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.