Selling Used Car — Relational Database & SQL Project
https://medium.com/@syaifulhuseinnn/selling-used-car-relational-database-sql-project-7648d9e99cee
https://medium.com/@syaifulhuseinnn/selling-used-car-relational-database-sql-project-7648d9e99cee
Medium
Selling Used Car Online— Relational Database & SQL Project for PACMANN Software & Data Engineering Course
Relational Database & SQL Project for PACMANN Software & Data Engineering Course
Introduction to Data Engineering for Data Scientists
https://medium.com/@fyasar.fr/introduction-to-data-engineering-for-data-scientists-a554ca7f3402
https://medium.com/@fyasar.fr/introduction-to-data-engineering-for-data-scientists-a554ca7f3402
Medium
Introduction to Data Engineering for Data Scientists
Alongside directly developing appropriate mathematical models to understand the phenomena in nature, nowadays we also rely on computers to…
The Ultimate Python Regex Cheat Sheet (With Some Real Life Examples)
https://medium.com/@theom/the-ultimate-python-regex-cheat-sheet-f202e99ac21d
https://medium.com/@theom/the-ultimate-python-regex-cheat-sheet-f202e99ac21d
Medium
The Ultimate Python Regex Cheat Sheet (With Some Real Life Examples)
Regular expressions (regex) are a powerful tool for manipulating and analyzing text. In Python, we use the re module to work with regex.
Useful Tools to Boost Your Django Workflow
https://medium.com/@muzammal3150/5-insane-tools-to-boost-your-django-workflow-dcaed8736bba
https://medium.com/@muzammal3150/5-insane-tools-to-boost-your-django-workflow-dcaed8736bba
Medium
Useful Tools to Boost Your Django Workflow
Do you want to simplify your Django workflow? Do you want to make your complex and time-consuming Django processes to be simple as one…
The Imbalance Dilemma: When Your Data is More Biased Than a Reality Show
https://medium.com/@jainvidip/the-imbalance-dilemma-when-your-data-is-more-biased-than-a-reality-show-6bae25ddf78a
https://medium.com/@jainvidip/the-imbalance-dilemma-when-your-data-is-more-biased-than-a-reality-show-6bae25ddf78a
Medium
The Imbalance Dilemma: When Your Data is More Biased Than a Reality Show
Welcome to the world of imbalanced datasets, where the scales of data are as wonky as a penguin on an ice rink! But fear not, brave data…
Plotly and Pandas: Combining Forces for Effective Data Visualization
https://towardsdatascience.com/plotly-and-pandas-combining-forces-for-effective-data-visualization-2e2caad52de9
https://towardsdatascience.com/plotly-and-pandas-combining-forces-for-effective-data-visualization-2e2caad52de9
Medium
Plotly and Pandas: Combining Forces for Effective Data Visualization
A quick guide inspired by Storytelling with Data
ChatGPT 4 in Pycharm with BitoAI — 10X with ChatGPT
https://medium.com/pythonistas/chatgpt-4-in-pycharm-with-bitoai-10x-with-chatgpt-1f9f3a8363b7
https://medium.com/pythonistas/chatgpt-4-in-pycharm-with-bitoai-10x-with-chatgpt-1f9f3a8363b7
Medium
ChatGPT 4 in Pycharm with BitoAI — 10X with ChatGPT
Introduction
Automating Job Listing Data Extraction with Python: A Practical Guide
https://medium.com/@041study/automating-job-listing-data-extraction-with-python-a-practical-guide-150783e8b279
https://medium.com/@041study/automating-job-listing-data-extraction-with-python-a-practical-guide-150783e8b279
Medium
Automating Job Listing Data Extraction with Python: A Practical Guide
Introduction: Are you tired of manually searching and collecting job listings from various platforms? Look no further! In this post, we’ll…
15 Python Tips and Tricks: No More Stack Overflow Searches
https://python.plainenglish.io/15-python-tips-and-tricks-no-more-stack-overflow-searches-5e46d8887f66
https://python.plainenglish.io/15-python-tips-and-tricks-no-more-stack-overflow-searches-5e46d8887f66
Medium
15 Python Tips and Tricks: No More Stack Overflow Searches
Follow these Python tips to avoid unnecessary Stack Overflow searches
Building a Face Detection Model with Haar Cascade in Google Colab
https://medium.com/@lohityareddy/building-a-face-detection-model-with-haar-cascade-in-google-colab-fee166000af2
https://medium.com/@lohityareddy/building-a-face-detection-model-with-haar-cascade-in-google-colab-fee166000af2
Medium
Building a Face Detection Model with Haar Cascade in Google Colab
The fascinating world of face detection using the Haar Cascade algorithm
“Demystifying NLP: Exploring Spacy Integration in Flask for Powerful Natural Language Processing —…
https://medium.com/@agrawalprince617/demystifying-nlp-exploring-spacy-integration-in-flask-for-powerful-natural-language-processing-52c573785ca9
https://medium.com/@agrawalprince617/demystifying-nlp-exploring-spacy-integration-in-flask-for-powerful-natural-language-processing-52c573785ca9
Medium
“Mastering Natural Language Processing with Spacy and Python: Unlocking the Power of Text Analysis — Part 1”
In this blog post, we will delve into the fascinating world of Natural Language Processing (NLP) and explore how we can leverage the power…
Time Series Forecasting: Moving Average, Exponential Smoothing and SARIMA
https://javedafroz.medium.com/time-series-forecasting-moving-average-exponential-smoothing-and-sarima-1dd8d075a34b
https://javedafroz.medium.com/time-series-forecasting-moving-average-exponential-smoothing-and-sarima-1dd8d075a34b
Medium
Time Series Forecasting: Moving Average, Exponential Smoothing and SARIMA
In my previous article, we went through different techniques used for data analysis and cleaning to prepare the data for forecasting. Upon…
Game of Thrones ⚔️ 🐉 Part 1: Visualising networks using Networkx, Pyvis and Community detection
https://medium.com/@rubentak/game-of-thrones-%EF%B8%8F-part-1-visualising-networks-using-networkx-pyvis-and-community-detection-a4f8fb37571b
https://medium.com/@rubentak/game-of-thrones-%EF%B8%8F-part-1-visualising-networks-using-networkx-pyvis-and-community-detection-a4f8fb37571b
Medium
Game of Thrones ⚔️ 🐉 Part 1: Visualising networks using Networkx, Pyvis and Community detection
In this article, we delve into the application of network analysis theory, a branch of mathematics and computer science, and apply this to…
Exploring Network Analysis with NetworkX: A Comprehensive Example
https://code.likeagirl.io/exploring-network-analysis-with-networkx-a-comprehensive-example-28ecae6bb2be
https://code.likeagirl.io/exploring-network-analysis-with-networkx-a-comprehensive-example-28ecae6bb2be
Medium
Exploring Network Analysis with NetworkX: A Comprehensive Example
NetworkX is a powerful Python library that facilitates the creation, manipulation, and analysis of complex networks. In this article, we…