Use Import-linter to Make Your Python Project Architecture Cleaner
https://levelup.gitconnected.com/use-import-linter-to-make-your-python-project-architecture-cleaner-280567191da7
https://levelup.gitconnected.com/use-import-linter-to-make-your-python-project-architecture-cleaner-280567191da7
Medium
Use Import-linter to Make Your Python Project Architecture Cleaner
For active large Python projects, maintaining architectural cleanliness is quite challenging, especially in terms of dependencies between…
How to create an AI translation web app in Python. (Library In Gradio)
https://medium.com/@US-Yoshi/how-to-create-an-ai-translation-web-app-in-python-library-in-gradio-adb3a330bb18
https://medium.com/@US-Yoshi/how-to-create-an-ai-translation-web-app-in-python-library-in-gradio-adb3a330bb18
Medium
How to create an AI translation web app in Python.
(Library In Gradio)
(Library In Gradio)
I was able to create a translation application using a Python library easily and I would like to share it with you.
My God, It’s Full of Stars (6/7) — Adding Sliders to an Interactive Matplotlib Interface
https://medium.com/@datasciencefilmmaker/my-god-its-full-of-stars-6-9332b85cd3a2
https://medium.com/@datasciencefilmmaker/my-god-its-full-of-stars-6-9332b85cd3a2
Medium
My God, It’s Full of Stars (6/7) — Adding Sliders to an Interactive Matplotlib Interface
So far, we have learned some of the astrophysics of star clusters and white dwarfs, gotten Python to talk to our legacy C code using…
#1 Streamlit Magic Cheat Sheets(17000 lines of Codes)
https://medium.com/@tushar_aggarwal/1-streamlit-magic-cheat-sheets-17000-lines-of-codes-65de30513311
https://medium.com/@tushar_aggarwal/1-streamlit-magic-cheat-sheets-17000-lines-of-codes-65de30513311
Medium
#1 Streamlit Magic Cheat Sheets(17000 lines of Codes)
#1 of 101-Awesome Streamlit Apps by Tushar Aggarwal
How to Build a Mobile Style Transfer CycleGAN with Keras
https://abdulkaderhelwan.medium.com/how-to-build-a-mobile-style-transfer-cyclegan-with-keras-faccd534d367
https://abdulkaderhelwan.medium.com/how-to-build-a-mobile-style-transfer-cyclegan-with-keras-faccd534d367
Medium
How to Build a Mobile Style Transfer CycleGAN with Keras
In this article, we implement a CycleGAN from scratch.
How to Scrap Infinite Scrolling Web Pages?
https://medium.com/@karnrishabh25/how-to-scrap-infinite-scrolling-website-71b83fc064ec
https://medium.com/@karnrishabh25/how-to-scrap-infinite-scrolling-website-71b83fc064ec
Medium
How to Scrap Infinite Scrolling Web Pages?
Hey Scrappers,
Python: Monitoring people with artificial neural networks, however, with privacy
https://medium.com/@fernando.dijkinga/python-monitoring-people-with-artificial-neural-networks-however-with-privacy-019500e17087
https://medium.com/@fernando.dijkinga/python-monitoring-people-with-artificial-neural-networks-however-with-privacy-019500e17087
Medium
Python: Monitoring people with artificial neural networks, however, with privacy
Create code in Python that can identify people in a video using artificial intelligence, while maintaining their privacy
Arrays in NumPy bare basic thought for machine learning
https://medium.com/@basic_mitch/arrays-in-numpy-bare-basic-thought-for-machine-learning-de87a0feafd7
https://medium.com/@basic_mitch/arrays-in-numpy-bare-basic-thought-for-machine-learning-de87a0feafd7
Medium
Arrays in NumPy bare basic thought for machine learning
In my machine learning course, when the teacher was showing basic examples of in-data constructed with NumPy arrays I got kind of tripped…
Setting the Foundation: Python Installation and Exploring Data Types as DevOps…
https://medium.com/@kunalbarot3188/setting-the-foundation-python-installation-and-exploring-data-types-as-devops-fb0284c43f21
https://medium.com/@kunalbarot3188/setting-the-foundation-python-installation-and-exploring-data-types-as-devops-fb0284c43f21
Medium
Setting the Foundation: Python Installation and Exploring Data Types as DevOps Engineer👤♾️🐍👨🏻💻
What is Python?
Secure FastAPI WebSocket: Fixing Dependency Injection Errors
https://medium.com/@keshariaditya90/secure-fastapi-websocket-fixing-dependency-injection-errors-26fd10f97be1
https://medium.com/@keshariaditya90/secure-fastapi-websocket-fixing-dependency-injection-errors-26fd10f97be1
Medium
Secure FastAPI WebSocket: Fixing Dependency Injection Errors
Hey there!
NLP to LLM from Basic Principles: NLPlanet NLP and ML pt.7
https://medium.com/@brandonmgomes06/nlp-to-llm-from-basic-principles-nlplanet-nlp-and-ml-pt-7-9ac626484395
https://medium.com/@brandonmgomes06/nlp-to-llm-from-basic-principles-nlplanet-nlp-and-ml-pt-7-9ac626484395
Medium
NLP to LLM from Basic Principles: NLPlanet NLP and ML pt.7
Semantic Search on Big Data:
World Happiness Index: Exploratory Data Analysis with Python
https://medium.com/@SyedIzhanAli/world-happiness-index-exploratory-data-analysis-with-python-d027ce80a1c1
https://medium.com/@SyedIzhanAli/world-happiness-index-exploratory-data-analysis-with-python-d027ce80a1c1
Medium
World Happiness Index: Exploratory Data Analysis with Python
Why did this project?
Introduction to Discrete Event Simulation with Python
https://medium.com/@vitostamatti1995/introduction-to-discrete-event-simulation-with-python-3b0cce67f92e
https://medium.com/@vitostamatti1995/introduction-to-discrete-event-simulation-with-python-3b0cce67f92e
Medium
Introduction to Discrete Event Simulation with Python
Introduction to the main concepts of Discrete Event Simulation and its implementation using Python and the Simpy library.
Univariate Data Exploration with Matplotlib & Seaborn
https://medium.com/@tristenwallace/univariate-data-exploration-with-matplotlib-seaborn-aa4354d69788
https://medium.com/@tristenwallace/univariate-data-exploration-with-matplotlib-seaborn-aa4354d69788
Medium
Univariate Data Exploration with Matplotlib & Seaborn
All data analysis should start with understanding your data (hopefully already cleaned) through exploratory data analysis. This involves…
Beyond the Single Thread: A Practical Guide to Bypassing the GIL in Python
https://ravi-m.medium.com/beyond-the-single-thread-a-practical-guide-to-bypassing-the-gil-in-python-8602a3bf2eac
https://ravi-m.medium.com/beyond-the-single-thread-a-practical-guide-to-bypassing-the-gil-in-python-8602a3bf2eac
Medium
Beyond the Single Thread: A Practical Guide to Bypassing the GIL in Python
Understand the GIL, explore alternative libraries, and implement clever techniques for parallel processing.
Cultivating Insights: Extracting Topic-Specific Video Details from YouTube with Selenium
https://medium.com/@shashwatpatel107/cultivating-insights-extracting-topic-specific-video-details-from-youtube-with-selenium-bb88812e7e4b
https://medium.com/@shashwatpatel107/cultivating-insights-extracting-topic-specific-video-details-from-youtube-with-selenium-bb88812e7e4b
Medium
Cultivating Insights: Extracting Topic-Specific Video Details from YouTube with Selenium
Introduction
A Python Console App Journey
https://medium.com/@phronesiszoe9380/a-python-console-app-journey-996aa9179aeb
https://medium.com/@phronesiszoe9380/a-python-console-app-journey-996aa9179aeb
Medium
A Python Console App Journey
Embarking on a journey to create a tool that simplifies travel planning, my group and I ventured into the realm of Python programming, crafting the Travel InfoHub Console App. This nifty application…