¡Hola, Mundo!

  • 홈
  • 태그
  • 방명록

underscore 1

Underscore(_)

Single Underscore (_) - Stores the value. >>> 5+4 9 >>> _ 9 >>> _+6 15 >>> _ 15 - Ignore the value. a,_,b=(1,2,3) print(a,b) >>> 1 3 lst=['ab','bc','cd'] for _,i in lst: print(i) >>> b c d a,*_,b=(1,2,3,4,5,6,7) print(a,b) >>> 1 7 Single Pre Underscore( _variable) It is used for internal use. When # filename : test_1.py def func(): print('data') def _private_func(): print('7') #filename : test_2..

Basic Python 2022.07.05
이전
1
다음
더보기
  • 분류 전체보기 (359)
    • Autonomous Vehicle (56)
      • Theory (14)
      • Sensors (11)
      • Video Geometry (25)
    • Deep Learning (21)
      • PyTorch (11)
      • Tensorflow (8)
      • CNN (7)
      • Object Detection (16)
    • Machine Learning (19)
    • Reinforcement Learning (4)
    • Analyze Data (29)
      • Python (2)
      • Python Libraries (20)
      • Measure of similarity (7)
    • KAFKA (6)
    • d3.js (20)
    • Environment (9)
      • Anaconda (4)
      • VisualStudioCode (3)
      • Jupyter (2)
    • JavaScript (10)
    • C# (6)
    • Linux (15)
      • terminal (9)
      • Nvidia (3)
    • Docker (17)
    • Git (7)
    • Concept (8)
      • Network (3)
    • Elastic Stack (6)
      • Elasticsearch (5)
      • Logstash (1)
    • Basic Python (42)
      • FastAPI (3)
      • Data Structure (1)
      • Workbook (5)
    • DataBase (11)
      • MYSQL (6)
      • MariaDB (1)
    • Math (21)
    • About me (1)

Tag

global variable, d3js, forward propagation, axis, textdistance, 3D Rotation Matrix, batch size, Sigmoid function, selectall, abstractmethod, docker-compose, randn, classmethod, nvidia-smi, Filter, randint, zeros, Regular Expression, yield from, kafka,

최근글과 인기글

  • 최근글
  • 인기글

최근댓글

공지사항

페이스북 트위터 플러그인

  • Facebook
  • Twitter

Archives

Calendar

«   2026/02   »
일 월 화 수 목 금 토
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28

Copyright © Kakao Corp. All rights reserved.

티스토리툴바