[SOLVED] Cannot load `swrast` and `iris` drivers in Fedora 35
https://medium.com/@fixitblog/solved-cannot-load-swrast-and-iris-drivers-in-fedora-35-221e26015fec
https://medium.com/@fixitblog/solved-cannot-load-swrast-and-iris-drivers-in-fedora-35-221e26015fec
Medium
[SOLVED] Cannot load `swrast` and `iris` drivers in Fedora 35
The underlying problem is that we have a piece of software that was built with an older C++ compiler. Part of the compiler is its implementation of libstdc++ which becomes part of the runtime…
Quantization of neural networks: floating point numbers
https://medium.com/@pavel.kos/quantization-of-neural-networks-floating-point-numbers-512a17c2e049
https://medium.com/@pavel.kos/quantization-of-neural-networks-floating-point-numbers-512a17c2e049
Medium
Quantization of neural networks: floating point numbers
Neural networks can take up a lot of space and parameters are usually stored in Floating Point 32 format. For instance, there are Llama 3.1…
LeetCode : Backspace String Compare
https://medium.com/@jyk60222/leetcode-backspace-string-compare-6a8578c973d1
https://medium.com/@jyk60222/leetcode-backspace-string-compare-6a8578c973d1
Medium
LeetCode : Backspace String Compare
844. Backspace String Compare
Setting up an virtual environment for Python development.
https://medium.com/@upshift_be/setting-up-an-virtual-environment-for-python-development-17b57b2e79e0
https://medium.com/@upshift_be/setting-up-an-virtual-environment-for-python-development-17b57b2e79e0
Medium
Setting up an virtual environment for Python development.
Learn the essentials of setting up virtual environments in Python to keep your projects organized and your dependencies isolated.
How to write a first code in Python?
https://medium.com/@drmamirsultan/how-to-write-a-first-code-in-python-dbc25954378d
https://medium.com/@drmamirsultan/how-to-write-a-first-code-in-python-dbc25954378d
Medium
How to write a first code in Python?
Python 1st code :
Why C++ Is Climbing the Ranks: An In-Depth Look at its TIOBE Popularity Surge
https://medium.com/@najascj/why-c-is-climbing-the-ranks-an-in-depth-look-at-its-tiobe-popularity-surge-2a5f7b69e7f3
https://medium.com/@najascj/why-c-is-climbing-the-ranks-an-in-depth-look-at-its-tiobe-popularity-surge-2a5f7b69e7f3
Medium
Why C++ Is Climbing the Ranks: An In-Depth Look at its TIOBE Popularity Surge
In the recent October 2024 TIOBE rankings, C++ has claimed the number two spot, overtaking Java and closely following Python. With a growth…
Stop Sending Messy Responses! The Ultimate Django DRF Response Structure You Need 🚀
https://medium.com/@dhruvahuja2330/stop-sending-messy-responses-the-ultimate-django-drf-response-structure-you-need-ede18b5a7f86
https://medium.com/@dhruvahuja2330/stop-sending-messy-responses-the-ultimate-django-drf-response-structure-you-need-ede18b5a7f86
Medium
Stop Sending Messy Responses! The Ultimate Django DRF Response Structure You Need 🚀
💡 Heads Up! Click here to unlock this article for free if you’re not a Medium member!
Python’s OS Library: Essential Tools for File and Directory Management
https://blog.devgenius.io/pythons-os-library-essential-tools-for-file-and-directory-management-8f0634a2575a
https://blog.devgenius.io/pythons-os-library-essential-tools-for-file-and-directory-management-8f0634a2575a
Medium
Python’s OS Library: Essential Tools for File and Directory Management
A Beginner’s Walkthrough for Navigating and Organizing Your Workspace Programmatically
Part 2: Optical Character Recognition Using Zerox library
https://rohitraj-iit.medium.com/part-2-optical-character-recognition-using-zerox-library-aef7d8c39bab
https://rohitraj-iit.medium.com/part-2-optical-character-recognition-using-zerox-library-aef7d8c39bab
Medium
Part 2: Optical Character Recognition Using Zerox library
Y Combinator backed startup OCR tool
Optimizing Django for Large-Scale Applications
https://medium.com/@farad.dev/optimizing-django-for-large-scale-applications-fb36c3f6bdfe
https://medium.com/@farad.dev/optimizing-django-for-large-scale-applications-fb36c3f6bdfe
Medium
Optimizing Django for Large-Scale Applications
Welcome to the world of Django, a powerful web framework that allows you to build web applications quickly and efficiently. If you’re…
Exploratory Data Analysis in Python
https://medium.com/@danieldoh.inbox/exploratory-data-analysis-in-python-ec076c1e512e
https://medium.com/@danieldoh.inbox/exploratory-data-analysis-in-python-ec076c1e512e
Medium
Exploratory Data Analysis in Python
So, you’ve just downloaded a dataset, and you want to get started on training some models. But before that, it’s important to have a strong…
Optimal Geometric Location using the Weiszfeld Algorithm
https://medium.com/@himanshu.sharma.for.work/optimal-geometric-location-using-the-weiszfeld-algorithm-d7fd6229da7c
https://medium.com/@himanshu.sharma.for.work/optimal-geometric-location-using-the-weiszfeld-algorithm-d7fd6229da7c
Medium
Optimal Geometric Location using the Weiszfeld Algorithm
Imagine you have multiple cities on a map and a straight interconnecting expressway running right through this cluster of cities. You want…
A Brief Introduction To One Of The Greatest Theories of Mathematics
https://blog.keithmcnulty.org/a-brief-introduction-to-one-of-the-greatest-theories-of-mathematics-b226b531e95d
https://blog.keithmcnulty.org/a-brief-introduction-to-one-of-the-greatest-theories-of-mathematics-b226b531e95d
Medium
A Brief Introduction To One Of The Greatest Theories of Mathematics
Explaining the essence of Galois Theory
Automate Work Item creation in Microsoft Azure DevOps Board
https://medium.com/@akash.singh59/automate-work-item-creation-in-microsoft-azure-devops-board-dd0b8b52da6c
https://medium.com/@akash.singh59/automate-work-item-creation-in-microsoft-azure-devops-board-dd0b8b52da6c
Medium
Automate Work Item creation in Microsoft Azure DevOps Board
Creating multiple work items, updating target dates, assigning iterations, and linking dependencies in the DevOps board can be…
Using AutoRegressive Integrated Moving Average (ARIMA) to predict future shot locations for…
https://marclamberts.medium.com/using-autoregressive-integrated-moving-average-arima-to-predict-future-shot-locations-for-12d76aa9c3cd
https://marclamberts.medium.com/using-autoregressive-integrated-moving-average-arima-to-predict-future-shot-locations-for-12d76aa9c3cd
Medium
Using AutoRegressive Integrated Moving Average (ARIMA) to predict future shot locations for…
Data helps make decisions in football, but most of the data out there helps analyse teams and players in post-match analysis. This means…
How to build a Large Language Model (LLM) to Generate Creative Writing
https://medium.com/@holasoymalva/how-to-build-a-large-language-model-llm-to-generate-creative-writing-3451a6382ec0
https://medium.com/@holasoymalva/how-to-build-a-large-language-model-llm-to-generate-creative-writing-3451a6382ec0
Medium
How to build a Large Language Model (LLM) to Generate Creative Writing
Creating an LLM (Large Language Model) to generate literature involves multiple stages, including data preparation, model selection, and…
12 Steps to Organize and Maintain Your Python Codebase for Beginners
https://olgabraginskaya.medium.com/12-steps-to-organize-and-maintain-your-python-codebase-for-beginners-6c00780c5a06
https://olgabraginskaya.medium.com/12-steps-to-organize-and-maintain-your-python-codebase-for-beginners-6c00780c5a06
Medium
12 Steps to Organize and Maintain Your Python Codebase for Beginners
The reason why I’m writing this post is to share some insights on keeping a project clean, even with lots of contributors. This is…
Difference between .loc and .iloc in Python Pandas
https://medium.com/@mangeshsalunke1309/difference-between-loc-and-iloc-in-python-pandas-6d2ab9fcd32e
https://medium.com/@mangeshsalunke1309/difference-between-loc-and-iloc-in-python-pandas-6d2ab9fcd32e
Medium
Difference between .loc and .iloc in Python Pandas
Pandas is a Python library that makes it easy to work with data. Think of it as a powerful tool for handling and analyzing data in a way…