Introduction to Object-Oriented Programming (OOP) in Python
https://blog.stackademic.com/introduction-to-object-oriented-programming-oop-in-python-29b99affd5a0
https://blog.stackademic.com/introduction-to-object-oriented-programming-oop-in-python-29b99affd5a0
Medium
Introduction to Object-Oriented Programming (OOP)
Beginner’s Guide to Object-Oriented Programming in Python
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…