How to get around of the “UnicodeEncodeError: ‘utf-8’ codec can’t encode character …: surrogates…
https://medium.com/@koala2nd/how-to-get-around-of-the-unicodeencodeerror-utf-8-codec-can-t-encode-character-surrogates-6271d8c8c804
https://medium.com/@koala2nd/how-to-get-around-of-the-unicodeencodeerror-utf-8-codec-can-t-encode-character-surrogates-6271d8c8c804
Medium
How to get around of the “UnicodeEncodeError: ‘utf-8’ codec can’t encode character …: surrogates not allowed” when dealing with…
How to get around of locale problems in dt.month_name()
How to Deploy Your Web Application to Heroku and Add Custom Domains For It
https://lynn-kwong.medium.com/how-to-deploy-your-web-application-to-heroku-and-add-custom-domains-6bc5d9e9ebd4
https://lynn-kwong.medium.com/how-to-deploy-your-web-application-to-heroku-and-add-custom-domains-6bc5d9e9ebd4
Medium
How to Deploy Your Web Application to Heroku and Add Custom Domains For It
Learn an economic way of hosting your web applications
Git for absolute beginners: understanding Git with the help of a video game
https://mikehuls.medium.com/git-for-absolute-beginners-understanding-git-with-the-help-of-a-video-game-88826054459a
https://mikehuls.medium.com/git-for-absolute-beginners-understanding-git-with-the-help-of-a-video-game-88826054459a
Medium
Git for absolute beginners: understanding Git with the help of a video game
Get an intuition about how to use git with a classic RPG as an analogy
Python Pandas — Reading Data and Calculating Correlation
https://medium.com/@jonathanraskauskas/python-pandas-reading-data-and-calculating-correlation-b7ace22008d6
https://medium.com/@jonathanraskauskas/python-pandas-reading-data-and-calculating-correlation-b7ace22008d6
Medium
Python Pandas — Reading Data and Calculating Correlation
Feelings rule — Sentiment Analysis with VADER.
https://medium.com/@ilya_93326/feelings-rule-sentiment-analysis-with-vader-7dcc31d57078
https://medium.com/@ilya_93326/feelings-rule-sentiment-analysis-with-vader-7dcc31d57078
Medium
Feelings rule — Sentiment Analysis with VADER.
Teach a man to trade stock options, and he’ll lose it all. Teach a man sentiment analysis, and he’ll code a bot to lose it all for him.
Analysis of the polarity of tweets with the hashtag #bridgerton on Twitter
https://amandaiglesiasmoreno.medium.com/analysis-of-the-polarity-of-tweets-with-the-hashtag-bridgerton-on-twitter-7ed7ac75cf3b
https://amandaiglesiasmoreno.medium.com/analysis-of-the-polarity-of-tweets-with-the-hashtag-bridgerton-on-twitter-7ed7ac75cf3b
Medium
Analysis of the polarity of tweets with the hashtag #bridgerton on Twitter
Twitter is a social network where users react spontaneously to current events. From the point of view of data analytics, the data available…
A Python API into the Azure Cloud: a quick start guide with Azure DevOps/Pipelines, Docker…
https://medium.com/@bauca/a-python-api-into-the-azure-cloud-a-quick-start-guide-with-azure-devops-pipelines-docker-ca4b29206007
https://medium.com/@bauca/a-python-api-into-the-azure-cloud-a-quick-start-guide-with-azure-devops-pipelines-docker-ca4b29206007
Medium
A Python API into the Azure Cloud: a quick start guide with Azure DevOps/Pipelines, Docker, Testing, and CI/CD.
A quickstart guide to deploy an API written in Python with FastAPI to the Azure Cloud using CI/CD, and displaying a nice test coverage tab.
Creating a web API with FastAPI and Django
https://medium.com/@phbernardess/creating-a-web-api-with-fastapi-and-django-bdce3338bdaf
https://medium.com/@phbernardess/creating-a-web-api-with-fastapi-and-django-bdce3338bdaf
Medium
Creating a web API with FastAPI and Django
FastAPI
How to Deploy Your Web Application to Heroku and Add Custom Domains
https://levelup.gitconnected.com/how-to-deploy-your-web-application-to-heroku-and-add-custom-domains-6bc5d9e9ebd4
https://levelup.gitconnected.com/how-to-deploy-your-web-application-to-heroku-and-add-custom-domains-6bc5d9e9ebd4
Medium
How to Deploy Your Web Application to Heroku and Add Custom Domains
Learn an economic way of hosting your web applications
Copying Django Model Objects with foreign keys Efficiently with Postgres
https://royimon.medium.com/copying-django-model-objects-with-foreign-keys-efficiently-with-postgres-a52fafd7c4ca
https://royimon.medium.com/copying-django-model-objects-with-foreign-keys-efficiently-with-postgres-a52fafd7c4ca
Medium
Copying Django Model Objects with foreign keys Efficiently with Postgres
As a Django developer , speed is mostly of the essence . But some tasks are too heavy and time taking to just let them run without proper…