List comprehensions dramatically reduce the length and complexity of your code. Here’s how to construct them.
As a data scientist, developing great models and extrapolating nuanced insights won’t get you far if you can’t communicate your findings clearly. Here’s how to present your work using bokeh.
Python scripts can automatically create and check the quality of regressions on your data sets. So what are you waiting for?
Lambda functions are an extremely common form of code organization, simplification and clarification in Python. Here’s how to write them — fast.
When we’re working with large amounts of data, errors are inevitable. Here’s how to check your data for errors manually using Python.
Here’s how to write Python scripts to check your data for errors (minus the tedium of doing it yourself).
Games and gaming offer a useful analogy for real life. By closely examining the way AI plays games, we can learn some valuable lessons.
Trying and failing to decipher your own codebase? Remember: Good code is its own best documentation.
Here are a few important caveats to keep in mind when you’re encoding data with pandas.get_dummies().
Here’s how to heat up your heat maps and make sure they stand out.