This is note a course or tutorial, this is just my own note that i create while learning python3
firts of all, i am not using any course to learn only this usefull website : datawars.io
But before i am learn in there, i already know therea soeme tools i need to install in my device link python3 and jupyter notebook. since i am using macbook i follow this tutorial
https://youtu.be/pkjtbnsX7Yw?si=kq85ZuhM1wLYle8S
point penting
- A virtual environment is a self-contained directory that contains its own Python installation, along with its own set of installed packages. This is useful for managing dependencies and keeping your projects isolated from one another.
- Running the command
source bin/activateis the next step to activate your virtual environment - So whenever you want to start jupyter notebook, you must go to the fodlder, run
source bin/activatethanjupyter notebookat leasth this step in macbook
Next, i back to the datawars.io and start this course
point penting
- Jupyter is cell-based
- It's free and open source software. Anybody can inspect the source code, modify it and use it for free
- It's language agnostic. You can use Python, R, Julia or pretty much any other language
- It's web based, which means it can run on any browser
- It's a mature project with a huge community.

SOCIAL SHARE CARD GENERATOR