How proper docstrings and annotations can save engineers hours of work
https://medium.com/credera-engineering/how-proper-docstrings-and-annotations-can-save-engineers-hours-of-work-5068251dd050
https://medium.com/credera-engineering/how-proper-docstrings-and-annotations-can-save-engineers-hours-of-work-5068251dd050
Medium
How proper docstrings and annotations can save engineers hours of work
In this blog, Lanre Bakare explores how adding type hints and docstrings to code can save engineers hours of their work time.
Coding Interviews Problem 11: Counts nodes in Complete Binary Tree [Amazon]
https://machine-learning-made-simple.medium.com/coding-interviews-problem-11-counts-nodes-in-complete-binary-tree-amazon-c95e7de1b075
https://machine-learning-made-simple.medium.com/coding-interviews-problem-11-counts-nodes-in-complete-binary-tree-amazon-c95e7de1b075
Medium
Coding Interviews Problem 11: Counts nodes in Complete Binary Tree [Amazon]
Binary Trees, Recursion, Tree Template, DSA
Keep Code Dry (Don’t Repeat Yourself)
https://medium.com/@thesimplelearning/keep-code-dry-dont-repeat-yourself-45828f69d10a
https://medium.com/@thesimplelearning/keep-code-dry-dont-repeat-yourself-45828f69d10a
Medium
Keep Code Dry (Don’t Repeat Yourself)
Imagine you’re baking cookies. Instead of writing out the recipe multiple times for different types of cookies, you create a master recipe…
CRUD app using ORM and Fastapi python using postman
https://medium.com/@blogshub4/crud-app-using-orm-and-fastapi-python-using-postman-309fd481ff0c
https://medium.com/@blogshub4/crud-app-using-orm-and-fastapi-python-using-postman-309fd481ff0c
Medium
CRUD app using ORM and Fastapi python using postman
Install python
How to Automate Testing using GitHub Actions
https://medium.com/@travelling-programmer/how-to-automate-testing-using-github-actions-e0a213b85add
https://medium.com/@travelling-programmer/how-to-automate-testing-using-github-actions-e0a213b85add
Medium
How to Automate Testing using GitHub Actions
You and your team have now been contributing to your codebase for a while and have performed refactor after refactor, modularizing your…
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…