Skip to content

Latest commit

 

History

History
62 lines (33 loc) · 4.1 KB

Video.md

File metadata and controls

62 lines (33 loc) · 4.1 KB

Python 강좌 안내

Python 강좌(한국어)

응답하라 파이썬 #1 파이썬의 특징과 Visual Studio Code 및 PTVS의 활용
응답하라 파이썬 #1 파이썬의 특징과 Visual Studio Code 및 PTVS의 활용

응답하라 파이썬 #2 파이썬 웹프레임워크 Django와 함께하는 라이브 코딩쇼
응답하라 파이썬 #2 파이썬 웹프레임워크 Django와 함께하는 라이브 코딩쇼

응답하라 파이썬 #3 Azure WebApp으로 Django 프로젝트 배포하기
응답하라 파이썬 #3 Azure WebApp으로 Django 프로젝트 배포하기

Techdays 2015 Python을 Azure에서 사용하는 법
Techdays 2015 Python을 Azure에서 사용하는 법

Python 기본 강좌(영어)

Python 기본 강좌입니다. MVA(http://mva.microsoft.com) 사이트에 있는 내용들을 정리해 보았습니다. 동영상에는 모두 한국어 자막이 달려있어서 보기에 수월합니다. 다만 미국식 잡담이 많이 있어서 지겨우신 분들은 내용을 빠르게 넘기셔도 좋습니다.

Introduction to Programming with Python: (01) Getting Started

Introduction to Programming with Python: (02) Displaying Text

Introduction to Programming with Python: (03) String Variables

Introduction to Programming with Python: (04) Storing Numbers

Introduction to Programming with Python: (05) Working with Dates and Time

Introduction to Programming with Python: (06) Making Decisions with Code

Introduction to Programming with Python: (07) Complex Decisions with Code

Introduction to Programming with Python: (08) Repeating Events

Introduction to Programming with Python: (09) Repeating Events until Done

Introduction to Programming with Python: (10) Remembering Lists

Introduction to Programming with Python: (11) How to Save Information in Files

Introduction to Programming with Python: (12) Reading from Files

Introduction to Programming with Python: (13) Functions

Introduction to Programming with Python: (14) Handling Errors

Python과 Django 를 이용한 웹 개발

1.Django 소개

2.모델 빌드

3.모델 쿼리 및 마이그레이션 관리

4.URL 및 라우팅

5.레이아웃 및 양식

6.응용 프로그램 배포