Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
meige-legi
scientific-computing-m2-efm
Commits
7ba46aba
Commit
7ba46aba
authored
Sep 27, 2020
by
paugier
Browse files
Change order notebooks
parent
05a72127
Pipeline
#49932
passed with stage
in 38 seconds
Changes
4
Pipelines
1
Show whitespace changes
Inline
Side-by-side
ipynb/
080
_oop_encapsulation.ipynb
→
ipynb/
201
_oop_encapsulation.ipynb
View file @
7ba46aba
File moved
ipynb/
081
_oop_inheritance.ipynb
→
ipynb/
202
_oop_inheritance.ipynb
View file @
7ba46aba
File moved
ipynb/
100
_environnement.ipynb
→
ipynb/
203
_environnement.ipynb
View file @
7ba46aba
File moved
ipynb/make_index.py
View file @
7ba46aba
...
...
@@ -9,14 +9,15 @@ titles = {
"Readwritefiles"
:
"Read and write files"
,
"Import standard library"
:
"Import statements and the standart library"
,
"Data struct"
:
"Standard data structure (list, tuple, set and dict)"
,
"Oop encapsulation"
:
"Object-oriented programming - encapsulation"
,
"Oop inheritance"
:
"Object-oriented programming - inheritance"
,
"Oop encapsulation"
:
"
Bonus:
Object-oriented programming - encapsulation"
,
"Oop inheritance"
:
"
Bonus:
Object-oriented programming - inheritance"
,
"Packaging"
:
"Packaging, documentation and unittest"
,
"Numpy scipy"
:
"Numpy / Scipy"
,
"Wrapping"
:
"Wrapping compiled code"
,
"Accelerators"
:
"Tools to accelerate Python code"
,
"Parallel"
:
"Parallel computing (CPU bounded)"
,
"Mercurial and gitlab"
:
"Bonus: versioning with Mercurial and Gitlab"
,
"Environnement"
:
"Bonus: interpreters, distributions, packages"
}
this_dir
=
Path
(
__file__
).
parent
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment