Belajar pemrograman bersama Kampus Desa Indonesia (KDI)
Repository ini berisi kumpulan materi-materi belajar mengajar pemrograman Python 3
- Strings
- Numbers
- Boolean
- List (Upcoming..)
- Dictionary (Upcoming..)
- Iterations (Upcoming..)
- Functions (Upcoming..)
(without Anaconda)
- Install pipenv (e.g; using brew)
$ brew install pipenv- Clone this repo
$ git clone [email protected]:krahman/belajar-python.git- Go to
belajar-pythonfolder
$ cd belajar-python- Install python dependency packages
$ pipenv install- Run Jupyter notebook
$ jupyter notebook