Python for Data Science - Keep Your DS Code Classy: Custom Python Classes for Data Science

Published: 22 January 2020
on channel: Random Tech Stuff
36
2

This video is a brief introduction to using custom Python classes to keep your data science code readable, easy-to-maintain, easy-to-share, and DRY. Please don't tell anyone about the AstroSnails.

Code on GitHub:
https://github.com/bryancshepherd/PyD...

Notes:

Defining a Python class:
class {ClassName}
def __init__:
{some stuff to do when instantiated}

def my_method:
{stuff to do when the method is called}

Creating an instance of a class:
new_instance = ClassName()


On this page of the site you can watch the video online Python for Data Science - Keep Your DS Code Classy: Custom Python Classes for Data Science with a duration of hours minute second in good quality, which was uploaded by the user Random Tech Stuff 22 January 2020, share the link with friends and acquaintances, this video has already been watched 36 times on youtube and it was liked by 2 viewers. Enjoy your viewing!