I find that the beset way to learn CS stuff is to just watch experts perform their tasks.



PyTorch

Missing Semaster

Visual Studio Code

Command Line:

Jupyter Notebook:

Drawing

Python:

Nonmanclature

First Class Function

Closure

Scope

Interact with System

Read/Write File

Setup environment

JSON

ZIP

OS module

Compute

Threading
Multiprocessing
Subprocessing

Structures

Comprehension

an easier and more readable way to create a data structure. A short handle of for loops.

Noted that there are two methods for create a data structure. a = [] or a = list(), mutable and iterable a = () or a = tuple(), not mutable but iterable a = {} for dictionary a = set() for set, which comes with methods such as union and intersection etc.

Decorators

Decorators are functions that takes function as input, add some functionality to the original function and return another function.

Generators

Iterators

Iterable and Iterators

Itertools

Programming in General

Unit Testing

Regular Expression

Tips and Tricks

Common Mistakes

Error Handling

Habits

Difference Between ‘==’ and ‘is’

Difference Between str() and restr()

RAND

Logging

Panda:

Matplotlib:

Understand: