Overview Data scientists are often very cloistered in the world of software development. We are noble purists that value elegant math and efficient logic. As a data scientist turned project manager, I have some pieces of wisdom for managing developers working in unfamiliar domains. A few examples of situations this can apply to: You need an […]
Printing My Own Newspaper: Building Our Own Tools
Overview Bias in news media was a point of contention in the 2016 election season. Everyone is familiar with this topic, so I will not attempt to explain further or give any more background. I did what any reasonable statistician would do to reduce bias: I took a random sample. More specifically, I used the […]
Designing Python for Concurrent Development (for Teams)
Overview It is often impossible to meet a deadline with an army of one. For this reason, many codebases and frameworks designed to allow multiple developers to modify and add components, simultaneously and independently, without creating unexpected problems elsewhere in the codebase. We will classify such codebases as modular. We will explore existing modular codebases […]
Discussion on Various Styles of Trading
Overview Say, you are interested in learning about the various ways people trade financial instruments. The first logical step would be to check out some good books on the topic. A quick search through best-sellers and highest-rated books on “trading” in Amazon returns a mountain of technical jargon, and we haven’t even gotten past the […]
- « Previous Page
- 1
- …
- 6
- 7
- 8