banalDeveloper

banalDeveloper

  • 분류 전체보기 (73)
    • Python 정리 (27)
      • Python의 기본 (6)
      • 데이타 구조 (1)
      • 제어 플로와 코드 구조 (3)
      • 모듈과 패키지 (0)
      • 객체와 클래스 (0)
      • 파일조작과 시스템 (0)
      • module,Package -> pip (2)
    • BackEnd (22)
      • Flask (출처:시니어 개발) - 클론코딩 (5)
      • 용어적 개념 (2)
    • Banal_POP (3)
      • Troye_Sivan (1)
      • Ruel (0)
      • YouTube 알고리즘에 걸린 낚시 (2)
    • 리눅스 개발자의 첫걸음 (3)
      • AWS EC2관리 (3)
    • SQL (8)
      • Postgresql (5)
      • MySQL (1)
    • React-Native (2)
      • 초기 셋팅에 필요한 코드 (2)
    • aws 배포 (1)
      • pm2 명령어 (1)
    • google (1)
      • app (1)
  • 홈
  • 태그
  • 방명록
RSS 피드
로그인
로그아웃 글쓰기 관리

banalDeveloper

컨텐츠 검색

태그

출처: 때잉 https://jieun0113.tistory.com/102 #출처 개발할때듣는 곡 Jasmine Thompson&Zedd 출처: https://mine-it-record.tistory.com/341 [나만의 기록들] 출처: https://jcil.co.kr/16 [또이리의 Server Engineer]출처: https://jcil.co.kr/16 [또이리의 Server Engineer]

최근글

댓글

공지사항

아카이브

Python 정리(27)

  • 데코레이터

    2022.05.01
  • 클로저

    2022.05.01
  • args, kwargs, keyword argument // DocStrings

    2022.05.01
  • 위치 인수, 키워드 인수, 그리고 디폴트 인수

    디폴트 인수

    2022.04.19
  • 사전(dict) 을 for 문으로 처리

    d = {'x':100,'y':200} print(d.items()) for k,v in d.items(): print(k,v) dict_items([('x', 100), ('y', 200)]) x 100 y 200

    2022.04.18
  • enumerate,zip 함수

    enumerate for i, fruit in enumerate(['strawberry','apple','banna','oragne']): print(i,fruit) 결과 ZIP zip 함수 사용, Index를 지정하지 않고 전체 출력이 쉽게 가능하다. days = ['Mon','Tue','Wed'] fruits = ['apple','banana','orange'] dirink = ['coffee','tea','beer'] for a,b,c in zip(days,fruits,dirink): print(a,b,c,) 출력 결과 Mon apple coffee Tue banana tea Wed orange beer

    2022.04.18
이전
1 2 3 4 5
다음
티스토리
© 2018 TISTORY. All rights reserved.

티스토리툴바