Boost Your Python Skills with Essential Sorting & Searching Algorithms
https://mysteryweevil.medium.com/boost-your-python-skills-with-essential-sorting-searching-algorithms-a69c7290cd0d
https://mysteryweevil.medium.com/boost-your-python-skills-with-essential-sorting-searching-algorithms-a69c7290cd0d
Medium
Boost Your Python Skills with Essential Sorting & Searching Algorithms
Implement efficient sorting and searching algorithms in Python to enhance your problem-solving capabilities
Scraping Unsplash Images: API vs. Web Scraping — A Comparative Guide
https://medium.com/@yahyamrafe202/scraping-unsplash-images-api-vs-web-scraping-a-comparative-guide-0aa8955cb605
https://medium.com/@yahyamrafe202/scraping-unsplash-images-api-vs-web-scraping-a-comparative-guide-0aa8955cb605
Medium
Scraping Unsplash Images: API vs. Web Scraping — A Comparative Guide
In the digital age, images are a commodity as valuable as text content. Unsplash stands out as a treasure trove of high-quality, freely…
Mastering Python Recursion: A Practical Guide for Beginners
https://mysteryweevil.medium.com/mastering-python-recursion-a-practical-guide-for-beginners-e3fd60e7faa2
https://mysteryweevil.medium.com/mastering-python-recursion-a-practical-guide-for-beginners-e3fd60e7faa2
Medium
Mastering Python Recursion: A Practical Guide for Beginners
Unlock the Power of Recursive Functions with Real-World Examples
Troubleshooting “libGL error: MESA-LOADER” on Ubuntu: A Quick Fix
https://medium.com/@jeanpierre_lv/troubleshooting-libgl-error-mesa-loader-on-ubuntu-a-quick-fix-c8ea5d1a10e4
https://medium.com/@jeanpierre_lv/troubleshooting-libgl-error-mesa-loader-on-ubuntu-a-quick-fix-c8ea5d1a10e4
Medium
Troubleshooting “libGL error: MESA-LOADER” on Ubuntu: A Quick Fix
As a Python developer, I’ve often found myself immersed in the world of data visualization, utilizing powerful libraries like Matplotlib to…
Mastering Python Design Patterns: A Practical Guide for Developers
https://mysteryweevil.medium.com/mastering-python-design-patterns-a-practical-guide-for-developers-eb67d4aedab0
https://mysteryweevil.medium.com/mastering-python-design-patterns-a-practical-guide-for-developers-eb67d4aedab0
Medium
Mastering Python Design Patterns: A Practical Guide for Developers
Enhance Your Python Skills with Essential Design Patterns and Code Examples
Master Python Functional Programming with These Simple Techniques
https://mysteryweevil.medium.com/master-python-functional-programming-with-these-simple-techniques-4f62833f1032
https://mysteryweevil.medium.com/master-python-functional-programming-with-these-simple-techniques-4f62833f1032
Medium
Master Python Functional Programming with These Simple Techniques
Take your Python skills to the next level by learning functional programming concepts like map(), filter(), and reduce()
Mastering Python Metaprogramming: A Practical Guide
https://mysteryweevil.medium.com/mastering-python-metaprogramming-a-practical-guide-496e8cbee128
https://mysteryweevil.medium.com/mastering-python-metaprogramming-a-practical-guide-496e8cbee128
Medium
Mastering Python Metaprogramming: A Practical Guide
Unlock the Power of Code that Writes Code
Binary Magic: Building BitNet 1.58bit Using PyTorch from Scratch
https://medium.com/@theseriousprogrammer/binary-magic-building-bitnet-1-58bit-using-pytorch-from-scratch-01fa6289db6f
https://medium.com/@theseriousprogrammer/binary-magic-building-bitnet-1-58bit-using-pytorch-from-scratch-01fa6289db6f
Medium
Binary Magic: Building BitNet 1.58bit Using PyTorch from Scratch
Spoiler Alert:
Unveiling Handwritten Text: A Guide to Masking Handwritten Content in Images
https://medium.com/@durgeshrathod.777/unveiling-handwritten-text-a-guide-to-masking-handwritten-content-in-images-71fdada40466
https://medium.com/@durgeshrathod.777/unveiling-handwritten-text-a-guide-to-masking-handwritten-content-in-images-71fdada40466
Medium
Unveiling Handwritten Text: A Guide to Masking Handwritten Content in Images
Introduction:A comprehensive approach to masking handwritten text using cutting-edge technologies
dog[1:5:2] in Python Explained in 15 Seconds
https://zlliu.medium.com/dog-1-5-2-in-python-explained-in-15-seconds-3df9747011e3
https://zlliu.medium.com/dog-1-5-2-in-python-explained-in-15-seconds-3df9747011e3
Medium
dog[1:5:2] in Python Explained in 15 Seconds
# Provided you read pretty fast!
Python is Ushering in Real Multi-Threading
https://python.plainenglish.io/python-is-ushering-in-a-huge-change-the-real-multi-threading-is-coming-5d2cf9559de1
https://python.plainenglish.io/python-is-ushering-in-a-huge-change-the-real-multi-threading-is-coming-5d2cf9559de1
Medium
Python is Ushering in Real Multi-Threading
The Global Interpreter Lock(GIL) can be removed. From then on, Python will no longer be what people call pseudo-multithreading.
Saving 15 min/day on-call developer bandwidth with an in-house slack bot: Raven
https://engineering.bharatpe.com/saving-15-min-day-on-call-developer-bandwidth-with-an-in-house-slack-bot-raven-346474c630f5
https://engineering.bharatpe.com/saving-15-min-day-on-call-developer-bandwidth-with-an-in-house-slack-bot-raven-346474c630f5
Medium
Saving 15 min/day on-call developer bandwidth with an in-house slack bot: Raven
Before: The on-call engineer spends 15–20 minutes at the start of the day and creates an on-call summary which includes alerts/support…
Understanding Linear Regression from Scratch
https://medium.com/@krishnahariharan/understanding-linear-regression-from-scratch-8c08403cd37f
https://medium.com/@krishnahariharan/understanding-linear-regression-from-scratch-8c08403cd37f
Medium
Understanding Linear Regression from Scratch
Linear regression serves as a fundamental statistical model for establishing relationships between input variables (also known as…
Scale your Machine Learning Projects with SOLID principles
https://towardsdatascience.com/scale-your-machine-learning-projects-with-solid-principles-824230fa8ba1
https://towardsdatascience.com/scale-your-machine-learning-projects-with-solid-principles-824230fa8ba1
Towards Data Science
Scale your Machine Learning Projects with SOLID principles | Towards Data Science
How to write code that scales and accelerates your work as a data scientist or machine learning engineer.
Quick Analyze complex nested JSON files in Snowflake
https://medium.com/@krunalpatange/quick-analyze-complex-nested-json-in-snowflake-738b562e8b31
https://medium.com/@krunalpatange/quick-analyze-complex-nested-json-in-snowflake-738b562e8b31
Medium
Quick Analyze complex nested JSON in Snowflake
In the world of data analytics, JSON has become the lingua franca for web-based data interchange. However, when dealing with complex nested…
Kafka Streams Markup Language (KSML) v0.8
https://dizzl.medium.com/kafka-streams-markup-language-ksml-v0-8-96b2e71fcafc
https://dizzl.medium.com/kafka-streams-markup-language-ksml-v0-8-96b2e71fcafc
Medium
Kafka Streams Markup Language (KSML) v0.8
KSML allows running Kafka Streams applications without requiring any Java programming. Version 0.8 brings some interesting new features.
How to Create a Risk-On vs Risk-Off Stock Market Dashboard in Python — Part V: Clustering and Way…
https://ai.gopubby.com/how-to-create-a-risk-on-vs-risk-off-stock-market-dashboard-in-python-part-v-clustering-and-way-b5cf5827087d
https://ai.gopubby.com/how-to-create-a-risk-on-vs-risk-off-stock-market-dashboard-in-python-part-v-clustering-and-way-b5cf5827087d
Medium
How to Create a Risk-On vs Risk-Off Stock Market Dashboard in Python — Part V: Clustering and Way…
Part 5 is out! In this article, I share all the Python code used throughout this project of creating the ultimate market dashboard.