Learn Django ORM with Conventional SQL Commands, Part-2 Ordering & Aggregate Functions
https://medium.com/@ritintiwari417/learn-django-orm-with-conventional-sql-commands-part-2-ordering-aggregate-functions-6ba2d8983140
https://medium.com/@ritintiwari417/learn-django-orm-with-conventional-sql-commands-part-2-ordering-aggregate-functions-6ba2d8983140
Medium
Learn Django ORM with Conventional SQL Commands, Part-2 Ordering & Aggregate Functions
Hola developers! This is the second part of a series “Learn Django ORM with Conventional SQL Commands”. So if you are new to ORM please…
SOLVED: LeetCode: 707. Design Linked-List
https://iamserda.medium.com/solved-leetcode-707-singly-linked-list-cef88d292361
https://iamserda.medium.com/solved-leetcode-707-singly-linked-list-cef88d292361
Medium
SOLVED: LeetCode: 707. Design Linked-List
Implement MyLinkedList
Back to Basics: Understanding Data Structures and Algorithms using Python (Array)
https://medium.com/@lampamarkdaniel807/back-to-basics-understanding-data-structures-and-algorithms-using-python-array-21de92d9c322
https://medium.com/@lampamarkdaniel807/back-to-basics-understanding-data-structures-and-algorithms-using-python-array-21de92d9c322
Medium
Back to Basics: Understanding Data Structures and Algorithms using Python (Array)
As a programmer, regardless of the programming language you are using, data structures and algorithms play an important role in every…
Navigating the Maze: A Practical Guide to Debugging in Python
https://mysteryweevil.medium.com/navigating-the-maze-a-practical-guide-to-debugging-in-python-12016eedb7f8
https://mysteryweevil.medium.com/navigating-the-maze-a-practical-guide-to-debugging-in-python-12016eedb7f8
Medium
Navigating the Maze: A Practical Guide to Debugging in Python
Demystifying Python Debugging for Every Developer
Crypto Analysis — Transforming Free Coinbase API Data into Elegant Bloomberg-Style Charts
https://medium.com/@humblequant/crypto-analysis-transforming-free-coinbase-api-data-into-elegant-bloomberg-style-charts-25404ac4bb4b
https://medium.com/@humblequant/crypto-analysis-transforming-free-coinbase-api-data-into-elegant-bloomberg-style-charts-25404ac4bb4b
Medium
Crypto Analysis — Transforming Free Coinbase API Data into Elegant Bloomberg-Style Charts
There’s something about Bloomberg price charts that makes them aesthetically pleasing. So much so that it doesn’t pain me or others to…
Concurrency and Distribution: Unveiling Asynchronous and Parallel Processing
https://code.likeagirl.io/concurrency-and-distribution-unveiling-asynchronous-and-parallel-processing-c29406a62389
https://code.likeagirl.io/concurrency-and-distribution-unveiling-asynchronous-and-parallel-processing-c29406a62389
Medium
Concurrency and Distribution: Unveiling Asynchronous and Parallel Processing
In the world of computing, speed is critical. But how do we achieve it when faced with complex tasks and limited resources? Enter the…
Python Learning Series Part-11 : Data Visualisation
https://medium.com/@data_analyst/python-learning-series-part-11-data-visualisation-cb6d8af1fb39
https://medium.com/@data_analyst/python-learning-series-part-11-data-visualisation-cb6d8af1fb39
Medium
Python Learning Series Part-11
Advanced data visualization goes beyond basic charts and explores more sophisticated techniques to represent data effectively. 1. Interactive Visualizations with Plotly: - Creating Interactive…
Mastering Test-Driven Development in Python: A Practical Guide for Developers
https://mysteryweevil.medium.com/mastering-test-driven-development-in-python-a-practical-guide-for-developers-4428811738cd
https://mysteryweevil.medium.com/mastering-test-driven-development-in-python-a-practical-guide-for-developers-4428811738cd
Medium
Mastering Test-Driven Development in Python: A Practical Guide for Developers
Building Robust Python Applications with Test-Driven Development
Building a Simple Spy Camera with Python
https://medium.com/@Scofield_Idehen/building-a-simple-spy-camera-with-python-d31b782a1553
https://medium.com/@Scofield_Idehen/building-a-simple-spy-camera-with-python-d31b782a1553
Medium
Building a Simple Spy Camera with Python
A Spy Camera lets you secretly record videos or take images without noticing. Python is a great language for building such an application…
Well-formed Brackets (Difficult Python Practice Question 7)
https://zlliu.medium.com/well-formed-brackets-difficult-python-practice-question-7-8473feabad6d
https://zlliu.medium.com/well-formed-brackets-difficult-python-practice-question-7-8473feabad6d
Medium
Well-formed Brackets (Difficult Python Practice Question 7)
I screwed up this seemingly not-too-difficult interview question back in 2019 at a big tech company :(
Applied Machine Learning — Part 7 Cross-Validation Before Log Transformation
https://medium.com/@conniezhou678/applied-machine-learning-part-7-cross-validation-before-log-transformation-c32da2abb2ba
https://medium.com/@conniezhou678/applied-machine-learning-part-7-cross-validation-before-log-transformation-c32da2abb2ba
Medium
Applied Machine Learning — Part 7 Cross-Validation Before Log Transformation
In the realm of applied machine learning, achieving optimal model performance is a constant pursuit. One essential technique that often…
Dijkstra VS Greedy Algorithm — See the difference right now
https://medium.com/@joaocolombini.jvfc/dijkstra-vs-greedy-algorithm-see-the-difference-right-now-682a911c1fb9
https://medium.com/@joaocolombini.jvfc/dijkstra-vs-greedy-algorithm-see-the-difference-right-now-682a911c1fb9
Medium
Dijkstra VS Greedy Algorithm — See the difference right now
Participating in research with my professor as the advisor and another student, we have done a lot of things. One of them was comparing…
Coding Interviews Problem 12: Group Shifted Strings [Meta]
https://machine-learning-made-simple.medium.com/coding-interviews-problem-12-group-shifted-strings-meta-82b6499eb5bd
https://machine-learning-made-simple.medium.com/coding-interviews-problem-12-group-shifted-strings-meta-82b6499eb5bd
Medium
Coding Interviews Problem 12: Group Shifted Strings [Meta]
Gemma — What is it and how can I use it?
https://python.plainenglish.io/gemma-what-is-it-and-how-can-i-use-it-bd73fd35d430
https://python.plainenglish.io/gemma-what-is-it-and-how-can-i-use-it-bd73fd35d430
Medium
Gemma — What is it and how can I use it?
Gemma falls in the category of foundation models such as text-to-image, text-to-code and speech-to-text. Foundation models are large-scale…
Automation with Cookiecutter and GitHub Actions
https://medium.com/@jameslf/automation-with-cookiecutter-and-github-actions-f7dd8f7f042e
https://medium.com/@jameslf/automation-with-cookiecutter-and-github-actions-f7dd8f7f042e
Medium
Automation with Cookiecutter and GitHub Actions
Motivation