Implementing a Naive Bayes machine learning classifier in Python. Starting with a basic implementation, and then improving it.
Libraries used: NumPy, Numba (and scikit-learn for comparison). (more…)
Read more »
Ready to Learn Python? This e-book teaches you how to use the Python shell. Let's get started with Python programming. You get: ebook (27 pages), videos (additional videos). What you'll learn. How to use the Python shell, Basic functions, How to use strin... (more…)
Read more »
We got a complete game, but we need a specific Python environment to run it. In this post, I show how to create a standalone executable and an installer! This post is part of the Discover Python and Patterns series … Continue reading →... (more…)
Read more »
1/ #Python factlet: random() gives you floats in the range 0.0 ≤ X < 1.0, but not all floats in that range are possible selections. For example, 0.05954861408025609 isn't a possible selection. (more…)
Read more »
Why Python? A common question we get is: why Python? Isn’t it too slow? How do you scale it to the size of your team? How do you ensure your software is robust? A Lingua Franca The biggest strength of Python is that everyone can use it. We have carefully ... (more…)
Read more »