Skip to content

krahman/belajar-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected]: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

About

Sinau Koding bersama Kampus Desa Indonesia (KDI)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages