Finding Prime Numbers with Python
In this post I’m going to run through a function in Python that can quickly find all the Prime numbers below a given value. For exa...
I’m Charlie Wilson — a former portfolio manager and global investor with 20+ years of experience across emerging and developed markets. Today, I’m focused on applying data science and quantitative analysis to real-world challenges in development finance, economics, and technology. Let’s connect — I’m always open to collaboration or conversation.
In this post I’m going to run through a function in Python that can quickly find all the Prime numbers below a given value. For exa...