JourneyToCoding

Code for Fun

The with statement in Python is used for resource management and exception handling. It is commonly used when working with file streams. However, we can also create our own context manager classes or context manager functions.

Read more »

Namespaces are actually dictionaries in python which store the objects that compiler can access to and the mapping relationship between names and objects.

Read more »

Variables in python are very different from those in C/C++. In C/C++, variables are the aliases of the address of their values. However, variables in python are just strings which refer to certain objects.

Read more »

Conda is an open-source,cross-platform, language-agnostic package manager and environment management system.

Read more »

Markdown is a lightweight markup language for creating formatted text using a plain-text-editor.

Read more »

NexT is a high quality elegant Hexo theme which is characterized by simplicity and customizability. The version of NexT of this blog is NexT 7+ and the scheme is Gemini.

Read more »
0%