Practical Applications of Selenium in Data Science
https://medium.com/@harshitaaswani2002/practical-applications-of-selenium-in-data-science-5dc31b88c2e8
https://medium.com/@harshitaaswani2002/practical-applications-of-selenium-in-data-science-5dc31b88c2e8
Medium
Practical Applications of Selenium in Data Science
Web scraping, testing web applications, and automating repetitive tasks on websites are common requirements in many data-driven projects…
Mastering Python: Object-Oriented Programming Unveiled
https://medium.com/@amulyakandukuri4/mastering-python-object-oriented-programming-unveiled-3187a036acf4
https://medium.com/@amulyakandukuri4/mastering-python-object-oriented-programming-unveiled-3187a036acf4
Medium
Mastering Python: Object-Oriented Programming Unveiled
A Guide — Part 4
Python: A Beginner’s Guide to Python Programming
https://medium.com/@artfex.info/python-a-beginners-guide-to-python-programming-ebca0cb16cd
https://medium.com/@artfex.info/python-a-beginners-guide-to-python-programming-ebca0cb16cd
Medium
Python: A Beginner’s Guide to Python Programming
Python stands out as one of the most sought-after and adaptable programming languages worldwide. Lauded for its simplicity and…
Mastering Python: Data Manipulation and Beyond with Libraries
https://medium.com/@amulyakandukuri4/mastering-python-data-manipulation-and-beyond-with-libraries-f9804d292bb0
https://medium.com/@amulyakandukuri4/mastering-python-data-manipulation-and-beyond-with-libraries-f9804d292bb0
Medium
Mastering Python: Data Manipulation and Beyond with Libraries
Guide- Part 3
Quix Streams — Stream Processing with Kafka and Python
https://kai-waehner.medium.com/quix-streams-stream-processing-with-kafka-and-python-f684c54057ea
https://kai-waehner.medium.com/quix-streams-stream-processing-with-kafka-and-python-f684c54057ea
Medium
Quix Streams — Stream Processing with Kafka and Python
Quix Streams for open source stream processing with Kafka and Python to support data engineers to implement machine learning data…
Automated Bank Statement Analysis Using GPT, Python, and Langchain
https://reveation-labs.medium.com/automated-bank-statement-analysis-using-gpt-python-and-langchain-9f7c6512e156
https://reveation-labs.medium.com/automated-bank-statement-analysis-using-gpt-python-and-langchain-9f7c6512e156
Medium
Automated Bank Statement Analysis Using GPT, Python, and Langchain
In the rapidly evolving landscape of financial management, the ability to swiftly extract and analyze transaction data from bank statements…
The Power of NumPy: Unleash the Full Potential of Python
https://medium.com/@sweetynandal822/the-power-of-numpy-unleash-the-full-potential-of-python-e7802dcfead1
https://medium.com/@sweetynandal822/the-power-of-numpy-unleash-the-full-potential-of-python-e7802dcfead1
Medium
The Power of NumPy: Unleash the Full Potential of Python
Python is a versatile and popular programming language used in various domains, from web development to data analysis and machine learning…
Your first Plotly animation in 3 quick steps!
https://medium.com/@alexcaian/your-first-plotly-animation-in-3-quick-steps-6cc50e380ce6
https://medium.com/@alexcaian/your-first-plotly-animation-in-3-quick-steps-6cc50e380ce6
Medium
Your first Plotly animation in 3 quick steps!
Looking to make your first animation in Python? Look no more — today we’ll be exploring the very basics of animations, with a focus on…
Automate Docker container deployment in EC2 using custom-git-agent
https://medium.com/@er.samibanerjee/automate-docker-container-deployment-in-ec2-using-custom-git-agent-b481d17947a
https://medium.com/@er.samibanerjee/automate-docker-container-deployment-in-ec2-using-custom-git-agent-b481d17947a
Medium
Automate Docker container deployment in EC2 using custom-git-agent
Before CI/CD was introduced, the manual process looked like this. Developers push their code into GitHub and ask the DevOps/deployment team…
How to fetch JSON via URL and parse in Python
https://serkansakinmaz.medium.com/how-to-fetch-json-via-url-and-parse-in-python-222bbee74dee
https://serkansakinmaz.medium.com/how-to-fetch-json-via-url-and-parse-in-python-222bbee74dee
Medium
How to fetch JSON via URL and parse in Python
In this post, I am going to explain simple a code snippet that is very helpful for lots of applications. With Python, we are going to fetch…
Mastering Python in 7 Days: A Step-by-Step Guide for Beginners — Table of Contents
https://medium.com/@rizmulya/mastering-python-in-7-days-a-step-by-step-guide-for-beginners-table-of-contents-aac0cfde5b59
https://medium.com/@rizmulya/mastering-python-in-7-days-a-step-by-step-guide-for-beginners-table-of-contents-aac0cfde5b59
Medium
Mastering Python in 7 Days: A Step-by-Step Guide for Beginners — Table of Contents
Introduction
Best Data Sources for Datasets: Beyond Kaggle
https://medium.com/@DataScience.Journey/best-data-sources-for-datasets-beyond-kaggle-98aac51e971e
https://medium.com/@DataScience.Journey/best-data-sources-for-datasets-beyond-kaggle-98aac51e971e
Medium
Best Data Sources for Datasets: Beyond Kaggle
Data is the lifeblood of data science. It fuels our models, guides our decisions, and unlocks insights. While Kaggle is a fantastic…
You can convert all audio to text using OpenAI/Whisper
https://medium.com/@polatkuzdere_20/you-can-convert-all-audio-to-text-u%C4%B1sing-openai-whisper-b4374866e922
https://medium.com/@polatkuzdere_20/you-can-convert-all-audio-to-text-u%C4%B1sing-openai-whisper-b4374866e922
Medium
You can convert all audio to text using OpenAI/Whisper
In the age of digital content and multimedia, the ability to transcribe spoken words into written text has become an invaluable tool for various applications. OpenAI’s Whisper ASR, powered by…
Python Problem: Leap Year Checker
https://radityafahritama.medium.com/python-problem-leap-year-checker-cddd175b9435
https://radityafahritama.medium.com/python-problem-leap-year-checker-cddd175b9435
Medium
Python Problem: Leap Year Checker
Problem Statement
Python’s json Module: Efficient JSON Data Handling
https://python.plainenglish.io/pythons-json-module-efficient-json-data-handling-4de0f382b13c
https://python.plainenglish.io/pythons-json-module-efficient-json-data-handling-4de0f382b13c
Medium
Python’s json Module: Efficient JSON Data Handling
This article explains the json module in Python, covering dump, dumps, load, loads, JSONDecoder, JSONDecodeError, and JSONEncoder. It also…
Minimising Time to Rescue in the Beach Business with GPT4
https://henk-celcius.medium.com/minimising-time-to-rescue-in-the-beach-business-with-gpt4-63df58fa420c
https://henk-celcius.medium.com/minimising-time-to-rescue-in-the-beach-business-with-gpt4-63df58fa420c
Medium
Minimising Time to Rescue in the Beach Business with GPT4
I dialogued for 2 days with GPT 4 in this session. The results are the flawless mathematical derivations (!) and the fully working Python…
How to Use Google Sheets API to load data in JSON format?
https://medium.com/imu-framework-design/how-to-use-google-sheets-api-to-load-data-in-json-format-b72c6e11f0a8
https://medium.com/imu-framework-design/how-to-use-google-sheets-api-to-load-data-in-json-format-b72c6e11f0a8
Medium
How to Use Google Sheets API to load data in JSON format?
Google Sheets is a spreadsheet application included as part of the free, web-based Google Docs Editors suite offered by Google. Besides the…