Jyotiprakash Mishrablog.jyotiprakash.org·Dec 24, 2023Basic Input/Output ChannelsIn C programming, file descriptors are integer values that represent open files or input/output streams. They are used to interact with files, devices, and other input/output mechanisms. The three standard file descriptors commonly used in C are: st...C Programmingstdin
Pavel Durovblog.p3ld3v.dev·Oct 20, 2022Python logging module quirksIntroduction Python comes with the default, ready-to-use logging module. It's kind of nice cause we don't have to install additional libraries to start logging in to our application. However, for someone coming from other language backgrounds, such a...66 readsstderr