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…
EarthPy: Simplifying Geospatial Data Analysis in Python
https://medium.com/@evertongomede/earthpy-simplifying-geospatial-data-analysis-in-python-cb5236d83709
https://medium.com/@evertongomede/earthpy-simplifying-geospatial-data-analysis-in-python-cb5236d83709
Medium
EarthPy: Simplifying Geospatial Data Analysis in Python
Introduction
Python Path Mastery: Essential Path Manipulation Techniques
https://ravi-m.medium.com/python-path-mastery-essential-path-manipulation-techniques-e2c0956b0e63
https://ravi-m.medium.com/python-path-mastery-essential-path-manipulation-techniques-e2c0956b0e63
Medium
Python Path Mastery: Essential Path Manipulation Techniques
Optimize file handling and avoid common path errors with expert Python techniques.
Enhance Your Python Skills: Leveraging Pattern Matching with “match”
https://medium.com/@ferdina.kusumah/enhance-your-python-skills-leveraging-pattern-matching-with-match-96382177869e
https://medium.com/@ferdina.kusumah/enhance-your-python-skills-leveraging-pattern-matching-with-match-96382177869e
Medium
Enhance Your Python Skills: Leveraging Pattern Matching with “match”
Welcome, Python enthusiasts, to a journey into the heart of Python’s evolution! Start with the release of Python 3.10, a powerful and…
Simplifying Python — Explaining Complex Concepts for Beginners: Day 2
https://medium.com/@dipan.saha/simplifying-python-explaining-complex-concepts-for-beginners-day-2-a54f066b32ec
https://medium.com/@dipan.saha/simplifying-python-explaining-complex-concepts-for-beginners-day-2-a54f066b32ec
Medium
Simplifying Python — Explaining Complex Concepts for Beginners: Day 2
Welcome back to Day 2 of our Simplifying Python — Explaining Complex Concepts for Beginners series! Let’s learn something new today.