⚡️Trendbreak #30⚡️

Annyeong Haseyo 🇰🇷

They say a picture (or for a data scientist, a graph) paints a thousand words. But it's vital not to overlook the numerous elements required to craft an informative and easily readable visualization. This brief blog post takes you through the key aspects not to be neglected when it comes to scatter plots — one of the most common visualizations. Things like labeling axes, adding context, or even highlighting key points...
The code to create the graph is also available, providing a useful refresher on using Matplotlib, Python's most renowned library for producing graphs 🐍📊. It's powerful (check out the variety of examples here), but not always the easiest to master!

"Diff" tools are likely among the most useful in the arsenal frequently used by developers. By comparing source code before and after modifications, they highlight only the changes made. They're particularly utilized during code reviews, the process where one person reviews, comments, and approves the code written by another.
A step beyond comparing changes line by line is making "semantic comparisons," i.e., considering the language used and ignoring modifications that are merely cosmetic and have no impact on how the code works.
SQLGlot is a tool designed to make the task of reviewing changes in SQL queries easier. By building a tree-like representation of the code, it understands that operations like SELECT SUM(b + c) FROM table and SELECT SUM(c + b) FROM table (inverting b and c in the sum) do not alter the result. Moreover, it can translate queries between different SQL dialects (MySQL, PostGres, Oracle, Snowflake...).
For a deeper dive, the creators explain how the comparison algorithm ⚙️ for two queries works in this post.

We wrap up this edition with a riveting piece from the MIT Technology Review on the gradual advent of NLP (Natural Language Processing) technologies in the field of psychotherapy. Two main avenues are explored: developing tools to assist therapists and methodologies to quantify and enhance the effectiveness of therapeutic techniques, trying to find recurrent patterns in the automatic transcription of thousands of hours of patient sessions.
An interesting point is that all the companies surveyed have been co-founded by psychologists or psychiatrists 👨‍⚕️👩‍⚕️. They hold an enthusiastic view of these new technologies while remaining realistic about their potential contributions, always keeping patient well-being as the primary objective⚕️.

Happy reading and see you soon! 📚

By @Clément Chastagnol in
Tags : #Trendbreak,