modules - 1/1 Blog modules (2) teachings (1)
modules - 1/1¶
Modules futures, concurrent¶
2015-07-14
On the way to build a setup for my student, I went through an issue with the packages futures, version 3.0.3 which contains the following line:
raise type(self._exception), self._exception, self._traceback
It raises an exception SyntaxError from file _base.py. I checked with an older version (2.2.0) and this line does not appear. Let’s follow Issue 41.
New modules after a year of teachings¶
2015-06-06
My students used modules I did not know about.
I added them to function
installation_ensae
:
- newspaper3k: python library for extracting and curating articles
- django-audiotracks
- pyjsdl: pygame in javascript
- pymunk: simulation, game and physics
- textblob: simplified text processing
modules - 1/1 2015-06 (1) 2015-07 (1)