README.md

    Real Python Materials

    Bonus materials, exercises, and example projects for our Python tutorials.

    Build Status: CircleCI

    Running Code Style Checks

    We use flake8 and black to ensure a consistent code style for all of our sample code in this repository.

    Run the following commands to validate your code against the linters:

    $ flake8
    $ black --check .

    Running Python Code Formatter

    To automatically re-format your code to be consistent with our code style guidelines, run black in the repository root folder:

    $ black .

    项目简介

    当前项目暂无项目简介

    发行版本

    当前项目没有发行版本

    贡献者 54

    全部贡献者

    开发语言

    • Jupyter Notebook 45.7 %
    • JavaScript 37.4 %
    • Python 14.5 %
    • HTML 1.9 %
    • CSS 0.2 %