In this post we are going to scrape data from Linkedin using Python. We'll scrape company name, address, company size, website, etc and save it in a csv file using pandas. (more…)
Read more »
Nuitka is a Python compiler written in Python. It's fully compatible with Python 2.6, 2.7, 3.3, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9, and 3.10. You feed it your Python app, it does a lot of clever th... (more…)
Read more »
"Speaker: Ryan Kelly PyPy.js is an experiment in building a fast and compliant in-browser python interpreter, by compiling PyPy into javascript and retarget...
Read more »
A short introduction to cohen's kappa coefficient. I bring you closer to this metric, convince you to use it and show you how to do it easily in Python. (more…)
Read more »