Day 13: Advanced EDA TechniquesWelcome to Day 13! Today, we’re building on the foundational EDA techniques we explored yesterday by diving into advanced EDA methods. These approaches help us uncover deeper insights, especially in larger or more complex datasets. Advanced EDA Tech...Nov 30, 2024·4 min read
Python Use CasesToday, we're taking a side quest away from the 30-day challenge because I found it interesting to learn even more about Python, and I wanted to share it here. Python is one of the most versatile programming languages and is used across a wide range o...Nov 20, 2024·5 min read
Day 8: Importing Data for Data ScienceWelcome to Day 8 of the Data Science Challenge! Today, we’re diving into the crucial step of importing data from various sources. Whether you’re working with CSV files, pulling data from a database, or gathering information through APIs, knowing how ...Nov 19, 2024·4 min read
Day 7: Overview of Progress and Future PlansToday, I'm excited to share the progress made so far on my journey and provide a sneak peek into what’s to come. In this post, we’ll touch on a few key points that illustrate how everything is coming together and where we’re heading next. Flashcard A...Nov 18, 2024·5 min read
Day 6: Flashcard Data - Organization and ScalabilityIn today’s post, we will explore the data behind our Python flashcard app, which is stored in a TypeScript file. The main focus will be on the content of the flashcards — the questions, answers, explanations, and code examples that make up the heart ...Nov 17, 2024·19 min read
Day 5: Flashcard App - A Python Learning Tool for BeginnersWelcome to Day 5 of my Data Science and Python journey! Today, we're diving into the creation of a simple yet powerful Flashcard app that helps learners (like myself!) review Python basics. Flashcards are a fantastic way to test memory retention and ...Nov 16, 2024·3 min read
Day 4: Mastering Python Libraries for Data Science – The Essential ToolkitOn Day 4 of our Data Science journey, we're diving deep into the libraries that power data analysis and machine learning. Python's ecosystem is rich with tools that simplify and accelerate the process of solving real-world problems. From data manipul...Nov 15, 2024·10 min read