블로그
-
[파이썬 큐] 공주 구하기, 응급실, 교육과정 설계
'python' 큐(queue)는 컴퓨터의 기본적인 자료 구조의 한가지로, 먼저 집어 넣은 데이터가 먼저 나오는 FIFO (First In First Out)구조로 저장하는 형식을
blog.naver.com · 2021.05.08
-
[파이썬 스택] 가장 큰 수, 쇠막대기, 후위표기식 만들기, 후위식 연산
'python' 스택(stack)은 제한적으로 접근할 수 있는 나열 구조이다. 그 접근 방법은 언제나 목록의 끝에서만 일어난다. 스택은 한 쪽 끝에서만 자료를 넣거나 뺄 수 있는 선형 구조(LIFO - Last In First Out)으로 되어 있다.
blog.naver.com · 2021.05.05
-
[Python3]Zip directory, files
참조 : https://stackoverflow.com/questions/1855095/how-to-create-a-zip-archive-of-a-directory-in-python
blog.naver.com · 2021.02.25
-
911 Targa 4S Launching (992타르가) #집에쌀이없어 #주말엔포르쉐
with tempting elements such as: a leather interior Exclusive Manufaktur, slat inlays rear lid painted in Python Green, and a sports exhaust system with tailpipes in Silver.
blog.naver.com · 2021.03.02
-
Python - Errors and Exceptions
*When writing a try-except block, the important thing to remember is that the code in the except block *Raise : the keyword to generate an error in Python *Assert keyword: This keyword tries to verify that
blog.naver.com · 2020.08.15
-
Python - Subprocesses
- Baked in functionality : functionality incorporated into Python or SW programs - To run the external the Shell(where the output is shown in the interpretator) *Using the run function like .......
blog.naver.com · 2020.08.03
-
Python - Graded assessment(Managing files and directories)
The create_python_script function creates a new python script in the current working directory, adds Fill in the gaps to create a file "script.py" in the directory "PythonPrograms". 4.
blog.naver.com · 2020.07.22
-
Python - Data streams
your programs. - When we use the input function to accept user input in a Python script we're using STDOUT generally takes the form of text displayed in a terminal.
blog.naver.com · 2020.08.01
-
Python - Repeated qualifier
In programming terms, we say that this behavior is greedy - Other implementations like the one used by Python or by the Egrep command include two additional repetition qualifiers plus and question mark,
blog.naver.com · 2020.07.28
-
Stock Market Prediction in Python Part 2
Stock Market Prediction in Python Part 2 Nicholas T Smith Computer Science, Machine Learning November Stock Market Prediction Using Multi-Layer Perceptrons With TensorFlowStock Market Prediction in Python
blog.naver.com · 2019.12.08