Modules

Summary

module

truncated documentation

__init__

module code_beatrix Module code_beatrix. .. faqref:: :title: Pourquoi Python? Python est un langage de programmation très répandu aujourd’hui qui fut choisi à l”ENSAE en 2005 pour remplacer le C++. Dès la première année, il est apparu que ce nouveau langage permettait aux étudiants de mettre leurs idées plus rapidement en forme. Les opinions ont commencé alors un peu à changer à propos de la programmation. Il est très rare maintenant qu’un étudiant quitte une grande école d’ingénieurs sans programmer. Il a été choisi pour trois raisons. La première est sa syntaxe car il oblige les dévelopeurs à aligner leurs instructions ce qui rend les programmes plus lisibles. La seconde parce que sa grammaire est une des plus courte (voir aussi The Python Language Reference). Enfin, beaucoup de librairies existantes mais codées en C++ étaient déjà disponibles à l’époque. 10 ans plus tard, le langage est quasi incontournable dès qu’on touche au traitement de données. source on GitHub

__init__

module code_beatrix.ai Shortcuts to ai. This folder contains some functions which use pretrained deep learning model. source on GitHub

__init__

module code_beatrix.algorithm shortcuts to algorithm source on GitHub

__init__

module code_beatrix.algorithm.data shortcut to data source on GitHub

__init__

module code_beatrix.automation Shortcuts to functions in automation folder source on GitHub

__init__

module code_beatrix.ipythonhelper shortcuts to ipythonhelper source on GitHub

__init__

module code_beatrix.jsscripts Copies files to the proper location. source on GitHub

__init__

module code_beatrix.scratchs shortcuts for scratch source on GitHub

__init__

module code_beatrix.scratchs.example_chute basic checking source on GitHub

__init__

module code_beatrix.scratchs.example_echiquier basic checking source on GitHub

__init__

module code_beatrix.scratchs.example_pyramide basic checking source on GitHub

__init__

module code_beatrix.scratchs.example_tri basic checking source on GitHub

classroom

module code_beatrix.algorithm.classroom Positions in a classroom source on GitHub

dlbase

module code_beatrix.ai.dlbase Base class for deep learning models. source on GitHub

faq_python

module code_beatrix.faq.faq_python Quelques questions d’ordre général autour du langage Python. source on GitHub

image_segmentation

module code_beatrix.ai.image_segmentation Extracts objects from an image based on deep learning. source on GitHub

magic_scratch

module code_beatrix.ipythonhelper.magic_scratch Magic command to handle files source on GitHub

moviepy_context

module code_beatrix.art.moviepy_context Quelques questions d’ordre général autour du langage Python. source on GitHub

nbcanvas

module code_beatrix.ipythonhelper.nbcanvas Drawing from a canvas source on GitHub

nbsnap

module code_beatrix.jsscripts.nbsnap Snap rendering in a notebook. source on GitHub

notebook_const_helper

module code_beatrix.automation.notebook_const_helper Notebooks uses javacript which is not run when using automation, this file contains some constant to be used when running a notebook. source on GitHub

notebook_test_helper

module code_beatrix.automation.notebook_test_helper Some automation helpers to test notebooks and check they are still working fine. source on GitHub

path_helper

module code_beatrix.ipythonhelper.path_helper Helpers around paths source on GitHub

tsp

module code_beatrix.algorithm.tsp Function solving the TSP problem source on GitHub

video

module code_beatrix.art.video Quelques questions d’ordre général autour du langage Python. source on GitHub

video_drawing

module code_beatrix.art.video_drawing Draws objects on videos. source on GitHub

videodl

module code_beatrix.art.videodl Fonctions proposant de traiter des vidéos avec des traitements compliqués type deep learning. source on GitHub