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…
Bike Share Toronto: An Exploration of Trip Patterns and User Behaviour with Python Part 1
https://medium.com/@siglimumuni/bike-share-toronto-an-exploration-of-trip-patterns-and-user-behaviour-with-python-part-1-bbb172d31ef2
https://medium.com/@siglimumuni/bike-share-toronto-an-exploration-of-trip-patterns-and-user-behaviour-with-python-part-1-bbb172d31ef2
Medium
Bike Share Toronto: An Exploration of Trip Patterns and User Behaviour with Python Part 1
Bike Share Toronto is a bicycle sharing system that was launched in 2011 by PBSC . Currently, the system offers all-year-long…
Fun with the Fantastic String Data Type in Python
https://levelup.gitconnected.com/string-manipulation-in-python-7f8f62236792
https://levelup.gitconnected.com/string-manipulation-in-python-7f8f62236792
Medium
Fun with the Fantastic String Data Type in Python
Learn how to use in-built string manipulation methods in Python
อ่าน Google Sheets โดยไม่ต้องใช้ Google Sheets API | Python
https://medium.com/@thirawatphongsathatkit/%E0%B8%AD%E0%B9%88%E0%B8%B2%E0%B8%99-google-sheets-%E0%B9%82%E0%B8%94%E0%B8%A2%E0%B9%84%E0%B8%A1%E0%B9%88%E0%B8%95%E0%B9%89%E0%B8%AD%E0%B8%87%E0%B9%83%E0%B8%8A%E0%B9%89-google-sheets-api-python-330bf355ab1e
https://medium.com/@thirawatphongsathatkit/%E0%B8%AD%E0%B9%88%E0%B8%B2%E0%B8%99-google-sheets-%E0%B9%82%E0%B8%94%E0%B8%A2%E0%B9%84%E0%B8%A1%E0%B9%88%E0%B8%95%E0%B9%89%E0%B8%AD%E0%B8%87%E0%B9%83%E0%B8%8A%E0%B9%89-google-sheets-api-python-330bf355ab1e
Medium
อ่าน Google Sheets โดยไม่ต้องใช้ Google Sheets API | Python
อ่านข้อมูลจาก google sheets ด้วย Python เขียน code แค่สองบรรทัด
Support Vector Machines for Sentiment Analysis
https://harvey-allen.medium.com/support-vector-machines-for-sentiment-analysis-780f99539443
https://harvey-allen.medium.com/support-vector-machines-for-sentiment-analysis-780f99539443
Medium
Support Vector Machines for Sentiment Analysis
Defined by Jakkula (2006), a Support Vector Machine (SVM) is a classification and regression prediction tool that uses ML theory to maximize predictive accuracy while automatically avoiding…