Hacker Dojo Python Sessions (sponsored by Intel)
Welcome to the Python sessions at Hacker Dojo. The Hacker Dojo is a community of engineers, artists, scientists, activists, entrepreneurs and other creative people centered around a co-working and social facility. Feel free to drop by and see for yourself what the Dojo is all about.
These sessions are sponsored by Intel. Take a look at this post about How to put your Python skills to work.
You will learn about the Edge AI Certification and the 30-Day AI Dev Challenge
Consider joining the challenge!
Please have installed:
- VS Code (or any other python-friendly IDE)
- Install extensions for python development: Python (by Microsoft, it includes Pylance and some other useful tools).
- Configure
Black
as a formatter and enableFormat on Save
option. - (Optional) Add black argument:
--line-length=110
.
- Python 3.8+
Here's the summary of each session:
- Jupyter lab/notebook
python3 -m pip install jupyter-lab
orpython3 -m pip install notebook
- OpenCV
- Linux: Use your preferred package manager or install from source
- Mac: Use homebrew
- Windows: Follow the instructions on this blog post:
https://learnopencv.com/install-opencv-on-windows/
- OpenVINO
- For x86_64 follow:
https://docs.openvino.ai/latest/openvino_docs_install_guides_install_runtime.html
- For Apple Silicon (build from source):
https://github.com/openvinotoolkit/openvino/wiki
- For x86_64 follow: