gitignore and requirements modified
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1 +1,4 @@
|
|||||||
.ipynb_checkpoints/
|
.ipynb_checkpoints/
|
||||||
|
venv
|
||||||
|
.idea
|
||||||
|
.vscode
|
||||||
|
|||||||
1
hints/ex01_import_numpy.py
Normal file
1
hints/ex01_import_numpy.py
Normal file
@@ -0,0 +1 @@
|
|||||||
|
print("hint: import … as …")
|
||||||
0
hints/ex02_print_version_and_config.py
Normal file
0
hints/ex02_print_version_and_config.py
Normal file
0
hints/ex03_null_vect_size_10.py
Normal file
0
hints/ex03_null_vect_size_10.py
Normal file
0
hints/ex04_memory_size_of_an_array.py
Normal file
0
hints/ex04_memory_size_of_an_array.py
Normal file
0
hints/ex05_get_infos.py
Normal file
0
hints/ex05_get_infos.py
Normal file
@@ -1,2 +1,4 @@
|
|||||||
numpy
|
numpy==1.17.4
|
||||||
pandas
|
pandas==0.25.3
|
||||||
|
jupyter==1.0.0
|
||||||
|
jupyterthemes==0.20.0
|
||||||
|
|||||||
1
solutions/ex01_import_numpy.py
Normal file
1
solutions/ex01_import_numpy.py
Normal file
@@ -0,0 +1 @@
|
|||||||
|
import numpy as np
|
||||||
0
solutions/ex02_print_version_and_config.py
Normal file
0
solutions/ex02_print_version_and_config.py
Normal file
0
solutions/ex03_null_vect_size_10.py
Normal file
0
solutions/ex03_null_vect_size_10.py
Normal file
0
solutions/ex04_memory_size_of_an_array.py
Normal file
0
solutions/ex04_memory_size_of_an_array.py
Normal file
0
solutions/ex05_get_infos.py
Normal file
0
solutions/ex05_get_infos.py
Normal file
Reference in New Issue
Block a user