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…
Creating an Arbitrage Alert System from scratch using Python and Supabase Day 6— Team Data CSVs…
https://paulconnollywriter.medium.com/creating-an-arbitrage-alert-system-from-scratch-using-python-and-supabase-day-6-team-data-csvs-801914dbb566
https://paulconnollywriter.medium.com/creating-an-arbitrage-alert-system-from-scratch-using-python-and-supabase-day-6-team-data-csvs-801914dbb566
Medium
Creating an Arbitrage Alert System from scratch using Python and Supabase Day 6— Team Data CSVs…
Hi Guys, and welcome back to this series. We are on Day 6 of Articles and today we are focusing on adding all of our team data to our…
How to Implement Lookup Table with Don’t Care Values (in Python)
https://medium.com/@isaacnew.creator/how-to-implement-lookup-table-with-dont-care-values-in-python-97361d19db25
https://medium.com/@isaacnew.creator/how-to-implement-lookup-table-with-dont-care-values-in-python-97361d19db25
Medium
How to Implement Lookup Table with Don’t Care Values (in Python)
In the previous article, “How to Build an Advanced AI Video Analytic Solution (Part 3) — Implementing Lookup Table to Identify Scenes”, we…
Efficiently Organizing Python Function Outputs in Multi-Sheets Excel File
https://medium.com/@thebinayak/efficiently-organizing-python-function-outputs-in-multi-sheets-excel-file-f0f5d0d3e6d5
https://medium.com/@thebinayak/efficiently-organizing-python-function-outputs-in-multi-sheets-excel-file-f0f5d0d3e6d5
Medium
Efficiently Organizing Python Function Outputs in Multi-Sheets Excel File
In today’s article, we’ll delve into a valuable technique that allows us to streamline the process of saving Python function outputs to an…
Python List And Its Built-in Methods
https://medium.com/@shivraj_1608/python-list-and-its-built-in-methods-d2daa17bff26
https://medium.com/@shivraj_1608/python-list-and-its-built-in-methods-d2daa17bff26
Medium
Python List And Its Built-in Methods
What is list?
10 Best IDE for Python Development You Must Consider in 2024
https://medium.com/@invedus/10-best-ide-for-python-development-you-must-consider-in-2024-891d5c2408ff
https://medium.com/@invedus/10-best-ide-for-python-development-you-must-consider-in-2024-891d5c2408ff
Medium
10 Best IDE for Python Development You Must Consider in 2024
Python, with its simplicity and versatility, has solidified its place as a favorite among programmers, both seasoned and newbies alike…