This is a blog containing data related news and information that I find interesting or relevant. Links are given to original sites containing source information for which I can take no responsibility. Any opinion expressed is my own.
Monday, 7 June 2021
A Comprehensive Introduction to Bayesian Deep Learning by Joris Baan via @TOPBOTS
Friday, 4 June 2021
Python’s Most Confusing Operator by @emmettboudgie via @TDataScience
An interesting look at the quirks and features of Python’s plus-equals operator.
It takes a little getting used to and I still have to work code around in my head just to be sure it does what I want it to do. A great article that gave me a much better summary of the plus-equals usage and meaning.
Wednesday, 2 June 2021
WEBINAR: Data Streaming Success Stories with Kafka - How Qlik and Confluent Keep Your Data Fresh 10 June 2021
| Data Science Central Webinar Series Event |
|
Stop Using Python Lists Everywhere — Consider Using Deques Instead by Yong Cui via @BttrProgramming
Know when to use deques as an alternative to Python lists.
I had no idea these existed and I am SO glad I read this - so thank you - because it has changed the way I write some python code (for the better).
Monday, 31 May 2021
WEBINAR: Data Streaming Success Stories with Kafka - How Qlik and Confluent Keep Your Data Fresh - 10 June 2021
|
6 side hustles for an aspiring data scientist by Ahmad Bin Shafiq via @kdnuggets
The ideas the author is about to suggest would certainly help you upskill, earn a good side income as a data scientist, and most importantly, be your own boss.
This was interesting.
Friday, 28 May 2021
Kedro: The Best Python Framework for Data Science!! by Josue Luzardo Gebrim via @Medium
Kedro: Python Framework for data sciences!
I liked this and all the code snippets. It certainly introduced me to something I was not familiar with and it gives me something to investigate further.