2021-11-28 20:35:37 +01:00
< center > < a href = "https://github.com/Skycel9/basics-course-of-programming/stargazers" > < img src = "https://img.shields.io/github/stars/Skycel9/basics-course-of-programming?color=ffae00&style=for-the-badge" > < / a > < a href = "https://github.com/Skycel9/basics-course-of-programming/network/members" > < img src = "https://img.shields.io/github/forks/Skycel9/basics-course-of-programming?color=0195e5&style=for-the-badge" > < / a > < a href = "https://github.com/Skycel9/basics-course-of-programming/graphs/contributors" > < img src = "https://img.shields.io/github/contributors-anon/Skycel9/basics-course-of-programming?style=for-the-badge" > < / a >
2021-11-24 18:51:24 +01:00
< img src = "https://cdn.pixabay.com/photo/2016/12/28/09/36/web-1935737__340.png" style = "width: 100%" > < / center >
2021-11-24 12:23:34 +01:00
< br >
< div align = "center" > < h1 > Les principes de bases de la programmation< / h1 >
< / div >
< br >
#### ⚠️ Disclaimer
< br >
2021-11-28 19:38:06 +01:00
> _Ce cours est un cours **open source**, il est possible que certaines informations puissent comprendre des erreurs. Si vous pensez pouvoir corriger quelque chose, vous pouvez créer une [issue](https://github.com/Skycel9/basics-course-of-programming/issues)._
2021-11-24 12:23:34 +01:00
2021-11-29 22:00:21 +01:00
> _Si vous souhaitez adapter les exemples de cours dans un autre langage, vous êtes les bienvenues et pouvez vous rendre dans l'onglet [pull requests](https://github.com/Skycel9/basics-course-of-programming/pulls)._
2021-11-24 12:23:34 +01:00
< br >
2021-11-28 19:38:06 +01:00
Ce cours présentera plusieurs chapitres sur diverses notions, vous trouverez ci-dessous les chapitres disponibles.
2021-11-24 12:23:34 +01:00
< details open = "open" >
< summary > < i style = "font-style: normal; font-size: 23px; font-weight: 700" > Sommaire< / i >
< / summary >
< br >
< ul >
2021-11-28 19:38:06 +01:00
< details open = "open" >< summary >< a href = "./Chapter_1/README.md" >< b style = "color: #202020 " > Chapitre 1</ b > - Types, variables & constantes</ a ></ summary >
2021-11-24 12:23:34 +01:00
< ul >
2021-11-26 15:37:55 +01:00
< li > < a href = "./Chapter_1/Types.md" > Chapitre 1.1 - Types< / a > < / li >
< li > < a href = "./Chapter_1/Variables.md" > Chapitre 1.2 - Variables< / a > < / li >
< li > < a href = "./Chapter_1/Constantes.md" > Chapitre 1.3 - Constantes< / a > < / li >
2021-11-24 12:23:34 +01:00
< / ul >
< / details >
2021-11-28 19:38:06 +01:00
< details open = "open" >< summary >< a href = "./Chapter_2/README.md" >< b style = "color: #202020 " > Chapitre 2</ b > - Opérateurs logiques & de comparaisons</ a ></ summary >
2021-11-24 12:23:34 +01:00
< ul >
2021-11-28 19:38:06 +01:00
< li > < a href = "./Chapter_2/Logic.md" > Chapitre 2.1 - Opérateurs logiques< / a > < / li >
< li > < a href = "./Chapter_2/Comparison.md" > Chapitre 2.2 - Opérateurs de comparaisons< / a > < / li >
2021-11-24 12:23:34 +01:00
< / ul >
< / details >
2021-11-28 19:38:06 +01:00
< details open = "open" >< summary >< a href = "./Chapter_3/README.md" >< b style = "color: #202020 " > Chapitre 3</ b > - Conditions, switch & opérations ternaires</ a ></ summary >
2021-11-24 12:23:34 +01:00
< ul >
2021-11-28 19:38:06 +01:00
< li > < a href = "./Chapter_3/Conditions.md" > Chapitre 3.1 - Conditions< / a > < / li >
< li > < a href = "./Chapter_3/Swicth.md" > Chapitre 3.2 - Switch< / a > < / li >
< li > < a href = "./Chapter_3/Ternary.md" > Chapitre 3.3 - Opérations ternaires< / a > < / li >
2021-11-24 12:23:34 +01:00
< / ul >
< / details >
< details open = "open" >< summary >< a href = "#" >< b style = "color: #202020 " > Chapitre 4</ b > - Boucles</ a ></ summary >
< ul >
< li > < a href = "#" > Chapitre 4.1 - Boucle < b > for< / b > < / a > < / li >
< li > < a href = "#" > Chapitre 4.2 - Boucle < b > while< / b > < / a > < / li >
< li > < a href = "#" > Chapitre 4.3 - Boucle < b > do-while< / b > < / a > < / li >
< li > < a href = "#" > Chapitre 4.4 - Boucle < b > forEach< / b > < / a > < / li >
< / ul >
< / details >
< details open = "open" >< summary >< a href = "#" >< b style = "color: #202020 " > Chapitre 5</ b > - Promises, fonctions & regex</ a ></ summary >
< ul >
< li > < a href = "#" > Chapitre 5.1 - Promises< / a > < / li >
< li > < a href = "#" > Chapitre 5.2 - Fonctions< / a > < / li >
< li > < a href = "#" > Chapitre 5.3 - Expressions régulières (Regex)< / a > < / li >
< / ul >
< / details >
< details open = "open" >< summary >< a href = "#" >< b style = "color: #202020 " > Chapitre 6</ b > - Erreurs</ a ></ summary >
< ul >
< li > < a href = "#" > Chapitre 6.1 - Erreurs de syntaxe< / a > < / li >
< li > < a href = "#" > Chapitre 6.2 - Erreurs sémantique< / a > < / li >
< li > < a href = "#" > Chapitre 6.3 - Erreurs d'exécution< / a > < / li >
< / ul >
< / details >
< / ul >
< / details >
----
> Ce cours est adapté à toutes les personnes s'intéressant de près ou de loin à la programmation. Il a pour vocation de vous aider dans l'apprentissage d'un langage de programmation en comprenant les principes centrales de l'informatique.
----
## Contributeurs
2021-11-24 22:51:09 +01:00
< a href = "https://github.com/Skycel9" > < img src = "./assets/img/Skycel9.png" height = "50" title = "Skycel9 - Founder" > < / a >
2021-11-24 12:23:34 +01:00
----
### Soutien
2021-12-12 12:22:17 +01:00
Si vous aimez le projet, vous pouvez le soutenir de plusieurs manières. En le fork sur votre profil github, en y participant et proposant des exemples pour un langage n'en possédant pas encore via les [pull requests ](https://github.com/Skycel9/basics-course-of-programming/pulls ), ou en mettant une étoile ⭐ !