본문 바로가기
목차
Python

[Python] Programming Language and Introduction of Python.

by ds31x 2023. 10. 23.
728x90
반응형

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

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


 

728x90