DjangoVue and the problems it can solve
https://wbarillon.medium.com/djangovue-and-the-problems-it-can-solve-30e2c2426218
https://wbarillon.medium.com/djangovue-and-the-problems-it-can-solve-30e2c2426218
Medium
DjangoVue and the problems it can solve
I presented in february 2023 DjangoVue, an ingeneous way of combining the fullstack Django framework and some parts of Vue3. Its main…
🎩Unveiling Data Prowess: Taming the 30-Day Pandas Challenge on LeetCode 🚀
https://medium.com/@chakshugupta774/unveiling-data-prowess-taming-the-30-day-pandas-challenge-on-leetcode-24a382b222c2
https://medium.com/@chakshugupta774/unveiling-data-prowess-taming-the-30-day-pandas-challenge-on-leetcode-24a382b222c2
Medium
🎩Unveiling Data Prowess: Taming the 30-Day Pandas Challenge on LeetCode 🚀
Introduction📊
Git tricks: How to ignore files locally
https://santiagoalvarez87.medium.com/git-tricks-how-to-ignore-files-locally-446bc211aa67
https://santiagoalvarez87.medium.com/git-tricks-how-to-ignore-files-locally-446bc211aa67
Medium
Git tricks: How to ignore files locally
This git trick could be useful if you want to have some files in your coding project to be modify in your local but you don´t want to push…
Exploring LeetCode Problem 1679: Max Number of K-Sum Pairs— Python
https://medium.com/@robertsevan/exploring-leetcode-problem-1679-max-number-of-k-sum-pairs-python-167d01c5a027
https://medium.com/@robertsevan/exploring-leetcode-problem-1679-max-number-of-k-sum-pairs-python-167d01c5a027
Medium
Exploring LeetCode Problem 1679: Max Number of K-Sum Pairs— Python
Programming & Technical Interview Problems solved in Python
Harris Corners Detector — from Theory to Code
https://dzdata.medium.com/harris-corners-detector-from-theory-to-code-1d7b61289a38
https://dzdata.medium.com/harris-corners-detector-from-theory-to-code-1d7b61289a38
Medium
Harris Corners Detector — from Theory to Code
Harris corners detector is a popular algorithm for finding interest points in an image. In this post, we go over the theory and the…
Exploring Data Efficiency with Pandas: Part 2
https://medium.com/cloudnloud/exploring-data-efficiency-with-pandas-part-2-5c1a7a20786f
https://medium.com/cloudnloud/exploring-data-efficiency-with-pandas-part-2-5c1a7a20786f
Medium
Exploring Data Efficiency with Pandas: Part 2
I hope you have read my first blog on Pandas. If Not! I kindly suggest you to first go through with that blog. Part 1
MLOps-Building a Real-time Data Pipeline with Kafka: Two Projects-A Step-by-Step Guide
https://levelup.gitconnected.com/mlops-building-a-real-time-data-pipeline-with-kafka-two-projects-a-step-by-step-guide-d93bace2676c
https://levelup.gitconnected.com/mlops-building-a-real-time-data-pipeline-with-kafka-two-projects-a-step-by-step-guide-d93bace2676c
Medium
MLOps-Building a Real-time Data Pipeline with Kafka: Two Projects-A Step-by-Step Guide
Kafka and Python Projects
A Guide to Apache Airflow (and Docker)
https://levelup.gitconnected.com/a-guide-to-apache-airflow-and-docker-a0c90e318e3
https://levelup.gitconnected.com/a-guide-to-apache-airflow-and-docker-a0c90e318e3
Medium
A Guide to Apache Airflow (and Docker)
Part2, Using Airflow
Add a More Personal Touch to Your Plots in Python with ggplot2
https://levelup.gitconnected.com/add-a-more-personal-touch-to-your-plots-in-python-with-ggplot2-39e791fc3523
https://levelup.gitconnected.com/add-a-more-personal-touch-to-your-plots-in-python-with-ggplot2-39e791fc3523
Medium
Add a More Personal Touch to Your Plots in Python with ggplot2
An Introduction to the Grammar of Graphics in ggplot2
Mastering Python Sets: 7 Techniques to Elevate Your Coding Game
https://levelup.gitconnected.com/mastering-python-sets-7-techniques-to-elevate-your-coding-game-83ee7403744e
https://levelup.gitconnected.com/mastering-python-sets-7-techniques-to-elevate-your-coding-game-83ee7403744e
Medium
Mastering Python Sets: 7 Techniques to Elevate Your Coding Game
Beyond the Basics
Creating a Sales Forecasting Project from Scratch: Step-by-Step Guide
https://levelup.gitconnected.com/creating-a-sales-forecasting-project-from-scratch-step-by-step-guide-180c908a6cc
https://levelup.gitconnected.com/creating-a-sales-forecasting-project-from-scratch-step-by-step-guide-180c908a6cc
Medium
Creating a Sales Forecasting Project from Scratch: Step-by-Step Guide
In-depth Data Analysis, Advanced Techniques, and How Data Science Shapes the Future of Retail
Zen of Python Part 2 — reimagined by you know whom.
https://medium.com/@selftranscendent/zen-of-python-part-2-reimagined-by-you-know-whom-8151bd27d227
https://medium.com/@selftranscendent/zen-of-python-part-2-reimagined-by-you-know-whom-8151bd27d227
Medium
Zen of Python Part 2 — reimagined by you know whom.
Yes, — you might want to think, just a ChatGPT generation.
But I’ve decided to share it anyway, cause it looks interesting for different…
But I’ve decided to share it anyway, cause it looks interesting for different…
What’s On Your Computer’s Internet Search History? Extracting With Python
https://mr-collins-llb.medium.com/whats-on-your-computer-s-internet-search-history-extracting-with-python-77a6be1ab9e2
https://mr-collins-llb.medium.com/whats-on-your-computer-s-internet-search-history-extracting-with-python-77a6be1ab9e2
Medium
What’s On Your Computer’s Internet Search History? Extracting With Python
The World Wide Web is a vast expanse, and with every click, we leave a trail. From simple search queries to binge-watching sessions, our…
Developing a Python Plugin for OAuth2 Authentication with Task Management Apps
https://medium.com/@ghorton2/developing-a-python-plugin-for-oauth2-authentication-with-task-management-apps-d18e77fbb7a2
https://medium.com/@ghorton2/developing-a-python-plugin-for-oauth2-authentication-with-task-management-apps-d18e77fbb7a2
Medium
Developing a Python Plugin for OAuth2 Authentication with Task Management Apps
Hey there! I’m thrilled to share with you how I created a Python plugin that connects to different task management apps using OAuth2 (I’ve…
Integrating C Functions with Python using the C API
https://neverforget-1975.medium.com/integrating-c-functions-with-python-using-the-c-api-a74829c1bbc8
https://neverforget-1975.medium.com/integrating-c-functions-with-python-using-the-c-api-a74829c1bbc8
Medium
Integrating C Functions with Python using the C API
A Step-by-Step Tutorial