728x90 반응형 Programming6 [Programming] Control Flow 와 Control Structure Abstraction(추상화)을 통한 이해프로그래밍 언어에서 Abstraction은 복잡한 세부 사항을 숨기고 핵심 개념만 드러내는 프로그래밍의 기본 원칙임. Control Flow와 Control Structure는 프로그램의 Execution Path를 추상화하여 코드의 실행 순서와 동작을 체계적으로 관리할 수 있게 해 줌.Control Flow:프로그램이 실행되는 경로의 제어를 가리킴: 즉, execution path를 결정함.이는 이야기책을 읽을 때 순서대로 진행하거나 특정 페이지로 건너뛰는 방식과 유사함.Control Structure:Control Flow를 구현하는 구체적인 도구(command, statement)를 가리킴."만약 A 조건이면 B 작업을 수행하고, 그렇지 않으면 C 작업을 수.. 2025. 4. 23. [vscode] cSpell extension : Code Spell Checker vscode에서 sepll check를 수행하는 extension. (2023.08.04 기준 2.20.5가 최신버전임) English만 지원 (US, GB)하지만, Add-on dictionary를 통해 여러 언어를 지원함. (아직 한글은 없음) vscode의 marketplace의 공식 url : https://marketplace.visualstudio.com/items?itemName=streetsidesoftware.code-spell-checker Code Spell Checker - Visual Studio MarketplaceExtension for Visual Studio Code - Spelling checker for source codemarketplace.visualstudio... 2023. 8. 4. [WebApp] CGI vs. WSGI CGI (Common Gateway Interface) 1993년 정적인 페이지를 처리하던 web server에 사용자와의 interaction을 통한 동적인 페이지 생성 기능이 가능한 외부 프로그램(오늘날 web application으로 불림)을 추가하기 위해 제안됨. 다시 말하면, CGI는 Web server와 Web application (이전엔 CGI program, CGI application이라 불림, 외부 프로그램 또는 web application) 간의 통신 방식이다. Programming language나 platform 등에 independent 이라는 장점을 가지지만 Web server가 application(앞서 말한 외부 프로그램)을 호출할 때마다 새로운 process를 생성하기 .. 2023. 7. 31. [Python] while statement, break and continue: Python의 경우, loop structure로 while statement와 for statement를 제공한다.Contol Flow와 Control Structure에 대한 개념은 다음 URL을 참고 :2025.04.23 - [Python] - [Programming] Control Flow 와 Control Structure [Programming] Control Flow 와 Control StructureAbstraction(추상화)을 통한 이해프로그래밍 언어에서 Abstraction은 복잡한 세부 사항을 숨기고 핵심 개념만 드러내는 프로그래밍의 기본 원칙임. Control Flow와 Control Structure는 프로그램의 Execution Pathds31x.tistory.com참고로 do.. 2023. 7. 28. [Python] if, elif, else statements if, elif, else statements (조건분기문)프로그램의 flow control를 담당하는 compound statement. (loop문과 함께)더보기Flow control을 위한 Control Structures에 대한 내용은 다음 URL을 참고.2025.04.23 - [Python] - [Programming] Control Flow 와 Control Structure [Programming] Control Flow 와 Control StructureAbstraction(추상화)을 통한 이해프로그래밍 언어에서 Abstraction은 복잡한 세부 사항을 숨기고 핵심 개념만 드러내는 프로그래밍의 기본 원칙임. Control Flow와 Control Structure는 프로그램의 Execut.. 2023. 7. 28. [Python] Boolean Operators, Relational Operators, Membership Operators and Identity Operator https://dsaint31.tistory.com/516 -(negation) > * = / = // = % > + = -(subtraction) Lower우선순위를 기억하는 것도 중요하지만, 헷갈리면 그냥 parentheses로 묶어주면 된다. (가독성을 위해서도 " data-og-host="dsaint31.tistory.com" data-og-source-url="https://dsaint31.tistory.com/516" data-og-url="https://dsaint31.tistory.com/516" data-og-image="https://blog.kakaocdn.net/dna/7urm4/hyYJpttqvF/AAAAAAAAAAAAAAAAAAAAAD3tJ-IbNBmNtAyR6cvVwx7D-IJPuVet4lXt64ESt_k_/img.png?credential=yqXZFxpELC7KVnFOS48ylbz2pIh7yKj8&expires=1769871599&allow_ip=&allow_referer=&signature=fIv1m2OhYyTyt1S64LddpQpdX98%3D 2023. 7. 28. 이전 1 다음 728x90 반응형