Skip to content

Commit b8a1f63

Browse files
author
Vitaly Davydov
committed
Update README
1 parent aff636a commit b8a1f63

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
08/data
2+
.pyc
3+
.ipynb_checkpoints
4+
__pycache__
5+

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,7 @@
1010
* Лекция 08. Matplotlib
1111
* Лекция 09. Pandas
1212
* Лекция 10. Модули и пакеты
13-
* Лекция 11. Документирование и тестирование
13+
* Лекция 11. Документирование, тестирование, версионирование кода
14+
* Лекция 12. Введение в пакеты SymPy, AstroPy
15+
* Лекция 13. Разработка модулей на языке C
16+
* Лекция 14. Использование реляционных СУБД из Python

0 commit comments

Comments
 (0)