Reusable module for my Data Analytics Python projects
- VS Code
- Git
- Python
See pro-analytics-01
For Windows PowerShell (change if using Mac/Linux)
py -m venv .venv
.\.venv\Scripts\activate
py -m pip install --upgrade pip setuptools wheel
py -m pip install --upgrade -r requirements.txt
py utils_case.py
py utils_case_advanced.py
git add .
git commit -m "custom message"
git push -u origin main
Custom implementation of the example reusable project at datafun-01-util
- A Markdown title starts with: hash space
- A Markdown second-level heading starts with: hash hash space
- A Markdown un-ordered list starts with: dash space
- A Markdown ordered list start with: 1. space
- Markdown code fencing uses three back tics on their own line to display code and commands.
- Markdown bold text is surrounded by: two asterisks
- Markdown underline text is surrounded by: one asterisk
- Markdown is critical for project README files, Jupyter Notebooks, and writing technical papers with Sphinx