Search and Highlight Text in MS Word Documents with Python
https://medium.com/@alice.yang_10652/search-and-highlight-text-in-ms-word-documents-with-python-ac448ac01f98
https://medium.com/@alice.yang_10652/search-and-highlight-text-in-ms-word-documents-with-python-ac448ac01f98
Medium
Search and Highlight Text in MS Word Documents with Python
When reviewing or editing a document, highlighting text can aid in the identification of areas that need revision or further attention. By…
Prerequisites for Effectively Using Generative AI
https://medium.com/@kritisinha29/prerequisites-for-effectively-using-generative-ai-b62993076731
https://medium.com/@kritisinha29/prerequisites-for-effectively-using-generative-ai-b62993076731
Medium
Prerequisites for Effectively Using Generative AI
Generative AI (Gen AI) is transforming industries by creating new content, from text and images to music and code. To leverage its full…
TensorFlow: Open-source library for machine learning and neural networks
https://medium.com/@codingmadeeasy92/tensorflow-open-source-library-for-machine-learning-and-neural-networks-915866974f98
https://medium.com/@codingmadeeasy92/tensorflow-open-source-library-for-machine-learning-and-neural-networks-915866974f98
Medium
TensorFlow: Open-source library for machine learning and neural networks
TensorFlow is an open-source library developed by the Google Brain team for machine learning and deep learning. It provides a flexible…
Exploratory Data Analysis (EDA) Techniques: Uncovering Patterns, Trends, and Relationships
https://medium.com/@diptidomadiya13/exploratory-data-analysis-eda-techniques-uncovering-patterns-trends-and-relationships-a7ee0e3448f9
https://medium.com/@diptidomadiya13/exploratory-data-analysis-eda-techniques-uncovering-patterns-trends-and-relationships-a7ee0e3448f9
Medium
Exploratory Data Analysis (EDA) Techniques: Uncovering Patterns, Trends, and Relationships
Introduction to Exploratory Data Analysis (EDA)
Enhanced visualization techniques with Matplotlib and Seaborn
https://medium.com/@katygenuine/enhanced-visualization-techniques-with-matplotlib-and-seaborn-ccbbbc3b3414
https://medium.com/@katygenuine/enhanced-visualization-techniques-with-matplotlib-and-seaborn-ccbbbc3b3414
Medium
Enhanced visualization techniques with Matplotlib and Seaborn
Explore how to create more sophisticated visualizations to better illustrate trends and patterns in your data
AI Face Restoration with CodeFormer in Python
https://medium.com/@crisvelasquez/ai-face-restoration-with-codeformer-in-python-4168bf60d1f7
https://medium.com/@crisvelasquez/ai-face-restoration-with-codeformer-in-python-4168bf60d1f7
Medium
AI Face Restoration with CodeFormer in Python
Using AI for Complex Facial Image Restoration Tasks such as Resolution Enhancement, Colorization and Inpainting
Unveiling Python’s Strengths: A Comprehensive Exploration
https://medium.com/@shalum620/unveiling-pythons-strengths-a-comprehensive-exploration-57ed3bf73534
https://medium.com/@shalum620/unveiling-pythons-strengths-a-comprehensive-exploration-57ed3bf73534
Medium
Unveiling Python’s Strengths: A Comprehensive Exploration
Introduction: Unraveling the Magic of Python
3 Data Engineering Projects with AWS, Databricks, Snowflake, and NiFi
https://medium.com/@s.vishanth1998/3-data-engineering-projects-with-aws-databricks-snowflake-and-nifi-4371729a0808
https://medium.com/@s.vishanth1998/3-data-engineering-projects-with-aws-databricks-snowflake-and-nifi-4371729a0808
Medium
3 Data Engineering Projects with AWS, Databricks, Snowflake, and NiFi
Introduction:
Transforming Data with the melt Function in R and Python
https://medium.com/@s.saberi1988/transforming-data-with-the-melt-function-in-r-and-python-9ea0a417c408
https://medium.com/@s.saberi1988/transforming-data-with-the-melt-function-in-r-and-python-9ea0a417c408
Medium
Transforming Data with the melt Function in R and Python
When working with data, you often need to switch between wide and long formats. The melt function is a powerful tool that makes this…
An Absolute Beginners Guide to Programming
https://medium.com/@abyz_writing/an-absolute-beginners-guide-to-programming-8d4ab26dc1d1
https://medium.com/@abyz_writing/an-absolute-beginners-guide-to-programming-8d4ab26dc1d1
Medium
An Absolute Beginners Guide to Programming
Getting started with programming can seem daunting, but with a little patience and persistence, anyone can learn how to code. Whether…
Leveraging Django Generic Views for Efficient Web Development
https://medium.com/@ewho.ruth2014/leveraging-django-generic-views-for-efficient-web-development-8f5ba62dd8e9
https://medium.com/@ewho.ruth2014/leveraging-django-generic-views-for-efficient-web-development-8f5ba62dd8e9
Medium
Leveraging Django Generic Views for Efficient Web Development
Introduction
Monitoring Inland Surface Water Area using Google Earth Engine & Python
https://medium.com/@kavyajeetbora/monitoring-inland-surface-water-area-using-google-earth-engine-python-35f938da8077
https://medium.com/@kavyajeetbora/monitoring-inland-surface-water-area-using-google-earth-engine-python-35f938da8077
Medium
Monitoring Inland Surface Water Area using Google Earth Engine & Python
This article guides you through creating an animated GIF and time-series to visualize changes in surface water area over the years
Python for Pentesters | Tryhackme Walkthrough
https://rahulk2903.medium.com/python-for-pentesters-tryhackme-walkthrough-932ad0b1a073
https://rahulk2903.medium.com/python-for-pentesters-tryhackme-walkthrough-932ad0b1a073
Medium
Python for Pentesters | Tryhackme Walkthrough
Python is probably the most widely used and most convenient scripting language in cybersecurity. This room covers real examples of Python…
Dummy Caching in Django: A Developer’s Guide
https://medium.com/@ewho.ruth2014/dummy-caching-in-django-a-developers-guide-8b188608d0b7
https://medium.com/@ewho.ruth2014/dummy-caching-in-django-a-developers-guide-8b188608d0b7
Medium
Dummy Caching in Django: A Developer’s Guide
Dummy caching (for development)
Web Scraping with Python: Analyzing NBA Player Statistics
https://medium.com/@datavisiondallas/web-scraping-with-python-analyzing-nba-player-statistics-0b3d0abb1e6e
https://medium.com/@datavisiondallas/web-scraping-with-python-analyzing-nba-player-statistics-0b3d0abb1e6e
Medium
Web Scraping with Python: Analyzing NBA Player Statistics
Hello! In this article I’ll be combining my two favorites, coding and basketball!
Sending Emails with Style: Using EmailMessage in Python
https://medium.com/@golusstyle/sending-emails-with-style-using-emailmessage-in-python-ddd259fc8103
https://medium.com/@golusstyle/sending-emails-with-style-using-emailmessage-in-python-ddd259fc8103
Medium
Sending Emails with Style: Using EmailMessage in Python
Do you ever need to send automated emails from your Python scripts? Perhaps you want to send notifications, reports, or even marketing…