Python Package
一些安装Python包的注意事项。
一些安装Python包的注意事项。
zip() aggregates elements from two or more iterables and return a iterator whose elements are tuples.
* and **
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.
The iterator and generator are important objects in Python.
Import is a keywords in python that is used to import modules. It is usually used with keywords from and as.
Namespaces are actually dictionaries in python which store the objects that compiler can access to and the mapping relationship between names and objects.
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.
Conda is an open-source,cross-platform, language-agnostic package manager and environment management system.
Markdown is a lightweight markup language for creating formatted text using a plain-text-editor.