Create and deploy a Cad to .stl converter: Streamlit and Python
https://marcosanguineti.medium.com/create-and-deploy-a-cad-to-stl-converter-streamlit-and-python-28a01240726a
https://marcosanguineti.medium.com/create-and-deploy-a-cad-to-stl-converter-streamlit-and-python-28a01240726a
Medium
Create and deploy a Cad to .stl converter: Streamlit and Python
Create and put into production, quickly and efficiently
Text Preprocessing in NLP With Python — I
https://medium.com/@divakarkpandey/text-preprocessing-in-nlp-with-python-i-c0b4fa644d26
https://medium.com/@divakarkpandey/text-preprocessing-in-nlp-with-python-i-c0b4fa644d26
Medium
Text Preprocessing in NLP With Python — I
Natural Language Processing (NLP) is a branch of Data Science that deals with Text data. Apart from numerical data, Text data is available…
Predicting masked ID with check-digit
https://medium.com/dont-code-me-on-that/predicting-masked-id-with-check-digit-f78c773bc828
https://medium.com/dont-code-me-on-that/predicting-masked-id-with-check-digit-f78c773bc828
Medium
Predicting masked ID with check-digit
Some identification numbers (IDs) come with check-digits, for example national IDs, membership IDs. In some cases, data protection…
[SOLVED] Windows: Python command not found and Microsoft store pops up when I type python in CMD
https://medium.com/@viknesh2798/how-to-fix-the-issues-while-using-python-command-in-the-command-prompt-ba56d9018c5f
https://medium.com/@viknesh2798/how-to-fix-the-issues-while-using-python-command-in-the-command-prompt-ba56d9018c5f
Medium
[SOLVED] Windows: Python command not found in CMD and Microsoft store pops up when I type python in CMD..!
‘python’ is not recognized as an internal or external command, Microsoft store pops up to install python again when python was typed in CMD
LIMITS of SQL — Indeed there is a Better, oh… Best Alternative!
https://instituteofanalytics.medium.com/limits-of-sql-indeed-there-is-a-better-oh-best-alternative-5b24f12d556e
https://instituteofanalytics.medium.com/limits-of-sql-indeed-there-is-a-better-oh-best-alternative-5b24f12d556e
Medium
LIMITS of SQL — Indeed there is a Better, oh… Best Alternative! Called ‘Python Analytics Stack ‘— Details Below)
The SQL is not an analytics tool, though it will give great summary tabulations, and users of SQL would like to claim that they are doing…
Aprenda o que é CI/CD utilizando Python 🐍, Heroku e GitHub actions.
https://willianpaulo99.medium.com/aprenda-o-que-%C3%A9-ci-cd-utilizando-python-heroku-e-github-actions-5316fab805b0
https://willianpaulo99.medium.com/aprenda-o-que-%C3%A9-ci-cd-utilizando-python-heroku-e-github-actions-5316fab805b0
Medium
Aprenda o que é CI/CD utilizando Python 🐍, Heroku e GitHub actions.
O GitHub Actions é uma plataforma de continuous integration e continuous deployment que permite automatizar a compilação de códigos…
Why You Need to Learn Python Programming in 2022?
https://maheshjtp.medium.com/why-you-need-to-learn-python-programming-in-2022-7607c4e83a6d
https://maheshjtp.medium.com/why-you-need-to-learn-python-programming-in-2022-7607c4e83a6d
Medium
Why You Need to Learn Python Programming in 2022?
6 Reasons to Learn Python Programming in 2022
Python TRICK: summarize a list of dictionaries using only one line of code
https://skaf.medium.com/python-trick-summarize-a-list-of-dictionaries-using-only-one-line-of-code-448595d1f2e7
https://skaf.medium.com/python-trick-summarize-a-list-of-dictionaries-using-only-one-line-of-code-448595d1f2e7
Medium
Python TRICK: summarize a list of dictionaries using only one line of code
A simple, beautiful, and clean piece of code for merging multiple Python dictionaries with the same keys
Detecting Fake News with Python and Machine Learning
https://medium.com/@kuria3k.ken/detecting-fake-news-with-python-and-machine-learning-d78db1cb49c0
https://medium.com/@kuria3k.ken/detecting-fake-news-with-python-and-machine-learning-d78db1cb49c0
Medium
Detecting Fake News with Python and Machine Learning
Introduction
Generate NFT Metadata (JSON) using Python — Much Exclusive Doge Yacht Club Collection — Part IV
https://medium.com/@balt1794/generate-nft-metadata-json-using-python-much-exclusive-doge-yacht-club-collection-part-iv-71c1fd76d5a4
https://medium.com/@balt1794/generate-nft-metadata-json-using-python-much-exclusive-doge-yacht-club-collection-part-iv-71c1fd76d5a4
Medium
Generate NFT Metadata (JSON) using Python — Much Exclusive Doge Yacht Club Collection — Part IV
In the last tutorial, we generated our NFT collection by using a Python library.
Manipulate Images in Bulk for Your NFT Collection
https://kapps.medium.com/manipulate-images-in-bulk-for-your-nft-collection-f3ccbe37e177
https://kapps.medium.com/manipulate-images-in-bulk-for-your-nft-collection-f3ccbe37e177
Medium
Manipulate Images in Bulk for Your NFT Collection
While building an NFT collection, you may need to manipulate the entire collection. Python makes it very simple using the pillow library.
Medium Curated All My Python Programming Articles
https://cherhinchong.medium.com/medium-curated-all-my-python-programming-articles-cfb5312a45c7
https://cherhinchong.medium.com/medium-curated-all-my-python-programming-articles-cfb5312a45c7
Medium
Medium Curated All My Python Programming Articles
There is always contentment when producing content.
Data scraping time comaprison| Python multiprocessing vs multithreading.
https://medium.com/@animeshsingh161/data-scraping-time-comaprison-python-multiprocessing-vs-multithreading-ffdf990a6ba9
https://medium.com/@animeshsingh161/data-scraping-time-comaprison-python-multiprocessing-vs-multithreading-ffdf990a6ba9
Medium
Data scraping time comaprison| Python multiprocessing vs multithreading.
Scrapy is the most used Python library for data scraping. The main reason behind this is its speed. It is very well optimised and is…