A simple tool to check whether Dpkg and PyPI packages are installed.
https://johnsonnnn.medium.com/a-simple-tool-to-check-whether-dpkg-and-pypi-packages-are-installed-afb5bda6b079
https://johnsonnnn.medium.com/a-simple-tool-to-check-whether-dpkg-and-pypi-packages-are-installed-afb5bda6b079
Medium
A simple tool to check whether Dpkg and PyPI packages are installed.
Simplify package verification and ensure correct installations.
Learn Data Science and AI by using only ChatGPT — The Beginning
https://jordannearlight.medium.com/learn-data-science-and-ai-by-using-only-chatgpt-the-beginning-3c7f935cfe9
https://jordannearlight.medium.com/learn-data-science-and-ai-by-using-only-chatgpt-the-beginning-3c7f935cfe9
Medium
Learn Data Science and AI by using only ChatGPT — The Beginning
Ok, this will be an experiment.
Speed Up Your Python Applications with High-Performance Libraries
https://medium.com/@aashupel2023/speed-up-your-python-applications-with-high-performance-libraries-105e9272582d
https://medium.com/@aashupel2023/speed-up-your-python-applications-with-high-performance-libraries-105e9272582d
Medium
Speed Up Your Python Applications with High-Performance Libraries
Supercharge your Python apps with lightning-fast performance using cutting-edge libraries. Boost productivity and efficiency today!
Upgrading the radio buttons in Streamlit.
https://medium.com/@evanbishop/upgrading-the-radio-buttons-in-streamlit-db05d74ecfdd
https://medium.com/@evanbishop/upgrading-the-radio-buttons-in-streamlit-db05d74ecfdd
Medium
Upgrading the radio buttons in Streamlit.
Streamlit allows you to add radio buttons and change the style of their active state right out of the box. As a result, the maximm…
How to use SOAP/WSDL APIs using SoapUI & Python Zeep
https://medium.com/@jadi/how-to-use-soap-wsdl-apis-using-soapui-python-zeep-3b143309d481
https://medium.com/@jadi/how-to-use-soap-wsdl-apis-using-soapui-python-zeep-3b143309d481
Medium
How to use SOAP/WSDL APIs using SoapUI & Python Zeep
A video intro to the SOAP / WSDL APIs. I will review the format and will use SoapUI & Zeep library to access a SOAP service using its WSDL.
Foundations of Programming in Python: If-Else Statements, Logical Conditions, and Indentation
https://medium.com/@jimmyshultz/foundations-of-programming-in-python-if-else-statements-logical-conditions-and-indentation-cd4a29ecf216
https://medium.com/@jimmyshultz/foundations-of-programming-in-python-if-else-statements-logical-conditions-and-indentation-cd4a29ecf216
Medium
Foundations of Programming in Python: If-Else Statements, Logical Conditions, and Indentation
To continue our series on some foundational concepts of programming utilizing the Python language, we must now turn our attention from data…
Create a Mock SQL DB in Python from CSV for unit testing
https://medium.com/@benshearlaw/create-a-mock-sql-db-in-python-from-csv-for-unit-testing-6668a09dd360
https://medium.com/@benshearlaw/create-a-mock-sql-db-in-python-from-csv-for-unit-testing-6668a09dd360
Medium
Create a Mock SQL DB in Python from CSV for unit testing
Sometimes having a mock database for unit testing can be very useful, especially in database-driven applications. A simple relational…
Load Binary Data in Python with Numpy & Pandas
https://clouddatascience.medium.com/load-binary-data-in-python-with-numpy-pandas-531c2f1f3eba
https://clouddatascience.medium.com/load-binary-data-in-python-with-numpy-pandas-531c2f1f3eba
Medium
Load Binary Data in Python with Numpy & Pandas
In this Python tutorial, you’ll learn how to efficiently load binary data in Python using two powerful libraries: Numpy and Pandas. Binary…
Asynchronous Postgres with Python, FastAPI, and Psycopg 3
https://medium.com/@benshearlaw/asynchronous-postgres-with-python-fastapi-and-psycopg-3-fafa5faa2c08
https://medium.com/@benshearlaw/asynchronous-postgres-with-python-fastapi-and-psycopg-3-fafa5faa2c08
Medium
Asynchronous Postgres with Python, FastAPI, and Psycopg 3
Use advanced features of the Psycopg 3 library such as asynchronous operations and connection pooling to achieve high availability and fast…
Poetry: A Symphony of Dependency Management for Python Programming 📜
https://medium.com/@HeCanThink/poetry-a-symphony-of-dependency-management-for-python-programming-cf6b11c1396
https://medium.com/@HeCanThink/poetry-a-symphony-of-dependency-management-for-python-programming-cf6b11c1396
Medium
Poetry: A Symphony of Dependency Management for Python Programming 📜
What is Poetry for Python? How to use Poetry to manage dependency of Python projects. Poetry as an alternative of Pip.
Say hello to DragGAN — The cutting-edge AI tool now available!
https://codemaker2016.medium.com/say-hello-to-draggan-the-cutting-edge-ai-tool-now-available-e7be7ad2d635
https://codemaker2016.medium.com/say-hello-to-draggan-the-cutting-edge-ai-tool-now-available-e7be7ad2d635
Medium
Say hello to DragGAN — The cutting-edge AI tool now available!
Exciting news for all image editing enthusiasts! The highly anticipated DragGAN code has finally been released and is now available under…
An End-to-End Data Science Project on Customer Churn with SHAP prediction
https://medium.com/@bhaanum/an-end-to-end-data-science-project-on-customer-churn-with-shap-prediction-fa95649b823d
https://medium.com/@bhaanum/an-end-to-end-data-science-project-on-customer-churn-with-shap-prediction-fa95649b823d
Medium
An End-to-End Data Science Project on Customer Churn with SHAP prediction
It has always been a daunting task for me to start on a project. The question I get stuck on the most is “What to work on?”. After some…
Python Complete Tutorial with Examples
https://medium.com/@hannanmentor/python-complete-tutorial-with-examples-8586234e9017
https://medium.com/@hannanmentor/python-complete-tutorial-with-examples-8586234e9017
Medium
Python Complete Tutorial with Examples
Introduction
Quality Over Quantity: The Secret Behind Microsoft’s phi-1 Model Success
https://praveengovindaraj.com/quality-over-quantity-the-secret-behind-microsofts-phi-1-model-success-f02c73e82a9a
https://praveengovindaraj.com/quality-over-quantity-the-secret-behind-microsofts-phi-1-model-success-f02c73e82a9a
Medium
Quality Over Quantity: The Secret Behind Microsoft’s phi-1 Model Success
The paper titled “phi-1: A Transformer-based Language Model for Code with 1.3B Parameters” by Microsoft Research introduces a new large…