Physics of the Tri-Solar Syzygy from The 3 Body Problem.
https://rjallain.medium.com/physics-of-the-tri-solar-syzygy-from-the-3-body-problem-3820c53ba032
https://rjallain.medium.com/physics-of-the-tri-solar-syzygy-from-the-3-body-problem-3820c53ba032
Medium
Physics of the Tri-Solar Syzygy from The 3 Body Problem.
If it’s in the trailer, it’s not a spoiler. I’m talking about the scene from The 3 Body Problem in which the inhabitants of Trisolaris get…
The Fibonacci Sequence Explained in 50 Programming Languages
https://levelup.gitconnected.com/the-fibonacci-sequence-explained-in-50-programming-languages-7f7b43704138
https://levelup.gitconnected.com/the-fibonacci-sequence-explained-in-50-programming-languages-7f7b43704138
Medium
The Fibonacci Sequence Explained in 50 Programming Languages
This sequence first made its appearance in “Liber Abaci,” a book written by Fibonacci. See the Fibonacci sequence in Python…
3 Query Expansion Methods Implemented Using Langchain to Improve Your RAG
https://levelup.gitconnected.com/3-query-expansion-methods-implemented-using-langchain-to-improve-your-rag-81078c1330cd
https://levelup.gitconnected.com/3-query-expansion-methods-implemented-using-langchain-to-improve-your-rag-81078c1330cd
Medium
3 Query Expansion Methods Implemented Using Langchain to Improve Your RAG
There are multiple method that we can use to improve the capability of Retrieval Augmented Generation or RAG, one of the method is called…
Anomaly Detection Using SVM: Unlock the Secrets Behind 5 Fascinating Techniques
https://levelup.gitconnected.com/anomaly-detection-using-svm-unlock-the-secrets-behind-5-fascinating-techniques-d5e077df06b2
https://levelup.gitconnected.com/anomaly-detection-using-svm-unlock-the-secrets-behind-5-fascinating-techniques-d5e077df06b2
Medium
Anomaly Detection Using SVM: Unlock the Secrets Behind 5 Fascinating Techniques
An Overview of Anomaly Detection and its Importance
Simplifying Python — Explaining Complex Concepts for Beginners: Day 1
https://medium.com/@dipan.saha/simplifying-python-explaining-complex-concepts-for-beginners-day-1-6eb1c8166cad
https://medium.com/@dipan.saha/simplifying-python-explaining-complex-concepts-for-beginners-day-1-6eb1c8166cad
Medium
Python — Understanding Advanced Concepts with Ease: Day 1 (TypedDict & Inheritance)
Python is a powerful programming language known for its simplicity and readability. However, as you delve deeper into its ecosystem, you…
A common Python myth, or why you don’t need map, filter, and reduce in Python
https://medium.com/@f.huber/a-common-python-myth-or-why-you-dont-need-map-filter-and-reduce-in-python-0e92eeae99eb
https://medium.com/@f.huber/a-common-python-myth-or-why-you-dont-need-map-filter-and-reduce-in-python-0e92eeae99eb
Medium
A common Python myth, or why you don’t need map, filter, and reduce in Python
I very frequently teach Python. A lot. I teach Python to bachelor students, to master students, to researchers. And every standard Python…
Managing Python Versions: A Beginner’s Guide to Pyenv
https://medium.com/@antongw1p/managing-python-versions-a-beginners-guide-to-pyenv-895cf27e6bc5
https://medium.com/@antongw1p/managing-python-versions-a-beginners-guide-to-pyenv-895cf27e6bc5
Medium
Managing Python Versions: A Beginner’s Guide to Pyenv
Have you ever needed to upgrade a Python version on a project? Or perhaps you found yourself in a situation where you need to have multiple…
Comparing R And Python: Which Is Better For Data Science?
https://medium.com/@rogeremitchell/comparing-r-and-python-which-is-better-for-data-science-c8ca2ab7c74a
https://medium.com/@rogeremitchell/comparing-r-and-python-which-is-better-for-data-science-c8ca2ab7c74a
Medium
Comparing R And Python: Which Is Better For Data Science?
R vs python for data science, which I should start
Jailbreak: Why It’s So Hard to Setup a Restricted Shell in Modern Python
https://nathanielsinger.medium.com/jailbreak-why-its-so-hard-to-setup-a-restricted-shell-in-modern-python-3ba9d43eb2ee
https://nathanielsinger.medium.com/jailbreak-why-its-so-hard-to-setup-a-restricted-shell-in-modern-python-3ba9d43eb2ee
Medium
Jailbreak: Why It’s So Hard to Setup a Restricted Shell in Modern Python
Exploring interpreter nuances and undefined functionality to escape almost any Python3 restricted shell.
Monitoring Endangered Species with Python and iNaturalist API
https://medium.com/@axel.em.casas/monitoring-endangered-species-with-python-and-inaturalist-api-7de4f7582853
https://medium.com/@axel.em.casas/monitoring-endangered-species-with-python-and-inaturalist-api-7de4f7582853
Medium
Monitoring Endangered Species with Python and iNaturalist API
In this project, I show you how you can get data from citizen science apps to create an interactive map to monitor endengared species.
This is How I Automated Tons of Certificates Using Python
https://medium.com/@axel.em.casas/this-is-how-i-automated-tons-of-certificates-using-python-29364968b748
https://medium.com/@axel.em.casas/this-is-how-i-automated-tons-of-certificates-using-python-29364968b748
Medium
This is How I Automated Tons of Certificates Using Python
Python real-life project to create tons of certificates in just 10 seconds
How to Create an Automated Tracker from an Application Status System by Python, Flask, and AWS EC2…
https://medium.com/preprintblog/how-to-create-an-automated-tracker-from-an-application-status-system-by-python-flask-and-aws-ec2-6a7eeda0ee66
https://medium.com/preprintblog/how-to-create-an-automated-tracker-from-an-application-status-system-by-python-flask-and-aws-ec2-6a7eeda0ee66
Medium
How to Create an Automated Tracker from an Application Status System by Python, Flask, and AWS EC2 (1): Initial Set-Up
When you apply for something, such as a visa or a job, there’s often a system in place to check the status of your application. However…
Mastering Python Decorators — Parameterization and Function Identity — Part II
https://medium.com/@canundeger/mastering-python-decorators-parameterization-and-function-identity-part-ii-f899c2fb0e87
https://medium.com/@canundeger/mastering-python-decorators-parameterization-and-function-identity-part-ii-f899c2fb0e87
Medium
Mastering Python Decorators — Parameterization and Function Identity — Part II
This is the second part of our exploration into Python decorators. If you haven’t had the chance to read the first part, where we…