Giter VIP home page Giter VIP logo

2021-spring-python-tutoring's Introduction

2021학년도 HNU튜터링 [파이썬 프로그래밍]

🎊 목표

  1. 파이썬의 기본 문법을 공부한다.
  2. 코딩 테스트 문제를 풀며 공부한 내용을 체화시킨다.
  3. 이번 학기 파이썬 프로그래밍 A+을 받는다.

📚 교재

  1. 코딩도장 파이썬
  2. 프로그래머스
  3. 백준 온라인 저지 단계별로 풀기

👨‍💻 수업환경

  1. 구글 미트 화상 회의
  2. 구글 코랩
  3. PyCharm (필요 없을 수도 있음)

👨‍🏫 수업 진행 방식

  1. 멘토가 강의를 한다.

  2. 강의를 따라 구글 코랩에서 실습한다.

  3. 모르는 것들 질문한다.

  4. 다음 수업까지 프로그래머스, 백준 문제 풀어본다.

  5. 풀면서 모르는 것들 질문한다.

📝 커리큘럼

  • 1주차 - 오리엔테이션 (03/22(월) ~ 03/26(금) 中 1일)

    • 멘토 소개, 질문 방법, 수업 방식 설명
    • 프로그래머스 1문제
    • 백준 온라인 저지 1문제
  • 2주차 - 파이썬 인덴트와 자료형 (03/29(월) ~ 04/02(금) 中 1일)

    • 파이썬 코딩도장 Unit 4 ~ Unit12
    • 프로그래머스 1문제
    • 백준 온라인 저지 1문제
  • 3주차 - 제어문 (04/05(월) ~ 04/09(금) 中 1일)

    • 파이썬 코딩도장 Unit 13 ~ 20
    • 프로그래머스 1문제
    • 백준 온라인 저지 1문제
  • 4주차 - 시퀀스 데이터 응용 (04/12(월) ~ 04/16(금) 中 1일)

    • 파이썬 코딩도장 Unit 22 ~ 24
    • 프로그래머스 1문제
    • 백준 온라인 저지 1문제
  • 5주차 - 딕셔너리와 세트 (04/19(월) ~ 04/23(금) 中 1일)

    • 파이썬 코딩도장 Unit 25 ~ 26
    • 프로그래머스 1문제
    • 백준 온라인 저지 1문제
  • 6주차 - 함수와 클래스 (04/26(월) ~ 04/30(금) 中 1일)

    • 파이썬 코딩도장 Unit 29 ~ 33
    • 파이썬 코딩도장 Unit 34 ~ 37
    • 프로그래머스 1문제
    • 백준 온라인 저지 1문제
  • 7주차 - 함수와 클래스 (05/03(월) ~ 05/07(금) 中 1일)

    • 파이썬 코딩도장 Unit 29 ~ 33
    • 파이썬 코딩도장 Unit 34 ~ 37
    • 프로그래머스 1문제
    • 백준 온라인 저지 1문제
  • 8주차 - 진도를 보고 결정 (05/10(월) ~ 05/14(금) 中 1일)

    • 진도가 빠르면 웹 서버, 크롤러 등 재밌는거 합시다

🗃️ 준비물

2021-spring-python-tutoring's People

Contributors

plzprayme avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

shangbinlee

2021-spring-python-tutoring's Issues

7주차

질문을 올려주세요.

5주차

질문을 올려주세요.

1주차

질문을 올려주세요.

2주차

질문을 올려주세요.

4주차

질문을 올려주세요.

3주차

질문을 올려주세요.

6주차

질문을 올려주세요.

8주차

질문을 올려주세요.

숙제 1 [자릿수 더하기]

def solution(n):
answer = 0
n = list(str(n))
for i in n:
answer += int(i)
# [실행] 버튼을 누르면 출력 값을 볼 수 있습니다.
return answer

print(solution(987))
print(solution(123))

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.