The project I did to land my business intelligence internship — CAR BRAND SEARCH
https://medium.com/@aroman11/the-project-i-did-to-land-my-business-intelligence-internship-car-brand-search-c4279e5fb965
https://medium.com/@aroman11/the-project-i-did-to-land-my-business-intelligence-internship-car-brand-search-c4279e5fb965
Medium
The project I did to land my business intelligence internship — CAR BRAND SEARCH
ETL PROCESS WITH PYTHON, POSTGRESQL & POWER BI
Python vs Mojo: A Comparative Analysis
https://medium.com/@etherservices.mohandgm/python-vs-mojo-a-comparative-analysis-f96789828b66
https://medium.com/@etherservices.mohandgm/python-vs-mojo-a-comparative-analysis-f96789828b66
Medium
Python vs Mojo: A Comparative Analysis
In the rapidly changing world of technology, programming languages are essential drivers of innovation and development. Python, known for…
Web Scraping from Wikipedia with Python: Step-by-Step Guide
https://medium.com/@gozdebarin/web-scraping-from-wikipedia-with-python-step-by-step-guide-644018e115e1
https://medium.com/@gozdebarin/web-scraping-from-wikipedia-with-python-step-by-step-guide-644018e115e1
Medium
Web Scraping from Wikipedia with Python: Step-by-Step Guide
Web scraping is a valuable technique for extracting information from websites and is widely used in data gathering and analysis.This…
HHow to Start Coding: A Beginner’s Guide
https://medium.com/@jwizzed_70966/hhow-to-start-coding-a-beginners-guide-5553944028db
https://medium.com/@jwizzed_70966/hhow-to-start-coding-a-beginners-guide-5553944028db
Medium
HHow to Start Coding: A Beginner’s Guide
Learning to code can seem pretty daunting at first, but don’t worry — getting started is easier than you think! With the right approach…
Extracting Data From Excel Using Python
https://medium.com/@sahnn.mlkenr/extracting-data-from-excel-using-python-27193e6c92f
https://medium.com/@sahnn.mlkenr/extracting-data-from-excel-using-python-27193e6c92f
Medium
Extracting Data From Excel Using Python
Introduction
Exploring Python’s Main Module: Best Practices and Use Cases
https://thecodecadence.medium.com/exploring-pythons-main-module-best-practices-and-use-cases-e5d1a2041ef
https://thecodecadence.medium.com/exploring-pythons-main-module-best-practices-and-use-cases-e5d1a2041ef
Medium
Python’s __name__ == “__main__”: Significance, Best Practices, and Effective Usage
Python’s __name__ == “main”: an overview of the it’s significance and ways to use it effectively — pros and cons, use cases, code samples.
Facial Emotion Recognition with OpenCV and Deepface: Step-by-Step Tutorial:
https://medium.com/@ajitharunai/facial-emotion-recognition-with-opencv-and-deepface-step-by-step-tutorial-6e3ba2c803a3
https://medium.com/@ajitharunai/facial-emotion-recognition-with-opencv-and-deepface-step-by-step-tutorial-6e3ba2c803a3
Medium
Facial Emotion Recognition with OpenCV and Deepface: Step-by-Step Tutorial:
Real-time Facial Emotion Recognition using OpenCV and Deepface
E4GL30S1NT: Simple Information Gathering Tool
https://blog.netrunner.lol/e4gl30s1nt-simple-information-gathering-tool-2e4e60cd7651
https://blog.netrunner.lol/e4gl30s1nt-simple-information-gathering-tool-2e4e60cd7651
Medium
E4GL30S1NT: Simple Information Gathering Tool
Brief Information
Django-Tenant-Schemas: Simplifying Multitenancy in Django Applications
https://medium.com/django-unleashed/django-tenant-schemas-simplifying-multitenancy-in-django-applications-69a989609354
https://medium.com/django-unleashed/django-tenant-schemas-simplifying-multitenancy-in-django-applications-69a989609354
Medium
Django-Tenant-Schemas: Simplifying Multitenancy in Django Applications
Harnessing the Power of PostgreSQL for Efficient and Streamlined Multitenant Django Solutions.
Playing Pong With Vision Transformer
https://dohyeongkim.medium.com/playing-pong-with-vision-transformer-dd8818b2ccba
https://dohyeongkim.medium.com/playing-pong-with-vision-transformer-dd8818b2ccba
Medium
Playing Pong With Vision Transformer
It has been proven that Transformer can be applied to images as well as NLP from An Image is Worth 16x16 Words paper. Furthermore, there is…
An ML-based Approach to Explore Factors Affecting Income
https://medium.com/@yashrajvishwakarma.31/an-ml-based-approach-to-explore-factors-affecting-income-6d9c79905649
https://medium.com/@yashrajvishwakarma.31/an-ml-based-approach-to-explore-factors-affecting-income-6d9c79905649
Medium
An ML-based Approach to Explore Factors Affecting Income
An in-depth exploration.
Anomaly Detection in Cybersecurity Data with Threat Analytics
https://medium.com/@ravens2082_93186/anomaly-detection-in-cybersecurity-data-with-threat-analytics-9a0a86642d43
https://medium.com/@ravens2082_93186/anomaly-detection-in-cybersecurity-data-with-threat-analytics-9a0a86642d43
Medium
Anomaly Detection in Cybersecurity Data with Threat Analytics
With the rise of digitization, threats to digital systems and networks are evolving rapidly. Cybersecurity threats have become more complex…
Unleashing the Power of gRPC: Advantages Over REST for Microservices with FastAPI
https://medium.com/@dinghan1995/unleashing-the-power-of-grpc-advantages-over-rest-for-microservices-with-fastapi-af1b2a82bad0
https://medium.com/@dinghan1995/unleashing-the-power-of-grpc-advantages-over-rest-for-microservices-with-fastapi-af1b2a82bad0
Medium
Unleashing the Power of gRPC: Advantages Over REST for Microservices with FastAPI
Photo by Marc-Olivier Jodoin on Unsplash
Sending Emails with Python Using the ‘smtplib’ Library
https://medium.com/@thakuravnish2313/sending-emails-with-python-using-the-smtplib-library-e5db3a8ce69a
https://medium.com/@thakuravnish2313/sending-emails-with-python-using-the-smtplib-library-e5db3a8ce69a
Medium
Sending Emails with Python Using the ‘smtplib’ Library
Sending emails programmatically using Python can be a powerful way to automate various communication tasks. In this guide, we’ll walk…
Build a Customer Support Question Answering Chatbot Tutorial
https://python.plainenglish.io/build-a-customer-support-question-answering-chatbot-tutorial-74153ed5c0e7
https://python.plainenglish.io/build-a-customer-support-question-answering-chatbot-tutorial-74153ed5c0e7
Medium
Build a Customer Support Question Answering Chatbot Tutorial
Introduction