Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/slott56/introduction-python-4hr
Four-Hour Intenstive introduction to Python, Jupyter Lab, and Engineering Practices
https://github.com/slott56/introduction-python-4hr
jupyter-lab python
Last synced: about 1 month ago
JSON representation
Four-Hour Intenstive introduction to Python, Jupyter Lab, and Engineering Practices
- Host: GitHub
- URL: https://github.com/slott56/introduction-python-4hr
- Owner: slott56
- Created: 2021-08-28T12:57:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-29T15:05:39.000Z (over 3 years ago)
- Last Synced: 2024-11-12T00:37:27.490Z (3 months ago)
- Topics: jupyter-lab, python
- Language: Jupyter Notebook
- Homepage: https://slott56.github.io/introduction-python-4hr/
- Size: 86.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
######################
Introduction to Python
######################An intensive four-hour introduction to Python, Jupyter Lab, and Engineering Practices.
Part 1 -- Getting Started: Python setup, Jupyter Lab `part 1 `_
Part 2 -- Built-in data structures: list, set, dictionary, tuple `part 2 `_
Part 3 -- The Five Kinds of Python Functions `part 3 `_
Part 4 -- Tooling and Good Practices `part 4 `_
Note
====Within the course introduction slides in `index.html `_ the links are to
a local JupyterLab server, http://localhost:8888/lab/.The idea is for an instructor to do the following:
::
git clone https://github.com/slott56/introduction-python-4hr.git
conda create -n intro --file requirements.txt
conda activate introjupyter lab
Then you can open docs/index.html in your local browser.