Pytest Markers and Fixture with Python Examples
https://blog.stackademic.com/pytest-markers-and-fixture-with-python-examples-68a1d0206e3
https://blog.stackademic.com/pytest-markers-and-fixture-with-python-examples-68a1d0206e3
Medium
Pytest Markers and Fixture with Python Examples
Software testing for code quality
Using Requests in Python A Comprehensive Guide
https://python.plainenglish.io/using-requests-in-python-a-comprehensive-guide-39db9b3289fb
https://python.plainenglish.io/using-requests-in-python-a-comprehensive-guide-39db9b3289fb
Medium
Using Requests in Python A Comprehensive Guide
Requests is a popular third-party library in Python for making HTTP requests. It abstracts the complexities of making requests behind a simple API, allowing you to send HTTP/1.1 requests. With it…
Introduction to FastAPI for Building a Book Store API
https://python.plainenglish.io/introduction-to-fastapi-for-building-a-book-store-api-d42db6129b8e
https://python.plainenglish.io/introduction-to-fastapi-for-building-a-book-store-api-d42db6129b8e
Medium
Introduction to FastAPI for Building a Book Store API
Part 1 of FastAPI Mastery: Building a Scalable Book Store API
5 Fun Open-Source RESTful APIs for Python Projects
https://python.plainenglish.io/5-fun-open-source-restful-apis-for-python-projects-77484441cf5
https://python.plainenglish.io/5-fun-open-source-restful-apis-for-python-projects-77484441cf5
Medium
5 Fun Open-Source RESTful APIs for Python Projects
In the realm of software development, it’s not just about building functional applications; it’s also about adding elements of fun and…
Creating a Complete Web-Scraping to SQL Pipeline with Scrapy in Python
https://medium.com/@nickanello.dev/creating-a-complete-web-scraping-to-sql-pipeline-with-scrapy-in-python-af5e9d036885
https://medium.com/@nickanello.dev/creating-a-complete-web-scraping-to-sql-pipeline-with-scrapy-in-python-af5e9d036885
Medium
Creating a Complete Web-Scraping to SQL Pipeline with Scrapy in Python
Boost your web scraping proficiency by advancing from BeautifulSoup to a more dependable option!
7. Taking Your Django App Live: Deployment and Beyond
https://santoshgawande.com/7-taking-your-django-app-live-deployment-and-beyond-121c9cbcf38d
https://santoshgawande.com/7-taking-your-django-app-live-deployment-and-beyond-121c9cbcf38d
Medium
7. Taking Your Django App Live: Deployment and Beyond
Congratulations on building your Django web application! You’ve created an impressive piece of software, and now it’s time to share it with…
Setting Up Google Cloud Function Authentication with a Service Account: A Step-by-Step Guide
https://angela-wong.medium.com/setting-up-google-cloud-function-authentication-with-a-service-account-a-step-by-step-guide-4d5e443cf4a2
https://angela-wong.medium.com/setting-up-google-cloud-function-authentication-with-a-service-account-a-step-by-step-guide-4d5e443cf4a2
Medium
Setting Up Google Cloud Function Authentication with a Service Account: A Step-by-Step Guide
Ensuring that your Google Cloud Functions are secured is crucial, and using service account authentication is a common and secure method to do this. If you’ve encountered issues like TypeError…
Building an Order Delivery Analytics Application with FastAPI, Kafka, Apache Pinot, and Dash, Part…
https://medium.com/@valerio.uberti23/building-an-order-delivery-analytics-application-with-fastapi-kafka-apache-pinot-and-dash-part-ca276a3ee631
https://medium.com/@valerio.uberti23/building-an-order-delivery-analytics-application-with-fastapi-kafka-apache-pinot-and-dash-part-ca276a3ee631
Medium
Building an Order Delivery Analytics Application with FastAPI, Kafka, Apache Pinot, and Dash, Part…
Introduction
Data Analytics Jobs: Where, When, and How to Find Your Dream Role
https://medium.com/@thedataisaac/data-analytics-jobs-where-when-and-how-to-find-your-dream-role-4db35c41242c
https://medium.com/@thedataisaac/data-analytics-jobs-where-when-and-how-to-find-your-dream-role-4db35c41242c
Medium
Data Analytics Jobs: Where, When, and How to Find Your Dream Role
Data analyst jobs are in high demand across various industries and sectors, as they offer useful insights to enhance businesses, satisfy…
6. User Authentication and Admin Panel in Django
https://santoshgawande.com/6-user-authentication-and-admin-panel-in-django-eea598d2b5a2
https://santoshgawande.com/6-user-authentication-and-admin-panel-in-django-eea598d2b5a2
Medium
6. User Authentication and Admin Panel in Django
User authentication is a fundamental component of many web applications, and Django makes it easy to implement. Additionally, Django…
Deploy a Django app to Railway with Template (with gunicorn)
https://medium.com/@cedric.lemercierlaos/deploy-a-django-app-to-railway-with-template-with-gunicorn-399072676c18
https://medium.com/@cedric.lemercierlaos/deploy-a-django-app-to-railway-with-template-with-gunicorn-399072676c18
Medium
Deploy a Django app to Railway with Template (with gunicorn)
If you built your Django app from a free template (or paid for it), you don’t necessarily already have the files necessary for a successful…
Dash for Beginners & Advanced: List of Useful Resources for Interactive Dashboards With Python
https://medium.com/@helpedbyanerd/dash-for-beginners-advanced-list-of-useful-resources-for-interactive-dashboards-with-python-e9c203cc5119
https://medium.com/@helpedbyanerd/dash-for-beginners-advanced-list-of-useful-resources-for-interactive-dashboards-with-python-e9c203cc5119
Medium
Dash for Beginners & Advanced: List of Useful Resources for Interactive Dashboards With Python
Do you want to learn how to build interactive dashboards with Python and Dash? In this article, I will show you all the useful Dash…
5. Creating Views and Templates in Django
https://santoshgawande.com/5-creating-views-and-templates-in-django-d43c4f590009
https://santoshgawande.com/5-creating-views-and-templates-in-django-d43c4f590009
Medium
5. Creating Views and Templates in Django
In the world of web development, views and templates form the backbone of a web application’s user interface. Django, the popular Python…
Phrasewood: Market Research and User Stories
https://medium.com/@maysidavid/phrasewood-market-research-and-user-stories-7dbf82f0f722
https://medium.com/@maysidavid/phrasewood-market-research-and-user-stories-7dbf82f0f722
Medium
Phrasewood: Market Research and User Stories
In which I research existing text-based game engines and define the user stories for the Phrasewood Python library and web platform.