Monday 20 December 2021

5 Difficult Skills That Pay Off Exponentially in Programming by Pen Magnet via @Medium

 Go slow, but never stop.

I found this interesting and I think if you can get your head around these five skills it will definitely help your coding moving forward.

Friday 17 December 2021

Everything About Python Set Data Structure: Beginner’s Guide — PyShark by Misha Sv via TDataScience

In this article we will focus on a complete walkthrough of a Python set data structure.

This is useful for beginners as well as anyone who feels that they need some kind of reminder on how it works.

Wednesday 15 December 2021

Mito: One of the Coolest Python Libraries You Have Ever Seen by Ismael Araujo via @TDataScience

Here is Ismael Araujo's take on this cool Python library and why you should give it a try.

It does look interesting, saves so much time and I certainly want to play more with it as I already can see how useful it is but I'm sure I could achieve much more if I understood it better.

Monday 13 December 2021

10 Regression Metrics Data Scientist Must Know (Python-Sklearn Code Included) by T Z J Y via @Medium

A great article that definitely needs to be added to your notes and kept for reference. I've printed it and put it in a folder and also added it to my Evernote so I can refer back to it when needed.

Friday 10 December 2021

Storm in the stratosphere: how the cloud will be reshuffled by/via @bernhardsson

Do you think cloud stack consolidation is inevitable? Here's a reasonable take on how the next few years could play out.

I think these are reasonable ideas as I'm sure if it doesn't go exactly this way a fair proportion of it is right.

Wednesday 8 December 2021

Calendar Heatmaps : A perfect way to display your time-series quantitative data by Harshita Garg via @Medium

A quick and simple guide to create calendar heatmaps using Python libraries and add interactivity using widgets.

I think these are a powerful way for displaying data and a good way of visualising any anaysis.

Monday 6 December 2021

20 Amazing GitHub Repositories Every Developer Should Follow by @KamaruzzMd via @Medium

A collection of GitHub repositories to improve your development skill and boost your career.

An absolute wealth of information sources and help for everyone here - even if you are not a full-time developer. Go take a look and I'm certain you will find at least one that is right for you.

Thursday 2 December 2021

WEBINAR: Data Privacy using AI-Driven Data Catalogs - 14 December 2021

 

Sponsored News from Data Science Central

Hitachi

Data Privacy using AI-Driven Data Catalogs

What: free online webinar exclusively for IT Pros
When: Tuesday, December 14th, 8:30 AM PST / 11:30 AM EST
Where: From the convenience of your personal computer 

Register Now

Do you have your Enterprise’s data privacy under control? Do you know what datasets are sensitive and who has access?

Many companies are behind on privacy and regulatory compliance (GDPR, CCPA, etc.).

Legacy tools and manual processes are inaccurate and error prone and can force you to choose between delaying data access by months, or increased compliance risk.

Join us for this latest Data Science Central webinar to learn how an AI-driven data catalog can automate sensitive data discovery and apply business rules to help get data privacy and compliance under control.


Speakers:

Nerea Palacio, Data Protection Officer & Senior Regional Counsel, Hitachi Vantara
Glen Martin, Lumada SaaS Master Product Management, Hitachi Vantara

Wednesday 1 December 2021

if __name__ == “__main__” in Python Explained Simply by Zlliu via @Medium

If you just started learning Python, you’ve probably come across something like this command already.

I found this useful and it helped to clarify a few things for me in understanding what can happen inside an IF statement.