/belajar-python

Sinau Koding bersama Kampus Desa Indonesia (KDI)

Primary LanguagePythonMIT LicenseMIT

Belajar Python 3

Belajar pemrograman bersama Kampus Desa Indonesia (KDI)

Introduction

Repository ini berisi kumpulan materi-materi belajar mengajar pemrograman Python 3

Requirements

Fundamental

  1. Strings
  2. Numbers
  3. Boolean
  4. List (Upcoming..)
  5. Dictionary (Upcoming..)
  6. Iterations (Upcoming..)
  7. Functions (Upcoming..)

Web Development

  1. Python web client/server with Django

How to run this tutorial

(without Anaconda)

  1. Install pipenv (e.g; using brew)
$ brew install pipenv
  1. Clone this repo
$ git clone git@github.com:krahman/belajar-python.git
  1. Go to belajar-python folder
$ cd belajar-python
  1. Install python dependency packages
$ pipenv install
  1. Run Jupyter notebook
$ jupyter notebook