Leveraging Python’s OOP in Medallion Architecture for Enhanced Data Pipelines
https://medium.com/globant/leveraging-pythons-oop-in-medallion-architecture-for-enhanced-data-pipelines-92e96a6fc9d7
https://medium.com/globant/leveraging-pythons-oop-in-medallion-architecture-for-enhanced-data-pipelines-92e96a6fc9d7
Medium
Leveraging Python’s OOP in Medallion Architecture for Enhanced Data Pipelines
When building pipelines, for instance, in Azure Databricks, we often focus on processing the data rather than constructing a maintainable code. In scenarios where requirements suddenly change, we…
Love, Python, and HTML: Crafting a Valentine’s Day HTML Email Surprise
https://medium.com/@conner.maris1/love-python-and-html-crafting-a-valentines-day-html-email-surprise-372bd6dcb201
https://medium.com/@conner.maris1/love-python-and-html-crafting-a-valentines-day-html-email-surprise-372bd6dcb201
Medium
Love, Python, and HTML: Crafting a Valentine’s Day HTML Email Surprise
Introduction
Defensive Programming in Python: Part 1: Logging
https://vik-y.medium.com/defensive-programming-in-python-part-1-logging-1e365177c5aa
https://vik-y.medium.com/defensive-programming-in-python-part-1-logging-1e365177c5aa
Medium
Defensive Programming in Python: Part 1: Golden Rules for Logging
How to write code in Python that helps you sleep well at night. Code that you can rely on to work in production and not fail you!
9 Python Anti Patterns That I Will Never Apply in Production
https://levelup.gitconnected.com/9-python-anti-patterns-that-i-will-never-apply-in-production-dd6f3d1e4b42
https://levelup.gitconnected.com/9-python-anti-patterns-that-i-will-never-apply-in-production-dd6f3d1e4b42
Medium
9 Python Anti Patterns That I Will Never Apply in Production
Security first; readability matters
Python Pandas Library: A Comprehensive Guide with Code Examples
https://medium.com/@LearnPythonProgramming/python-pandas-library-a-comprehensive-guide-with-code-examples-fa5f45fee915
https://medium.com/@LearnPythonProgramming/python-pandas-library-a-comprehensive-guide-with-code-examples-fa5f45fee915
Medium
Python Pandas Library: A Comprehensive Guide with Code Examples
Python’s Pandas library is a powerful tool for data manipulation and analysis. It provides data structures and functions to efficiently…
Video and Audio Summarization with AssemblyAI
https://medium.com/django-unleashed/video-and-audio-summarization-with-assemblyai-ad425aab95db
https://medium.com/django-unleashed/video-and-audio-summarization-with-assemblyai-ad425aab95db
Medium
Video and Audio Summarization with AssemblyAI
In the digital age, where content is king, the ability to quickly digest and understand vast amounts of video and audio data is invaluable.
Read and Write Text Files Using Python Open
https://medium.com/enjoy-algorithm/read-and-write-text-files-using-python-open-59ae618f48fc
https://medium.com/enjoy-algorithm/read-and-write-text-files-using-python-open-59ae618f48fc
Medium
Read and Write Text Files Using Python Open
Writing, and Reading text files using Python is essential for ML Engineers and Data Scientists as most data are present in the text files.
Mastering Django Forms: A Comprehensive Guide
https://codeswithpankaj.medium.com/mastering-django-forms-a-comprehensive-guide-2b3621f1f245
https://codeswithpankaj.medium.com/mastering-django-forms-a-comprehensive-guide-2b3621f1f245
Medium
Mastering Django Forms: A Comprehensive Guide
Django, with its robust framework, offers a powerful toolset for building web applications efficiently. Among its many features, Django…
Exploring Netflix’s Content Galaxy with pandasAI: A Journey into Data-Driven Insights
https://medium.com/@samruddhig0799/exploring-netflixs-content-galaxy-with-pandasai-a-journey-into-data-driven-insights-98d36fd9267f
https://medium.com/@samruddhig0799/exploring-netflixs-content-galaxy-with-pandasai-a-journey-into-data-driven-insights-98d36fd9267f
Medium
Exploring Netflix’s Content Galaxy with pandasAI: A Journey into Data-Driven Insights
In the age of data overflow, the ability to ask straightforward questions and receive clear answers is more than just convenience — it’s a…
Put Your Python Package Versions on Autopilot with Pyproject.toml and Git
https://medium.com/the-python-project/put-your-python-package-versions-on-autopilot-with-pyproject-toml-and-git-01bc61822b65
https://medium.com/the-python-project/put-your-python-package-versions-on-autopilot-with-pyproject-toml-and-git-01bc61822b65
Medium
Put Your Python Package Versions on Autopilot with Pyproject.toml and Git
Using setuptools, setuptools-git-versioning and Git to create automated Semantic Versioning-compatible Python package versions
Humaning 101— what’s cooking in my life these days
https://medium.com/@idrissisarah/humaning-101-whats-cooking-in-my-life-these-days-81ec1c528f68
https://medium.com/@idrissisarah/humaning-101-whats-cooking-in-my-life-these-days-81ec1c528f68
Medium
Humaning 101— what’s cooking in my life these days
🐬 tl;dr Learning Python — Joined a student company as PO/marketing — attending local meetups with women in tech — thinking about…
Understanding the if __name__ == “__main__” Statement in Python
https://medium.com/@sarperismetmakas/understanding-the-if-name-main-statement-in-python-2d49974687dc
https://medium.com/@sarperismetmakas/understanding-the-if-name-main-statement-in-python-2d49974687dc
Medium
Understanding the if __name__ == “__main__” Statement in Python
When working with Python, you may have come across the statement if __name__ == '__main__': at the end of the script or module. It serves…
A Developer’s Experience: Linking C++ and Python with gRPC in Docker
https://medium.com/@iftimiealexandru/a-developers-experience-linking-c-and-python-with-grpc-in-docker-f7f677bcb8fa
https://medium.com/@iftimiealexandru/a-developers-experience-linking-c-and-python-with-grpc-in-docker-f7f677bcb8fa
Medium
A Developer’s Experience: Linking C++ and Python with gRPC in Docker
I had the recent opportunity to work on a project where the primary focus was the interaction between a C++ client and a Python server with…
ML Series 5: Understanding R-squared in Regression Analysis
https://medium.com/@sahin.samia/understanding-r-squared-in-regression-analysis-2d8246a63dbb
https://medium.com/@sahin.samia/understanding-r-squared-in-regression-analysis-2d8246a63dbb
Medium
ML Series 5: Understanding R-squared in Regression Analysis
R-squared is a statistical measure in regression analysis that indicates the proportion of the variance in the dependent variable that is…
Concurrent Python: Harnessing High-Performance Model Inference
https://medium.com/@deanmar/concurrent-python-harnessing-high-performance-model-inference-e9093ef8fc01
https://medium.com/@deanmar/concurrent-python-harnessing-high-performance-model-inference-e9093ef8fc01
Medium
Concurrent Python: Harnessing High-Performance Model Inference
As the realms of machine learning and deep learning continue to expand, the ability to perform high-performance model inference has become critical for developers and businesses alike. Python, being…