Recent posts

[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...

[Apache Airflow] Extras vs Providers

less than 1 minute read

Extras vs Providers Extras: Dependencies needed by the tools(e.g. spark) to interact with the tool Providers: Operators used to interact with the tools(...