Mastering Python in 7 Days — Day 2: Python Fundamentals
https://medium.com/@rizmulya/mastering-python-in-7-days-day-2-python-fundamentals-979b00c9ec11
https://medium.com/@rizmulya/mastering-python-in-7-days-day-2-python-fundamentals-979b00c9ec11
Medium
Mastering Python in 7 Days — Day 2: Python Fundamentals
Welcome to Day 2 of your Python learning journey! Today, we’ll dive into the fundamental building blocks of Python. We’ll cover variables…
Handling varying workload seamlessly with Kubernetes Autoscaler
https://medium.com/@olorunfemikawonise_56441/handling-varying-workload-seamlessly-with-kubernetes-autoscaler-e63c8743302a
https://medium.com/@olorunfemikawonise_56441/handling-varying-workload-seamlessly-with-kubernetes-autoscaler-e63c8743302a
Medium
Handling varying workload seamlessly with Kubernetes Autoscaler
As modern web applications continue to evolve, ensuring their seamless performance under varying workloads becomes a critical concern…
Understanding List Comprehension in Python
https://learningdaily.dev/understanding-list-comprehension-in-python-7ae357796a5e
https://learningdaily.dev/understanding-list-comprehension-in-python-7ae357796a5e
Medium
Understanding List Comprehension in Python
In Python, list comprehension is a concise way to create new lists based on existing lists or other iterable objects. In other words, it…
Designing REST API with caching layer
https://medium.com/@aaron.cpsh/designing-rest-api-with-caching-layer-e442bc935090
https://medium.com/@aaron.cpsh/designing-rest-api-with-caching-layer-e442bc935090
Medium
Designing REST API with caching layer
Idea: To create REST API which will work on back-end side with another REST API or with the set of APIs through using the Database for…
Unleashing the Power of LLMs in Software Development
https://blog.datacurious.ai/unleashing-the-power-of-llms-in-software-development-a567e35dbbca
https://blog.datacurious.ai/unleashing-the-power-of-llms-in-software-development-a567e35dbbca
Medium
Unleashing the Power of LLMs in Software Development
A Dive into ChatGPT Prompt Engineering for Developers
Ink to Insights: Comparing SQL and Python Queries using Bookshop Analytics
https://towardsdatascience.com/ink-to-insights-comparing-sql-and-python-queries-using-bookshop-analytics-90e3bb200671
https://towardsdatascience.com/ink-to-insights-comparing-sql-and-python-queries-using-bookshop-analytics-90e3bb200671
Medium
Ink to Insights: Comparing SQL and Python Queries using Bookshop Analytics
Which approach is better for your exploratory data analysis?
Dynamic Data Transformation with Django Serializers Using DB Settings
https://medium.com/@joloiuy/dynamic-data-transformation-with-django-serializers-using-db-settings-177dabad9261
https://medium.com/@joloiuy/dynamic-data-transformation-with-django-serializers-using-db-settings-177dabad9261
Medium
Dynamic Data Transformation with Django Serializers Using DB Settings
In web applications, there are scenarios where we need to display data differently from how it's stored in our database, often driven by…
Quantifying Stock Trends: The Rolling Hurst Exponent in Python
https://medium.com/@crisvelasquez/quantifying-stock-trends-the-rolling-hurst-exponent-in-python-d7108fc0e837
https://medium.com/@crisvelasquez/quantifying-stock-trends-the-rolling-hurst-exponent-in-python-d7108fc0e837
Medium
Charting Market Rhythms: The Rolling Hurst Exponent in Python
1. Introduction
How I Learned Python Programming with the Pomodoro Technique
https://medium.com/@mshaheer2412/how-i-learned-python-programming-with-the-pomodoro-technique-ae44abfadce7
https://medium.com/@mshaheer2412/how-i-learned-python-programming-with-the-pomodoro-technique-ae44abfadce7
Medium
How I Learned Python Programming with the Pomodoro Technique
Introduction
The theory of Logistic Regression and a Python implementation from scratch
https://medium.com/@souilmi.saad00/the-theory-of-logistic-regression-and-a-python-implementation-from-scratch-5cb91f4a2069
https://medium.com/@souilmi.saad00/the-theory-of-logistic-regression-and-a-python-implementation-from-scratch-5cb91f4a2069
Medium
The theory of Logistic Regression and a Python implementation from scratch
When learning about new concepts in applied mathematics and machine learning, I personally need to have a very good and deep understanding…
What is FFI (Foreign Function Interface)? An Intuitive Explanation
https://medium.com/@alex.gorpynich/what-is-ffi-foreign-function-interface-an-intuitive-explanation-7327444e347a
https://medium.com/@alex.gorpynich/what-is-ffi-foreign-function-interface-an-intuitive-explanation-7327444e347a
Medium
What is FFI (Foreign Function Interface)? An Intuitive Explanation
The concept of FFI explained for beginners in an initiative manner.
data engineering MOOCs are great, but…
https://medium.com/@joshpalermo/data-engineering-moocs-are-great-but-799070d761ef
https://medium.com/@joshpalermo/data-engineering-moocs-are-great-but-799070d761ef
Medium
data engineering MOOCs are great, but…
Before I landed a data engineering job, I did lots and lots of MOOCs, in hopes of accelerating my journey and heightening my chances of…
Tired with the slow speed of Django?Lets try Django Ninja! Part -1
https://medium.com/@sangeeth123sj/tired-with-the-slow-speed-of-django-lets-try-django-ninja-part-1-3c869025b4eb
https://medium.com/@sangeeth123sj/tired-with-the-slow-speed-of-django-lets-try-django-ninja-part-1-3c869025b4eb
Medium
Tired with the slow speed of Django?Lets try Django Ninja! Part -1
Django ninja is a wrapper built on fastAPI and is heavily inspired by FastAPI. It brings together good things from both worlds, the…
Python Iterable Unpacking: A Comprehensive Guide with Examples
https://celikmustafa89.medium.com/python-iterable-unpacking-a-comprehensive-guide-with-examples-2402e42bf0c0
https://celikmustafa89.medium.com/python-iterable-unpacking-a-comprehensive-guide-with-examples-2402e42bf0c0
Medium
Python Iterable Unpacking: A Comprehensive Guide with Examples
Mastering the Art of Efficient Data Extraction and Variable Assignment
Classical Mechanics with SymPy: Coupled Spring-Mass System
https://medium.com/@hanneskoessl/classical-mechanics-with-sympy-coupled-spring-mass-system-f473df7502aa
https://medium.com/@hanneskoessl/classical-mechanics-with-sympy-coupled-spring-mass-system-f473df7502aa
Medium
Solve the Coupled Spring-Mass System with SymPy
SymPy is a powerful Python library for symbolic mathematics. In this blog we will use it to solve a classical mechanics problem.
Rust for Python Programmers #4 — Strings
https://medium.com/@julianofischer/rust-for-python-programmers-4-strings-62794c78f55c
https://medium.com/@julianofischer/rust-for-python-programmers-4-strings-62794c78f55c
Medium
Rust for Python Programmers #4 — Strings
Greetings, fellow developers! In this exciting part of our Rust journey for Python programmers, we’re diving into the world of strings…
Investing with Intelligence: The Art of Risk-Balanced Portfolios
https://medium.com/@anuj_chavan/investing-with-intelligence-the-art-of-risk-balanced-portfolios-4f15de8e3297
https://medium.com/@anuj_chavan/investing-with-intelligence-the-art-of-risk-balanced-portfolios-4f15de8e3297
Medium
Investing with Intelligence: The Art of Risk-Balanced Portfolios
In the ever-evolving landscape of quantitative finance and algorithmic trading, risk parity portfolios have emerged as a powerful tool for…