Become a member
Sign in
Richen Zhang
Richen Zhang

Richen Zhang

31 Following
29 Followers
  • Profile

  • Claps

  • Highlights

Highlighted by Richen Zhang

See more

From A brief tour of Python 3.7 data classes by Anthony Shaw

…feature in Python 3.7 is “Data Classes”. Data classes are a way of automating the generation of boiler-plate code for classes which store multiple properties.

From How to write a production-level code in Data Science? by Venkatesh Pappakrishnan, Ph.D.

Instrumentation should record all other information left out in logging that would help us to validate code execution steps and work on performance improvements. It is better to have more data than less.

Claps from Richen Zhang

See more

How to write a production-level code in Data Science?

Venkatesh Pappakrishnan, Ph.D.