Skip to content

saxman/cool_things_python_can_do

Repository files navigation

Cool Things Python (3) Can Do

This collection of notebooks is a resource for Python 3 learning and reference. Each notebook highlights things that Python can do simply and efficiently. If essence, the notebooks aim to demonstrate the principles of the Zen of Python.

Requirements

  1. Python installed
  2. PIP installed

Getting Started

  1. Enter the project directory
  2. Set up and activate a Python virtual environment
python -m venv .venv
source .venv/bin/activate
  1. Install and run Jupyter Lab
pip install jupyterlab   
jupyter lab

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published