Jason Nam
  • About Me
  • Resources
    LinkedIn Blog GitHub Pages
  • Author's home

Loose Coupling


Build & Lead

Change Django port

Django 포트 변경

Posted on January 25, 2019

Changing port If you want to change the server’s port, pass it as a command-line argument. For instance, this command starts the server on port 8080: $ python manage.py runserver 8080 [Read More]
Tags: python django port

Making a new directory

디렉토리 생성

Posted on November 8, 2018

디렉토리 생성 [Read More]
Tags: python mkdir

Create and run a requirements.txt for pip install

Example of requirements.txt

Posted on November 6, 2018

Create a requirements.txt Add name of library like below. Django==1.9.6 requests==2.18.4 selenium google-cloud-bigquery httplib2 [Read More]
Tags: python install package-management

How to use pandas query

Example of pandas query

Posted on October 26, 2018

Pandas Query Document You can see examples pandas query here. [Read More]
Tags: pandas query
  • ← Newer Posts
  • RSS
  • Email me
  • Facebook
  • GitHub
  • Twitter

Jason Nam  •  2020  •  neep305.github.io

Theme by beautiful-jekyll