Skip to content

Commit

Permalink
Griffoner des choses
Browse files Browse the repository at this point in the history
  • Loading branch information
linogaliana committed Jul 22, 2020
1 parent 4eed472 commit f17fc8d
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/getting-started/01_installation.md
Expand Up @@ -237,6 +237,8 @@ systématiquement refusées

https://github.com/jupyterlab/jupyterlab-git

## Présentation des fonctionalités de github et gitlab

## Pratiquer git

Faire un petit notebook
29 changes: 29 additions & 0 deletions content/getting-started/02_python_practice.md
@@ -0,0 +1,29 @@
---
title: "Bonne pratique de Python"
date: 2020-07-22T12:00:00Z
draft: false
weight: 30
---

https://docs.python-guide.org/

# Structure d'un projet en python


# Style de programmation et de documentation

Doc:
https://www.python.org/dev/peps/pep-0257/

## Privilégier des fonctions imbriquées

Python has a system of community-generated proposals known as Python Enhancement Proposals (PEPs)
Perhaps one of the most widely
known and referenced PEPs ever created is PEP8, which is the “Python community Bible” for properly styling your code.

## Documenter ces fonctions

# Gestion des dépendances

# Partager

0 comments on commit f17fc8d

Please sign in to comment.