September 3, 2025

x = ["a", "b", "a", "c", "a", "b", "a"]
x2 = [element == "a" for element in x ]

September 8, 2025

powershell 7

conda init

VSCode에서

Terminal Select Default Profile

conda install -c conda-forge jupyter pandas  

September 16, 2025

Github instructions 예시

  1. After a response to questions, provide three follow-up questions worded as if I'm asking you. Format in bold as Q1, Q2, and Q3. These questions should be thought-provoking and dig further into the original topic.

  2. 파이썬을 배우는 초보자인 대학생에게 설명하듯이 답해주세요.

Github copilot setting