This post is about two mathematical concepts. They’re not numbers as such, but are helpful in numerical computations.
[Read More]
Generators part 1
How generators help you write more pythonic code
Generators in Python - part 1
[Read More]
Using Git's stash feature
How to save without committing
When people think about learning to code, Git typically isn’t among the toolsets they consider from the very beginning. Many non-coders have heard about Ruby, Python, or Javascript, but Git doesn’t have the same name-recognition. Even if the name rings a bell, the usefulness of the tool isn’t obvious to...
[Read More]
Expanding on Dataquest's basic data cleaning mission
Cleaning up a dataset on laptops
I’ve recently picked up Dataquest again and am as impressed with their content as I was when I first encountered it. I started
by reviewing the basic data cleaning mission.
[Read More]
You've learned the syntax, now level up your coding
New post on Medium
So you’ve read a few books, followed a few tutorials, maybe attended a bootcamp. By now you should know the syntax pretty well, but to be able to work comfortably with a language or pass technical interviews you will need to build fluency in it. This is not unlike building...
[Read More]