Day 1-11 of“100 Days of Code: The Complete Python Pro Bootcamp” by Angela Yu on Udemy
https://graciakleijnen.medium.com/day-1-11-of-100-days-of-code-the-complete-python-pro-bootcamp-by-angela-yu-on-udemy-ce35a0021622
https://graciakleijnen.medium.com/day-1-11-of-100-days-of-code-the-complete-python-pro-bootcamp-by-angela-yu-on-udemy-ce35a0021622
Medium
Day 1-11 of“100 Days of Code: The Complete Python Pro Bootcamp” by Angela Yu on Udemy
What I think so far
Introducing Autoengage: A Versatile User Engagement Automation Tool
https://medium.com/@mehdibafdil/revolutionizing-networking-the-power-of-autoengage-1b45be46c23f
https://medium.com/@mehdibafdil/revolutionizing-networking-the-power-of-autoengage-1b45be46c23f
Medium
Introducing Autoengage: A Versatile User Engagement Automation Tool
Introduction
🚨 Malicious PyPI Package Steals AWS Keys 🚨
https://medium.com/@wiretor/malicious-pypi-package-steals-aws-keys-b2b633ca4467
https://medium.com/@wiretor/malicious-pypi-package-steals-aws-keys-b2b633ca4467
Medium
🚨 Malicious PyPI Package Steals AWS Keys 🚨
WIRE TOR — The Ethical Hacking Services
From Ashes to Algorithms: How GOES Satellites and Python Can Protect Wildlife and Communities
https://pub.towardsai.net/from-ashes-to-algorithms-how-goes-satellites-and-python-can-protect-wildlife-and-communities-22cc22572c0c
https://pub.towardsai.net/from-ashes-to-algorithms-how-goes-satellites-and-python-can-protect-wildlife-and-communities-22cc22572c0c
Medium
From Ashes to Algorithms: How GOES Satellites and Python Can Protect Wildlife and Communities
Introduction
Compare one(), first(), get(), and scalar() in SQLAlchemy
https://lynn-kwong.medium.com/compare-one-first-get-and-scalar-in-sqlalchemy-dda44c7906b2
https://lynn-kwong.medium.com/compare-one-first-get-and-scalar-in-sqlalchemy-dda44c7906b2
Medium
Compare one(), first(), get(), and scalar() in SQLAlchemy
Learn different ways to get results from a database with ORM
Extracting Key Words: A Practical Guide with TF-IDF and Sparse Structures
https://medium.com/@mauricio.fonmarques/extracting-key-words-a-practical-guide-with-tf-idf-and-sparse-structures-ed5446b0d2d6
https://medium.com/@mauricio.fonmarques/extracting-key-words-a-practical-guide-with-tf-idf-and-sparse-structures-ed5446b0d2d6
Medium
Extracting Key Words: A Practical Guide with TF-IDF and Sparse Structures
Introduction
Building an Automated Data Pipeline from Scratch between App Store Data and BigQuery
https://medium.com/@leofgonzalez/building-an-automated-data-pipeline-from-scratch-between-app-store-data-and-bigquery-ef85452aecea
https://medium.com/@leofgonzalez/building-an-automated-data-pipeline-from-scratch-between-app-store-data-and-bigquery-ef85452aecea
Medium
Building an Automated Data Pipeline from Scratch between App Store Data and BigQuery
In this article, you will learn how to create a complete and automated data pipeline using Python and Google Cloud Platform services.
Machine Learning for Hyperlocal Temperature Prediction
https://medium.com/@weatherpy/machine-learning-for-hyperlocal-temperature-prediction-24388e34b8cd
https://medium.com/@weatherpy/machine-learning-for-hyperlocal-temperature-prediction-24388e34b8cd
Medium
Machine Learning for Hyperlocal Temperature Prediction
Leveraging Atmospheric Soundings
Integrating OpenTelemetry into CI/CD for observability
https://medium.com/@rasvihostings/integrating-opentelemetry-into-ci-cd-for-observability-e3a953bda600
https://medium.com/@rasvihostings/integrating-opentelemetry-into-ci-cd-for-observability-e3a953bda600
Medium
Integrating OpenTelemetry into CI/CD for observability
Monitor your CI/CD pipeline through OpenTelemetry
10 Python Libraries for Data Science You Probably Haven’t Tried
https://medium.com/@riteshgupta.ai/10-python-libraries-for-data-science-you-probably-havent-tried-7d98dd4f5fc4
https://medium.com/@riteshgupta.ai/10-python-libraries-for-data-science-you-probably-havent-tried-7d98dd4f5fc4
Medium
10 Python Libraries for Data Science You Probably Haven’t Tried
Unlock Efficiency with These Hidden Gems
How to list all deployed aws resources with aws cdk
https://medium.com/@mayintuji/how-to-list-all-deployed-aws-resources-with-aws-cdk-e2eb140bcc9f
https://medium.com/@mayintuji/how-to-list-all-deployed-aws-resources-with-aws-cdk-e2eb140bcc9f
Medium
How to list all deployed aws resources with aws cdk
I have an AWS Cdk deployer application that deployed multiple resources in AWS. The application uses a config file that acts as an input file and using that it deployed multiple was ecs task in a…