Avoid Errors While Accessing Values in Python ❌
https://medium.com/@HeCanThink/avoid-errors-while-accessing-values-in-python-10482f6a2fa3
https://medium.com/@HeCanThink/avoid-errors-while-accessing-values-in-python-10482f6a2fa3
Medium
Avoid Errors While Accessing Values in Python ❌
dict.get(key) vs dict[key]. list.pop(index) and list[index]. str.find(substring) and str.index(substring). Access values from different…
The Human Side of Python: Crafting Code with Empathy
https://medium.com/@etirismagazine/the-human-side-of-python-crafting-code-with-empathy-82feb730b1c9
https://medium.com/@etirismagazine/the-human-side-of-python-crafting-code-with-empathy-82feb730b1c9
Medium
The Human Side of Python: Crafting Code with Empathy
In the digital age, where code drives our world, Python emerges as a beacon of simplicity and human-centric design. Beyond its syntax and…
**100 Days of Data Science: Day 2 — Illuminating Data through Exploration**
https://medium.com/@pitafimurad99/100-days-of-data-science-day-2-illuminating-data-through-exploration-5c4885de3102
https://medium.com/@pitafimurad99/100-days-of-data-science-day-2-illuminating-data-through-exploration-5c4885de3102
Medium
**100 Days of Data Science: Day 2 — Illuminating Data through Exploration**
📊 Welcome back to my exhilarating 100 Days of Data Science journey! Today marks Day 2, and I’m thrilled to take you on an insightful…
Python in AI: The Whys of Its Dominance
https://medium.com/@rathva.1/python-in-ai-the-whys-of-its-dominance-dc5db7e338c3
https://medium.com/@rathva.1/python-in-ai-the-whys-of-its-dominance-dc5db7e338c3
Medium
Python in AI: The Whys of Its Dominance
The AI boom is real, folks! Everywhere you turn, someone’s experimenting with AI and trying to build the next big thing. If you want to…
How to Funkify Images w/ Python (NumPy and OpenCV)
https://medium.com/@luke.tambakis/how-to-funkify-images-w-python-numpy-and-opencv-3d7c8f8e2bb0
https://medium.com/@luke.tambakis/how-to-funkify-images-w-python-numpy-and-opencv-3d7c8f8e2bb0
Medium
How to Funkify Images w/ Python (NumPy and OpenCV)
In this blog I’m going to explain how I made a Python script to “funkify” images with Python code. The program is fast enough that it even…
Feeling uninspired? Let the AI assist you with your end-of-day status emails!
https://medium.com/@gastoncerrillo/feeling-uninspired-let-the-ai-assist-you-with-your-end-of-day-status-emails-ce7fd9f86d10
https://medium.com/@gastoncerrillo/feeling-uninspired-let-the-ai-assist-you-with-your-end-of-day-status-emails-ce7fd9f86d10
Medium
Feeling uninspired? Let the AI assist you with your end-of-day status emails!
Being a developer it’s not about just coding, we need to keep a good communication with the people involved on our projects
Unleashing the Power of Large Language Models (LLMs) with Python
https://medium.com/@hiralbhatt789/unleashing-the-power-of-large-language-models-llms-with-python-df8c4a255284
https://medium.com/@hiralbhatt789/unleashing-the-power-of-large-language-models-llms-with-python-df8c4a255284
Medium
Unleashing the Power of Large Language Models (LLMs) with Python
In the realm of artificial intelligence and natural language processing, Large Language Models (LLMs) have emerged as groundbreaking tools…
Python Challenge | Counting Sheep | Level: Easy
https://medium.com/@pythonchallengers/python-challenge-counting-sheep-level-easy-dab56be9361d
https://medium.com/@pythonchallengers/python-challenge-counting-sheep-level-easy-dab56be9361d
Medium
Python Challenge: Counts True values in an array
Consider an array/list of sheep where some sheep may be missing from their place. We need a function that counts the number of sheep…
Python topics for beginners from basic to advanced
https://medium.com/@prateekbansalind/python-topics-for-beginners-from-basic-to-advanced-312cbedf8d0e
https://medium.com/@prateekbansalind/python-topics-for-beginners-from-basic-to-advanced-312cbedf8d0e
Medium
Python topics for beginners from basic to advanced
Basic Topics:
Demystifying Support Vector Machines — Week 3, Day 20
https://medium.com/@afterhourscoding/demystifying-support-vector-machines-week-3-day-20-fc0f6b1f2e4d
https://medium.com/@afterhourscoding/demystifying-support-vector-machines-week-3-day-20-fc0f6b1f2e4d
Medium
Demystifying Support Vector Machines — Week 3, Day 20
Hello again, and welcome to Day 20 of our “Python for Data Science: 100 Days to Mastery” challenge. Today, we’re delving into a powerful…
Protect Your Python Projects: Avoid Direct setup.py Invocation for Ultimate Code Safeguarding!
https://pub.towardsai.net/protect-your-python-projects-avoid-direct-setup-py-invocation-for-ultimate-code-safeguarding-914b08b537ce
https://pub.towardsai.net/protect-your-python-projects-avoid-direct-setup-py-invocation-for-ultimate-code-safeguarding-914b08b537ce
Medium
Protect Your Python Projects: Avoid Direct setup.py Invocation for Ultimate Code Safeguarding!
It’s time to say goodbye to setup.py complexities and embrace efficient Python packaging with build frontends.
How to Build a Discord Bot with Python?
https://donwolfonline.medium.com/how-to-build-a-discord-bot-with-python-a44fb1a09b59
https://donwolfonline.medium.com/how-to-build-a-discord-bot-with-python-a44fb1a09b59
Medium
How to Build a Discord Bot with Python?
Discord, the popular communication platform, offers a wide range of features to enhance user experience. One of the standout features is…
Let’s understand the 1D convolution operation in PyTorch
https://medium.com/@mijanr/lets-understand-the-1d-convolution-operation-in-pytorch-541426f01448
https://medium.com/@mijanr/lets-understand-the-1d-convolution-operation-in-pytorch-541426f01448
Medium
Let’s understand the 1D convolution operation in PyTorch
Did you know it right? Did you try to see what’s really happening inside?
Python in Cyber Security — Applications and Examples
https://medium.com/@yanadurb/python-in-cyber-security-applications-and-examples-87fc38be387
https://medium.com/@yanadurb/python-in-cyber-security-applications-and-examples-87fc38be387
Medium
Python in Cyber Security — Applications and Examples
Python is one of the most popular programming languages in cybersecurity due to its simplicity, flexibility, and extensive library support…
How to Build a Speech Transcription App with Streamlit and Whisper and then Dockerize it
https://medium.com/@leopoldwieser1/how-to-build-a-speech-transcription-app-with-streamlit-and-whisper-and-then-dockerize-it-88418fd4a90
https://medium.com/@leopoldwieser1/how-to-build-a-speech-transcription-app-with-streamlit-and-whisper-and-then-dockerize-it-88418fd4a90
Medium
How to Build a Speech Transcription App with Streamlit and Whisper and then Dockerize it
Introduction
Pandas DataFrame: How to concatenate with Python examples
https://medium.com/capital-one-tech/pandas-dataframe-how-to-concatenate-with-python-examples-62198766d90a
https://medium.com/capital-one-tech/pandas-dataframe-how-to-concatenate-with-python-examples-62198766d90a
Medium
Pandas DataFrame: How to concatenate with Python examples
Concatenation of DataFrames and Series with Python in Pandas