Before we get started with more of our machine learning, we need to understand some of the basic parts that come with the Python coding language. This is a great coding language to work with because it is simple and easy to use. Yet it still has a...
Writing software is hard. Even the smallest projects have many moving parts. We developers are not only expected to get those parts moving, but keep them moving as the application changes over time. Test-Driven Development (TDD) is a methodology...
I’ve been coding in Python for 16 years now, far longer than in any other language I’ve ever used. I’ve used Python for system administration, for web applications, for database management, and for data analysis over those years, but most...