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…
Built a Redis GUI in the Name of Making It Easier for Me to Develop in Django!
https://medium.com/@malvin.lok/built-a-redis-gui-in-the-name-of-making-it-easier-for-me-to-develop-in-django-87bab07ca59a
https://medium.com/@malvin.lok/built-a-redis-gui-in-the-name-of-making-it-easier-for-me-to-develop-in-django-87bab07ca59a
Medium
Built a Redis GUI in the Name of Making It Easier for Me to Develop in Django!
Reedis, Redis GUI for Django user, https://github.com/goodspb/reedis
Django-SafeDelete: Soft Delete in Django Made Easy
https://medium.com/django-unleashed/django-safedelete-soft-delete-in-django-made-easy-44468d58f56d
https://medium.com/django-unleashed/django-safedelete-soft-delete-in-django-made-easy-44468d58f56d
Medium
Django-SafeDelete: Soft Delete in Django Made Easy
Django-SafeDelete is a third-party package that makes implementing soft delete in Django models a breeze.
Using appropriate sorting algo for 60x faster computation on larger data
https://blog.devgenius.io/using-appropriate-sorting-algo-for-60x-faster-computation-on-larger-data-8b58bc6ae2bc
https://blog.devgenius.io/using-appropriate-sorting-algo-for-60x-faster-computation-on-larger-data-8b58bc6ae2bc
Medium
Using appropriate sorting algo for 60x faster computation on larger data
Selection, Insertion, Quick, heap, Bubble, and Merge sort were profiled against the time and size of the array for the descending array.
19 Effective Scraping Techniques You Should know in 2023
https://medium.com/@qasim.coder/19-effective-scraping-techniques-you-should-know-in-2023-9aeca80b2268
https://medium.com/@qasim.coder/19-effective-scraping-techniques-you-should-know-in-2023-9aeca80b2268
Medium
19 Effective Scraping Techniques You Should know in 2023
In the digital age, the web is an ocean of untapped information, and Python web scraping is the captain’s compass guiding us through its…
Deephaven and asyncio for live crypto monitoring
https://medium.com/@deephavendatalabs/deephaven-and-asyncio-for-live-crypto-monitoring-7c35a221e025
https://medium.com/@deephavendatalabs/deephaven-and-asyncio-for-live-crypto-monitoring-7c35a221e025
Medium
Deephaven and asyncio for live crypto monitoring
By JJ Brosnan and Devin Smith
Python for Data Science: A Comprehensive Guide
https://medium.com/@zkhanunaiza/python-for-data-science-a-comprehensive-guide-fd385e5604df
https://medium.com/@zkhanunaiza/python-for-data-science-a-comprehensive-guide-fd385e5604df
Medium
Python for Data Science: A Comprehensive Guide
Hey there, data enthusiasts! Have you ever wondered what makes data science tick? Well, look no further because we’re about to take you on…
The Joy of Building Logic: Automating the Microsoft Edge Surfing Game
https://medium.com/@dhi13man/the-joy-of-building-logic-automating-the-microsoft-edge-surfing-game-c74ff7d495ee
https://medium.com/@dhi13man/the-joy-of-building-logic-automating-the-microsoft-edge-surfing-game-c74ff7d495ee
Medium
The Joy of Building Logic: Automating the Microsoft Edge Surfing Game
A journey into problem-solving and automation without AI
How to Make a Simple Platformer Game in Python
https://medium.com/@ismaelkhalil29/how-to-make-a-simple-platformer-game-in-python-967d71680dfb
https://medium.com/@ismaelkhalil29/how-to-make-a-simple-platformer-game-in-python-967d71680dfb
Medium
How to Make a Simple Platformer Game in Python
Have you ever dreamt of creating your own video game? Well, you’re in luck! Python, with its simplicity and versatility, is an excellent…
Guide to fine-tuning a Pre-trained model for Object Detection tasks with Faster RCNN using…
https://medium.com/the-owl/guide-to-fine-tuning-a-pre-trained-model-for-object-detection-tasks-with-faster-rcnn-using-e2e7e190105b
https://medium.com/the-owl/guide-to-fine-tuning-a-pre-trained-model-for-object-detection-tasks-with-faster-rcnn-using-e2e7e190105b
Medium
Guide to fine-tuning a Pre-trained model for Object Detection tasks with Faster RCNN using Detectron2
In this article, we do not assume any specific type of model. The model can be supervised, semi-supervised or self-supervised. However, the…