Make A Python Game : Rock, Paper, Scissors!
https://medium.com/code-rider/make-a-python-game-rock-paper-scissors-5644dae615a7
https://medium.com/code-rider/make-a-python-game-rock-paper-scissors-5644dae615a7
Medium
Make A Python Game : Rock, Paper, Scissors!
Game programming is the best way to learn many tools that are use in real world. This is the basic idea to start your coding journey and…
How to move my application to Containers (Docker)?
https://sainadh086.medium.com/how-to-move-your-application-to-containers-docker-2337416dbe8c
https://sainadh086.medium.com/how-to-move-your-application-to-containers-docker-2337416dbe8c
Medium
How to move my application to Containers (Docker)?
In this blog, you will come to know about how to build container images, moving your applications to docker and various ways to deploy your…
How to Automate RedHat Linux Operations & Commands Using Python
https://python.plainenglish.io/how-to-automate-redhat-linux-operations-commands-using-python-53d4e07470eb
https://python.plainenglish.io/how-to-automate-redhat-linux-operations-commands-using-python-53d4e07470eb
Medium
How to Automate RedHat Linux Operations & Commands Using Python
Create a Program in Python to Automate RedHat Linux
Python筆記(7): 資料型別(list、dictionary、tuple、set)
https://jianjiesun.medium.com/python%E7%AD%86%E8%A8%98-7-%E8%B3%87%E6%96%99%E5%9E%8B%E5%88%A5-list-dictionary-tuple-set-40e3703bba73
https://jianjiesun.medium.com/python%E7%AD%86%E8%A8%98-7-%E8%B3%87%E6%96%99%E5%9E%8B%E5%88%A5-list-dictionary-tuple-set-40e3703bba73
Medium
Python筆記(7): 資料型別(list、dictionary、tuple、set)
Python中有許多資料型態,除了一般常見的數字型態(int、float、bool…)、字串型態(string),還有一種容器型態(list、dictionary、tuple、set)
Create A List Out Of File Contents With Item Per Line In Python
https://pavolkutaj.medium.com/create-a-list-out-of-file-contents-with-item-per-line-in-python-e5d2d8e20910
https://pavolkutaj.medium.com/create-a-list-out-of-file-contents-with-item-per-line-in-python-e5d2d8e20910
Medium
Create A List Out Of File Contents With Item Per Line In Python
Pavol Kutaj ·Just now
Mengenal String pada Python(secara sederhana)
https://ruthsitorus.medium.com/mengenal-string-di-python-secara-sederhana-23dfb729c727
https://ruthsitorus.medium.com/mengenal-string-di-python-secara-sederhana-23dfb729c727
Medium
Mengenal String pada Python(secara sederhana)
oleh Ruth Edri
How to generate Absolute-Xpath using JavaScript [Selenium] ?
https://medium.com/@a.k.h.i.l/how-to-generate-absolute-xpath-using-javascript-selenium-ef96203a3404
https://medium.com/@a.k.h.i.l/how-to-generate-absolute-xpath-using-javascript-selenium-ef96203a3404
Medium
How to generate Absolute-Xpath using JavaScript [Selenium] ?
First, create the an element.
Putting a Django site in maintenance mode (Creating a Django maintenance mode middleware)
https://medium.com/@keagileageek/putting-a-django-site-in-maintenance-mode-creating-a-django-maintenance-mode-middleware-7c5474f62491
https://medium.com/@keagileageek/putting-a-django-site-in-maintenance-mode-creating-a-django-maintenance-mode-middleware-7c5474f62491
Medium
Putting a Django site in maintenance mode (Creating a Django maintenance mode middleware)
So, as a side hustler, I run a print-on-demand reseller platform (Print A Trend) and somewhere around this year i decided to add in the…
Your complete guide to Python
https://acuityknowledgepartners.medium.com/your-complete-guide-to-python-2b0060f6f3a1
https://acuityknowledgepartners.medium.com/your-complete-guide-to-python-2b0060f6f3a1
Medium
Your complete guide to Python
During the golden age of economic expansion in the 1950s, many fields of science and engineering witnessed rapid growth. In particular, two fields of mathematical and physical sciences -mathematical…
A comparison of American Airlines and Moderna stock prices during the pandemic
https://tracyrenee61.medium.com/a-comparison-of-american-airlines-and-moderna-stock-prices-during-the-pandemic-5468eeb9d932
https://tracyrenee61.medium.com/a-comparison-of-american-airlines-and-moderna-stock-prices-during-the-pandemic-5468eeb9d932
Medium
A comparison of American Airlines and Moderna stock prices during the pandemic
As the planet is coming out of a pandemic that has spanned two years already, many people and businesses have lost their livelihood, as…
Building CLIs With python-fire
https://dennisokeeffe.medium.com/building-clis-with-python-fire-7c3be8fa6714
https://dennisokeeffe.medium.com/building-clis-with-python-fire-7c3be8fa6714
Medium
Building CLIs With python-fire
This post will use the Python Fire library to work through a simple example of setting up the library. For our demo example, we are going to take a slightly modified version of grouping commands…
MPIRE for Python: MultiProcessing Is Really Easy!
https://towardsdatascience.com/mpire-for-python-multiprocessing-is-really-easy-d2ae7999a3e9
https://towardsdatascience.com/mpire-for-python-multiprocessing-is-really-easy-d2ae7999a3e9
Medium
MPIRE for Python: MultiProcessing Is Really Easy
An introduction to MPIRE, the lightning-fast and most user-friendly multiprocessing library for Python.
Explore, Make Predictions and Evaluate your ML models with Streamlit and Pipelines
https://arturlunardi.medium.com/explore-make-predictions-and-evaluate-your-ml-models-with-streamlit-and-pipelines-b6c3efeb92ff
https://arturlunardi.medium.com/explore-make-predictions-and-evaluate-your-ml-models-with-streamlit-and-pipelines-b6c3efeb92ff
Medium
Build a ML Web App with Streamlit and Pipelines
Wrap your processes in a scikit-learn pipeline, learn how to build a ML web app with streamlit, and provide a user-friendly interface