diff --git a/.github/ISSUE_TEMPLATE/exercise.md b/.github/ISSUE_TEMPLATE/exercise.md deleted file mode 100644 index a9a776b7..00000000 --- a/.github/ISSUE_TEMPLATE/exercise.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -name: Exercise -about: Create a report to help us improve -title: '' -labels: fixme -assignees: '' - ---- - -* Day: xx -* Exercise: xx - -A clear and concise description of what the problem/misunderstanding is. - -**Examples** -If applicable, add examples to help explain your problem. - -```python -print("Code example") -``` - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -## Fixed on: -- [ ] Github -- [ ] Gitlab diff --git a/.github/ISSUE_TEMPLATE/updates-post-testing.md b/.github/ISSUE_TEMPLATE/updates-post-testing.md deleted file mode 100644 index e6a540d0..00000000 --- a/.github/ISSUE_TEMPLATE/updates-post-testing.md +++ /dev/null @@ -1,41 +0,0 @@ ---- -name: Updates post-testing -about: Updates post-testing for a whole day -title: Dayxx - Updates post-testing -labels: fixme -assignees: '' - ---- - -## Global notes: - -- [ ] 1. -- [ ] 2. - -### ex00: -- [ ] 1. -- [ ] 2. - -### ex01: -- [ ] 1. -- [ ] 2. - -### ex02: -- [ ] 1. -- [ ] 2. - -### ex03: -- [ ] 1. -- [ ] 2. - -### ex04: -- [ ] 1. -- [ ] 2. - -### ex05: -- [ ] 1. -- [ ] 2. - -### ex06: -- [ ] 1. -- [ ] 2. diff --git a/.gitignore b/.gitignore index efd915fd..6254f945 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,9 @@ # Personnal *.zip +# VSCode +*.vscode/ + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index d4d8687a..00000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "workbench.colorCustomizations": { - "activityBar.activeBackground": "#fbed80", - "activityBar.activeBorder": "#06b9a5", - "activityBar.background": "#fbed80", - "activityBar.foreground": "#15202b", - "activityBar.inactiveForeground": "#15202b99", - "activityBarBadge.background": "#06b9a5", - "activityBarBadge.foreground": "#15202b", - "sash.hoverBorder": "#fbed80", - "statusBar.background": "#f9e64f", - "statusBar.foreground": "#15202b", - "statusBarItem.hoverBackground": "#f7df1e", - "statusBarItem.remoteBackground": "#f9e64f", - "statusBarItem.remoteForeground": "#15202b", - "titleBar.activeBackground": "#f9e64f", - "titleBar.activeForeground": "#15202b", - "titleBar.inactiveBackground": "#f9e64f99", - "titleBar.inactiveForeground": "#15202b99" - }, - "peacock.color": "#f9e64f" -} \ No newline at end of file diff --git a/module02/subject/en.subject.tex b/module02/subject/en.subject.tex index ecda623a..9ebad2d6 100644 --- a/module02/subject/en.subject.tex +++ b/module02/subject/en.subject.tex @@ -118,7 +118,7 @@ % =============================================================================% % ===================================== % -\title{Python \& ML - Module 02} +\title{Python Bootcamp - Module 02} \subtitle{Basics 3} \author{ Maxime Choulika (cmaxime), Pierre Peigné (ppeigne), Matthieu David (mdavid) diff --git a/module03/subject/en.subject.tex b/module03/subject/en.subject.tex index 0dbf2fc9..95e059e0 100644 --- a/module03/subject/en.subject.tex +++ b/module03/subject/en.subject.tex @@ -117,7 +117,7 @@ % =============================================================================% % ===================================== % -\title{Python \& ML - Module 03} +\title{Python Bootcamp - Module 03} \subtitle{Numpy} \author{ Maxime Choulika (cmaxime), Pierre Peigné (ppeigne), Matthieu David (mdavid) diff --git a/module04/subject/en.subject.tex b/module04/subject/en.subject.tex index c01b431d..4e708b0f 100644 --- a/module04/subject/en.subject.tex +++ b/module04/subject/en.subject.tex @@ -117,7 +117,7 @@ % =============================================================================% % ===================================== % -\title{Python \& ML - Module 04} +\title{Python Bootcamp - Module 04} \subtitle{Pandas} \author{ Maxime Choulika (cmaxime), Pierre Peigné (ppeigne), Matthieu David (mdavid)