Handling Errors Like A Pro: Practical Strategies For Python Error Management
https://medium.com/@darshilvsheth10/handling-errors-like-a-pro-practical-strategies-for-python-error-management-8adffc17e178
https://medium.com/@darshilvsheth10/handling-errors-like-a-pro-practical-strategies-for-python-error-management-8adffc17e178
Medium
Handling Errors Like A Pro: Practical Strategies For Python Error Management
Error handling is important, but if it obscures logic, it’s wrong- Robert C. Martin, Clean Code: A Handbook of Agile Software Craftsmanship
My Data Science Internship Journey at Oasis Infobyte
https://medium.com/@jkpvr123/my-data-science-internship-journey-at-oasis-infobyte-56b19694a5a3
https://medium.com/@jkpvr123/my-data-science-internship-journey-at-oasis-infobyte-56b19694a5a3
Medium
My Data Science Internship Journey at Oasis Infobyte
As I embarked on my data science internship journey, I was filled with excitement, curiosity, and a strong desire to learn and contribute…
Deep Fake: The Evolution and Implications of Image Manipulation
https://medium.com/@reigner41/deep-fake-the-evolution-and-implications-of-image-manipulation-4101f5d96804
https://medium.com/@reigner41/deep-fake-the-evolution-and-implications-of-image-manipulation-4101f5d96804
Medium
Deep Fake: The Evolution and Implications of Image Manipulation
Back in 2018, I found myself working on a project for a company involved with expressway development in the Philippines. Our mission at the…
Context Managers — Managing Resources in Python
https://medium.com/@saverio3107/context-managers-managing-resources-in-python-d3faa7085975
https://medium.com/@saverio3107/context-managers-managing-resources-in-python-d3faa7085975
Medium
Context Managers — Managing Resources in Python
The contextmanager decorator is a Python feature that simplifies the task of writing classes or functions that set up a context for the…
Mastering Financial Engineering: From Python Simulations to Interactive Apps
https://medium.com/@uljanova.jekaterina/mastering-financial-engineering-from-python-simulations-to-interactive-apps-3b5975ffa48c
https://medium.com/@uljanova.jekaterina/mastering-financial-engineering-from-python-simulations-to-interactive-apps-3b5975ffa48c
Medium
Mastering Financial Engineering: From Python Simulations to Interactive Apps
A Step-by-Step Guide to Creating Professional Financial Models and Deploying Them with Python and Streamlit
Journey of Developing Data Check Using Django
https://medium.com/@vishal.im/journey-of-developing-data-check-using-django-971d9314eab9
https://medium.com/@vishal.im/journey-of-developing-data-check-using-django-971d9314eab9
Medium
Journey of Developing Data Check Using Django
Building a project from the ground up is always an adventure filled with challenges, learnings, and small victories. Today, I’d like to…
Fetching and Storing Weather Data with Python and MySQL
https://rajdeepsarkar95.medium.com/fetching-and-storing-weather-data-with-python-and-mysql-91e5e0d9e810
https://rajdeepsarkar95.medium.com/fetching-and-storing-weather-data-with-python-and-mysql-91e5e0d9e810
Medium
Fetching and Storing Weather Data with Python and MySQL
Introduction
Essential Django ORM Commands You Need to Master (Part 1)
https://medium.com/@tomas.svojanovsky11/essential-django-orm-commands-you-need-to-master-part-1-4346c3f04806
https://medium.com/@tomas.svojanovsky11/essential-django-orm-commands-you-need-to-master-part-1-4346c3f04806
Medium
Essential Django ORM Commands You Need to Master (Part 1)
Unlock the Power of Django ORM: A Comprehensive Guide to Mastering Database Operations
Vectorize and Parallelize RL Environments with JAX: Q-learning at the Speed of Light⚡
https://towardsdatascience.com/vectorize-and-parallelize-rl-environments-with-jax-q-learning-at-the-speed-of-light-49d07373adf5
https://towardsdatascience.com/vectorize-and-parallelize-rl-environments-with-jax-q-learning-at-the-speed-of-light-49d07373adf5
Medium
Vectorize and Parallelize RL Environments with JAX: Q-learning at the Speed of Light⚡
Learn to vectorize a GridWorld environment and train 30 Q-learning agents in parallel on a CPU, at 1.8 million step per seconds!
Writing an ASGI server from scratch and using it with FastAPI
https://medium.com/@rsalgare95/writing-an-asgi-server-from-scratch-and-using-it-with-fastapi-21ec1191f3c7
https://medium.com/@rsalgare95/writing-an-asgi-server-from-scratch-and-using-it-with-fastapi-21ec1191f3c7
Medium
Writing an ASGI server from scratch and using it with FastAPI
Overview
Two Sum Problem| Competitive programming| Python
https://medium.com/@kepari/two-sum-problem-competitive-programming-python-4fb3af5d2d53
https://medium.com/@kepari/two-sum-problem-competitive-programming-python-4fb3af5d2d53
Medium
Two Sum Problem| Competitive programming| Python
Problem statement: Given an array of integers nums[] and an integer target, return indices of the two numbers such that they add up to…
Getting started with pandas: A Beginner’s Guide to Data Analysis in Python
https://medium.com/@shlok.sanghvi06783/getting-started-with-pandas-a-beginners-guide-to-data-analysis-in-python-9512c6485600
https://medium.com/@shlok.sanghvi06783/getting-started-with-pandas-a-beginners-guide-to-data-analysis-in-python-9512c6485600
Medium
Getting started with pandas: A Beginner’s Guide to Data Analysis in Python
Introduction
Crypto CTF — Learning permutation
https://golamrabbany.medium.com/crypto-ctf-learning-permutation-4f5b85c062fd
https://golamrabbany.medium.com/crypto-ctf-learning-permutation-4f5b85c062fd
Medium
Crypto CTF — Learning permutation
Permutation cipher aka Transposition cipher is a cryptographic algorithm that swaps the position of a string (the secret message). It has three types, but we will solve the straight algorithm. It…
5 Useful Python Libraries You Should Use in Your Projects
https://levelup.gitconnected.com/5-useful-python-libraries-you-should-use-in-your-projects-39df661dd70a
https://levelup.gitconnected.com/5-useful-python-libraries-you-should-use-in-your-projects-39df661dd70a
Medium
5 Useful Python Libraries You Should Use in Your Projects
Useful Python Libraries!