
Computer and Program
https://dsaint31.tistory.com/436: computer 의 정의와 program 의 정의
[CE] Computer and Program.
1. 정의: 개인적으로 선호하는 Computer의 정의는 다음과 같음 (wikipedia).A computer is a machine that can be programmed to carry out sequences of arithmetic or logical operations (computation) automatically.Modern digital electronic compu
dsaint31.tistory.com
Programming Language란?
https://dsaint31.me/mkdocs_site/CE/ch08/ce08_programming_language/
BME
abstraction control structure high-level language low-level language programming Programming Language 어떤 주어진 문제를 해결하기 위해, 인간과 컴퓨터 사이에서 의사 소통을 가능케 하는 인공적인 언어 Natural Language(
dsaint31.me
Low-Level Language vs. High-Level Language
https://dsaint31.me/mkdocs_site/CE/ch08/ce08_high_low_level_language/
BME
Low level language vs. High level language Low-Level Language 컴퓨터 H/W 내의 물리적 동작을 이해하고, 각 동작에 대응하는 명령어를 이용하여 프로그래밍. H/W에 대한 지식이 매우 많이 요구됨. 기계가 이해하
dsaint31.me
Compiler Language vs. Interpreter Language
https://dsaint31.me/mkdocs_site/CE/ch08/ce08_compiler_interpreter/
BME
Compiler Language and Interpreter Language compiled language 와 interpreted language라고도 불림. Compiler Language Compiler(High-level language를 machine language로 번역)를 사용하는 고급 언어. 프로그램 전체를 읽어들여 이를 o
dsaint31.me
참고 : Interpreter and Python Virtual Machine
https://dsaint31.tistory.com/496
[Python] Interpreter and PVM (Python Virtual Machine)
Interpreter and PVM (Python Virtual Machine)더보기대학을 막 졸업해서 초보 프로그래머로 일을 할 때 개인적으로 가지고 있던 편견 중 하나가 script language를 매우 하찮게 생각하면서 오직 compiler languages 만
dsaint31.tistory.com
Dynamic Language vs. Static Language
https://dsaint31.tistory.com/511
[Python] Dynamic Typed Language vs. Static Typed Language
Python은 대표적인 dynamic (typed) langauge 이다. (dynamic language는 대부분 interpreter language 임.) 좀 더 엄밀하게 애기하면,Dynamic Language란 특정 동작이나 사항들이 runtime(실행 시간)에 결정되는 특징을 가
dsaint31.tistory.com
Python 소개.
https://dsaint31.tistory.com/512
[Python] Python 소개?
Python 이란Python은 현재 가장 많이 사용되는 High-Level Programming Language 중 하나임. 사실, Machine Learning (특히 Deep Learning) 분야와 Data Science 분야, 그리고 Scientific Computing분야에서 가장 많이 사용되는 언
dsaint31.tistory.com
같이 보면 좋은 자료들
2023.10.06 - [분류 전체보기] - [Summary] Python 정리
[Summary] Python 정리
Programming Language and Python 소개2023.10.23 - [Python] - [Python] Programming Language and Introduction of Python. [Python] Programming Language and Introduction of Python.Computer and Programhttps://dsaint31.tistory.com/436: computer 의 정의와 pr
ds31x.tistory.com
'Python' 카테고리의 다른 글
| [Etc] Token and Tokenizer (2) | 2023.12.06 |
|---|---|
| [Python] File Handling (2) | 2023.12.05 |
| [Python] __name__ : Special string variable (1) | 2023.10.10 |
| [Python] input 함수 사용하여 사용자 입력받기. (0) | 2023.10.10 |
| [Python] Example: input, sys.argv and argparse (1) | 2023.10.10 |