Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 707 Bytes

README.md

File metadata and controls

14 lines (7 loc) · 707 Bytes

Python Release Features

Jupyter Notebooks to demonstrate, organize, and consolidate new features in Python releases, starting with Python 3.8.

Contents

01-code-scripts/

Contains all Jupyter Notebook files to demonstrate new features in Python releases. The folder currently contains Notebooks for Python 3.8 (October 2019) and Python 3.9 (October 2020).

environment.yml

Contains all information to create the Conda environment required to run the Jupyter Notebook files in the 01-code-scripts/ folder. The file currently contains information for the main Python version and a minimum Jupyter Notebook environment. Additional packages will be added once compatible with Python 3.9.