Skip to content Skip to sidebar Skip to footer

Tracking The Great Salt Lake’s Shrinkage Using Satellite Images (Python) | by Mahyar Aboutalebi, Ph.D. 🎓 | Feb, 2024

Analyzing Landsat-8 imagery (2014–2023) to create the time series of Great Salt Lake surface area using Python in Google Colab Timelapse of the Great Salt Lake area, based on cloud-free Landsat-8 images from 2014 to 2023, visualized by the author🌅 Introduction to the Great Salt Lake Shrinkage Problem 💾 Downloading Landsat-8 Images 📈 Time Series…

Read More

ChatGPT Is Not a Doctor. Hidden dangers in seeking medical… | by Rachel Draelos, MD, PhD | Feb, 2024

Hidden dangers in seeking medical advice from LLMs Image by Author. 2 sub-images generated by DALLE-2Last year, ChatGPT passed the US Medical Licensing Exam and was reported to be “more empathetic” than real doctors. ChatGPT currently has around 180 million users; if a mere 10% of them have asked ChatGPT a medical question, that’s already…

Read More

Working with Python Dataclasses and Dataclass Wizard | by Jose D. Hernandez-Betancur | Feb, 2024

Let’s create Python data objects in a few lines of code! Image generated by the author using Gencraft.If you’re a Python coder, you’re probably familiar with Zen. Three of its 19 guideline principles state that “explicit is better than implicit,” “readability counts,” and “simple is better than complex.” When you’re creating or integrating an existing…

Read More

Navigating the Realities of Being A Data Scientist | by Egor Howell | Feb, 2024

Some of the struggles I face frequently as a data scientist Photo by ThisIsEngineering from Pexels: https://www.pexels.com/photo/female-software-engineer-coding-on-computer-3861972/Ostensibly, it may seem that being a data scientist is all sunshine and rainbows (at least I think that is the perception I give from my posts!). High pay, great benefits, flexible hours, and interesting work are some things…

Read More