Skip to content

Latest commit

 

History

History
109 lines (81 loc) · 6.57 KB

File metadata and controls

109 lines (81 loc) · 6.57 KB

Hardware, Python en Games

  • Hardware
  • Python
  • Games



Hardware

adafruit




Python

python

Python is used by data scientists and in many Machine Learning courses online. Many algorithms and libraries are available in Python that may not always be available in Javascript. The big disadvantage of Python is that the code runs only in your own environment. You can still use Python to train a model, which you can then load in a Javascript frontend. Also, you can run a Python app "live" on a raspberry Pi.

You can set up Python locally, but it's far easier to run a Jupyter Notebook in Google Colab, which also uses Google's GPU for heavy calculations.

🤯 Jupyter notebooks can also run inside Visual Studio Code


Python code examples




Generative AI




Online courses

Science Kit Learn

Tensorflow




Games