Hide keyboard shortcuts

Hot-keys on this page

r m x p   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

1# -*- coding: utf-8 -*- 

2""" 

3@file 

4@brief List of modules to maintain for the teachings. 

5""" 

6 

7 

8def get_teaching_modules(): 

9 """ 

10 List of teachings modules to maintain (CI + documentation). 

11 

12 .. runpython:: 

13 :showcode: 

14 

15 from ensae_teaching_cs.automation import get_teaching_modules 

16 print('\\n'.join(sorted(get_teaching_modules()))) 

17 """ 

18 return ['deeponnxcustom:main', 'onnxcustom', 

19 "pymlbenchmark", "_benchmarks", "ensae_teaching_dl", "machinelearningext", 

20 "lecture_citation", "botadi", "pyquickhelper", "jyquickhelper", 

21 "python3_module_template", "mathenjeu", "pymmails", "pymyinstall", 

22 "pyensae", "pyrsslocal", "pysqllike", "ensae_projects", "ensae_teaching_cs", 

23 "code_beatrix", "actuariat_python", "mlstatpy", "jupytalk", "teachpyx", 

24 "tkinterquickhelper", "cpyquickhelper", "pandas_streaming", 

25 "lightmlboard", "lightmlrestapi", "mlinsights", "pyenbc", "mlprodict", 

26 "papierstat", "sparkouille", "manydataapi", "csharpy", "csharpyml", 

27 "wrapclib", "myblog", "_check_python_install", "onnxortext"]