CPython Lesson 0 — Building Python from Source and Navigating Folder Structure
https://levelup.gitconnected.com/cpython-lesson-0-building-python-from-source-and-navigating-folder-structure-6cdb99c33a69
https://levelup.gitconnected.com/cpython-lesson-0-building-python-from-source-and-navigating-folder-structure-6cdb99c33a69
Medium
CPython Lesson 0 — Building Python from Source and Navigating Folder Structure
Let’s build Python from source and look into Its source code from 1 Million feet.
GitHub Actions, self-hosted runners on Amazon EKS & spot instances
https://levelup.gitconnected.com/github-actions-self-hosted-runners-on-amazon-eks-spot-instances-bc3abcd5d38f
https://levelup.gitconnected.com/github-actions-self-hosted-runners-on-amazon-eks-spot-instances-bc3abcd5d38f
Medium
GitHub Actions, self-hosted runners on Amazon EKS & spot instances
How to spin up ephemeral runners in Kubernetes.
Reordering Array Elements by Sign in Python
https://code.likeagirl.io/reordering-array-elements-by-sign-in-python-1d7f2a40d710
https://code.likeagirl.io/reordering-array-elements-by-sign-in-python-1d7f2a40d710
Medium
Reordering Array Elements by Sign in Python
Introduction
LeetCode Problem 1280 Students and Examinations — LeetCode: 30 Days of Pandas
https://medium.com/@robertsevan/leetcode-problem-1280-students-and-examinations-leetcode-30-days-of-pandas-773e9a77ba0d
https://medium.com/@robertsevan/leetcode-problem-1280-students-and-examinations-leetcode-30-days-of-pandas-773e9a77ba0d
Medium
LeetCode Problem 1280 Students and Examinations — LeetCode: 30 Days of Pandas
Solving Leetcode 30 Days of Pandas study plan problems
Coding Interview Prep: The Validate Subsequence problem.
https://moeedlodhi.medium.com/coding-interview-prep-the-validate-subsequence-problem-d6c395896661
https://moeedlodhi.medium.com/coding-interview-prep-the-validate-subsequence-problem-d6c395896661
Medium
Coding Interview Prep: The Validate Subsequence problem.
Another day, Another problem.
Exploring Advanced Python Syntax and Libraries: A Journey Beyond ‘for’ Loops
https://medium.com/@Beck_Moulton/exploring-advanced-python-syntax-and-libraries-a-journey-beyond-for-loops-c774790896a9
https://medium.com/@Beck_Moulton/exploring-advanced-python-syntax-and-libraries-a-journey-beyond-for-loops-c774790896a9
Medium
Exploring Advanced Python Syntax and Libraries: A Journey Beyond ‘for’ Loops
Why challenge yourself to avoid writing for loops in code? Because doing so forces you to explore more advanced and authentic syntax or…
Detect Market Demand Anomalies and Schedule Alert Emails with Databricks [The Analyst’s Guide to…
https://medium.com/@vanaltrades/detect-market-demand-anomalies-and-schedule-alert-emails-with-databricks-the-analysts-guide-to-b75f08bc1876
https://medium.com/@vanaltrades/detect-market-demand-anomalies-and-schedule-alert-emails-with-databricks-the-analysts-guide-to-b75f08bc1876
Medium
Detect Market Demand Anomalies and Schedule Alert Emails with Databricks [The Analyst’s Guide to…
Extending Databricks notebooks for anomaly detection.
Coding Interview Prep: The Sorted Squared Array problem.
https://moeedlodhi.medium.com/coding-interview-prep-the-sorted-squared-array-problem-b65cda8b628e
https://moeedlodhi.medium.com/coding-interview-prep-the-sorted-squared-array-problem-b65cda8b628e
Medium
Coding Interview Prep: The Sorted Squared Array problem.
Let’s get on with this one.
Unraveling the Magic of Booleans in Python 🧙♂️💻
https://medium.com/@dantetaviantz/unraveling-the-magic-of-booleans-in-python-%EF%B8%8F-e00553786fbe
https://medium.com/@dantetaviantz/unraveling-the-magic-of-booleans-in-python-%EF%B8%8F-e00553786fbe
Medium
Unraveling the Magic of Booleans in Python 🧙♂️💻
Embark on a mesmerizing journey into the realm of Python as we unravel the enchanting world of booleans. This magical data type…
Introduction to Recursion in Python
https://python.plainenglish.io/introduction-to-recursion-in-python-d75267fa3bf3
https://python.plainenglish.io/introduction-to-recursion-in-python-d75267fa3bf3
Medium
Introduction to Recursion in Python
What is recursion?
Building a modern data stack in a box using DuckDB, dbt, Meltano and Streamlit
https://medium.com/@inosrahul/building-a-modern-data-stack-in-a-box-using-duckdb-dbt-meltano-and-streamlit-b427bb9869c3
https://medium.com/@inosrahul/building-a-modern-data-stack-in-a-box-using-duckdb-dbt-meltano-and-streamlit-b427bb9869c3
Medium
Building a modern data stack in a box using DuckDB, dbt, Meltano and Streamlit
TLDR: I’ve integrated DuckDB, dbt, Meltano, and Streamlit to create an all-in-one Modern Data Stack which can be used on your laptop…