Recent posts

[Git] Delete Merged Branch

less than 1 minute read

Delete Merged Branch ```bash list local branches that were merged in remote git branch –merged

[Computer Science] 모두의 네트워크

1 minute read

네트워크 첫 걸음 LESSON 01: 네트워크의 구조 LESSON 02: 정보의 양을 나타내는 단위 LESSON 03: LAN과 WAN LESSON 04: 가정에서 하는 LAN 구성 LESSON 05: 회사에서 하는 LAN 구성

[Python] Importing Modules

less than 1 minute read

How Python import modules In High Level Checks the sys.modules cache to see if the module has already been imported If not, creates a new...