1
0
Bifurcation 0
miroir de https://github.com/PAPAMICA/Wiki-Tech.io.git synchronisé 2024-12-29 02:50:22 +01:00

docs: update Scripting/home

Cette révision appartient à :
Mickael Asseline 2021-05-24 16:05:21 +00:00 révisé par Mickael Asseline
Parent 315fc531d6
révision 75506ad599

Voir le fichier

@ -2,7 +2,7 @@
title: Scripting
description: Les différents langage de scripts avec leurs tutoriels !
published: true
date: 2021-05-24T15:51:55.413Z
date: 2021-05-24T16:05:19.740Z
tags:
editor: markdown
dateCreated: 2021-05-24T14:30:53.085Z
@ -11,8 +11,16 @@ dateCreated: 2021-05-24T14:30:53.085Z
# Les bases
# Bash
- [🌀 Présentation *Découvrir Bash*](/Scripting/Bash/Présentation)
- [💎 Les bases *Les bases pour bien débuter avec Bash*](/Scripting/Bash/Bases)
{.links-list}
# Python
# Python
- [🌀 Présentation et Installation *Découvrir Python et l'installer*](/Scripting/Python/Présentation-Installation)
- [💎 Les bases *Les bases pour bien débuter avec Python*](/Scripting/Python/Bases)
- [💎 Conditions et boucles *IF, ELSE, ELIF, WHILE, Comparaisons, etc...*](/Scripting/Python/Conditions-Boucles)
- [💎 Fonctions avancées *.*](/Scripting/Python/Fonctions-Avancées)
{.links-list}
# Powershell
- [🌀 Présentation et Installation *Découvrir Powershell et l'installer*](/Scripting/Powershell/Présentation-Installation)