Python decorators are "syntactic sugar" that makes it easy to add new features to a function or class without changing its code. To understand decorators, an... (more…)
Read more »
So here is a little bit of a ‘stream of consciousness’ blog post I felt compelled to write, about why we chose Python for the RCPCH… (more…)
Read more »
Python package for analyzing Telegram chats and finding correlations between people - GitHub - andylvua/bibaandboba: Python package for analyzing Telegram chats and finding correlations between people... (more…)
Read more »
In this article, you’ll learn to create your own word cloud in Python. We’ll be using an easy-to-use module called `wordcloud`. Based on the official documentation, this module has the following advantages: (more…)
Read more »
This tutorial is an introduction to machine learning with scikit-learn (http://scikit-learn.org/), a popular and well-documented Python framework. We’ll be using Python 3 to build an image recognition classifier which accurately determines the house num... (more…)
Read more »