Metadata-Version: 2.1
Name: code-beatrix
Version: 0.6.685
Summary: Exercices pour apprendre la programmation, les algorithmes, et faire des coding goûters.
Home-page: http://lesenfantscodaient.fr/
Author: Xavier Dupré
Author-email: xavier.dupre@gmail.com
License: MIT
Download-URL: https://github.com/sdpython/code_beatrix/
Keywords: code_beatrix,coding goûter
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Education
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 5 - Production/Stable
Requires-Dist: pyquickhelper (>=1.9)
Provides-Extra: art
Requires-Dist: pytube3 ; extra == 'art'
Requires-Dist: moviepy (==1.0.0) ; extra == 'art'
Provides-Extra: faq
Requires-Dist: pytube3 ; extra == 'faq'


.. image:: https://travis-ci.org/sdpython/code_beatrix.svg?branch=master
    :target: https://travis-ci.org/sdpython/code_beatrix
    :alt: Build status

.. image:: https://ci.appveyor.com/api/projects/status/g7065ubabg7xxpm6?svg=true
    :target: https://ci.appveyor.com/project/sdpython/code-beatrix
    :alt: Build Status Windows

.. image:: https://circleci.com/gh/sdpython/code_beatrix/tree/master.svg?style=svg
    :target: https://circleci.com/gh/sdpython/code_beatrix/tree/master

.. image:: https://badge.fury.io/py/code_beatrix.svg
    :target: http://badge.fury.io/py/code_beatrix

.. image:: http://img.shields.io/github/issues/sdpython/code_beatrix.png
    :alt: GitHub Issues
    :target: https://github.com/sdpython/code_beatrix/issues

.. image:: https://img.shields.io/badge/license-MIT-blue.svg
    :alt: MIT License
    :target: http://opensource.org/licenses/MIT

.. image:: https://codecov.io/github/sdpython/code_beatrix/coverage.svg?branch=master
    :target: https://codecov.io/github/sdpython/code_beatrix?branch=master

.. image:: http://www.xavierdupre.fr/app/code_beatrix/helpsphinx/_images/nbcov.png
    :target: http://www.xavierdupre.fr/app/code_beatrix/helpsphinx/all_notebooks_coverage.html
    :alt: Notebook Coverage

.. image:: https://img.shields.io/github/repo-size/sdpython/code_beatrix
    :target: https://github.com/sdpython/code_beatrix/
    :alt: size

.. _l-README:

code_beatrix
============

Exercices pour découvrir la programmation et les algorithmes.
Ceux-ci peuvent servir de base pour organiser un
`coding goûter <https://www.facebook.com/ateliergouterducode/>`_.
Ils ont servi de base pour la création d'ateliers
pour `codingandbricks <https://www.codingandbricks.com/>`_
ou `digigirlz <https://www.microsoft.com/en-us/diversity/programs/digigirlz>`_
avec *Microsoft*.

* `GitHub/code_beatrix <https://github.com/sdpython/code_beatrix/>`_
* `site <http://lesenfantscodaient.fr/>`_
* `Blog <http://lesenfantscodaient.fr/blog/main_0000.html#ap-main-0>`_

Le site est conçu comme la documentation d'un module
*Python* qui sert à préparer et à illustrer les exercices.

.. _l-HISTORY:

=======
History
=======

current - 2021-01-02 - 0.00Mb
=============================

0.0.0 - 2021-01-02 - 0.00Mb
===========================

* `10`: Fix build (2020-02-02)
* `8`: pytube3 (2020-02-01)
* `9`: Fixes #8, replace pytube by pytube3 (2020-02-01)
* `7`: update to moviepy>=1.0 (2019-02-16)
* `6`: remove use of basemap, replaces it by cartopy (2018-07-27)
* `2`: add function to manipulate frames (2018-01-17)
* `1`: add function to manipulate text and videos (2018-01-07)


