Demystifying Custom Comparators: A Guide to Sorting Algorithms
https://medium.com/@punitvara/demystifying-custom-comparators-a-guide-to-sorting-algorithms-aef6b6022f5e
https://medium.com/@punitvara/demystifying-custom-comparators-a-guide-to-sorting-algorithms-aef6b6022f5e
Medium
Demystifying Custom Comparators: A Guide to Sorting Algorithms
Goal is to put out code snippet written from scratch to understand how custom comparator works with various sorting algorithms. If you want…
Ways Python Development Can Benefit Your Business
https://blog.stackademic.com/ways-python-development-can-benefit-your-business-1bc969ef17e2
https://blog.stackademic.com/ways-python-development-can-benefit-your-business-1bc969ef17e2
Medium
Ways Python Development Can Benefit Your Business
Python is one of the most popular and used programming languages across the world. Website development, artificial intelligence, and…
A Hands-On Comparison: Gemini Pro vs GPT-3.5
https://medium.com/artificial-corner/a-hands-on-comparison-gemini-pro-vs-gpt-3-5-e23bfa19bf16
https://medium.com/artificial-corner/a-hands-on-comparison-gemini-pro-vs-gpt-3-5-e23bfa19bf16
Medium
A Hands-On Comparison: Gemini Pro vs GPT-3.5
And the winner is …
Python Mastery Unleashed: Your Guide to Data Structures in 2023
https://medium.com/@korshubmarketing/python-mastery-unleashed-your-guide-to-data-structures-in-2023-276b47df95ca
https://medium.com/@korshubmarketing/python-mastery-unleashed-your-guide-to-data-structures-in-2023-276b47df95ca
Medium
Python Mastery Unleashed: Your Guide to Data Structures in 2023
Introduction
Find and Replace Text in Word DOC or DOCX Documents with Python
https://medium.com/@alice.yang_10652/find-and-replace-text-in-word-doc-or-docx-documents-with-python-8ed04d1722f6
https://medium.com/@alice.yang_10652/find-and-replace-text-in-word-doc-or-docx-documents-with-python-8ed04d1722f6
Medium
Find and Replace Text in Word DOC or DOCX Documents with Python
The find and replace feature in Microsoft Word is a valuable tool that improves efficiency and accuracy when editing or updating documents…
How we implemented a straightforward post history system at Glynk
https://medium.com/@nazirjaleel/how-we-implemented-a-straightforward-post-history-system-at-glynk-3069a571445c
https://medium.com/@nazirjaleel/how-we-implemented-a-straightforward-post-history-system-at-glynk-3069a571445c
Medium
How we implemented a straightforward post history system at Glynk
In #Glynk, a community platform enabling users to create social content posts and events, a comprehensive moderation system is implemented…
[Day 9] Mirage Maintenance // Advent of Code 2023 (Python)
https://medium.com/@jatinkrmalik/day-9-mirage-maintenance-advent-of-code-2023-python-09315d783d3b
https://medium.com/@jatinkrmalik/day-9-mirage-maintenance-advent-of-code-2023-python-09315d783d3b
Medium
[Day 9] Mirage Maintenance // Advent of Code 2023 (Python)
You ride the camel through the sandstorm and stop where the ghost’s maps told you to stop. The sandstorm subsequently subsides….
How to create an Encryption using Vigenère Chiper Method with Python
https://danferdiansyah.medium.com/how-to-create-an-encryption-using-vigen%C3%A8re-chiper-method-with-python-82bc15844906
https://danferdiansyah.medium.com/how-to-create-an-encryption-using-vigen%C3%A8re-chiper-method-with-python-82bc15844906
Medium
How to create an Encryption using Vigenère Chiper Method with Python
Actually this is one of my Lab task on the university. Here’s the brief in case you want to try it yourself.
PyTorch vs TensorFlow: The Ultimate Showdown in Machine Learning Frameworks
https://medium.com/@min0taur0/pytorch-vs-tensorflow-the-ultimate-showdown-in-machine-learning-frameworks-80055d7f2e51
https://medium.com/@min0taur0/pytorch-vs-tensorflow-the-ultimate-showdown-in-machine-learning-frameworks-80055d7f2e51
Medium
PyTorch vs TensorFlow: The Ultimate Showdown in Machine Learning Frameworks
Machine Learning Fundamentals
Coding Odyssey #0 : A Daily Dose of Problem Solving
https://medium.com/@mimahmetavcil/coding-odyssey-0-a-daily-dose-of-problem-solving-843654ad573b
https://medium.com/@mimahmetavcil/coding-odyssey-0-a-daily-dose-of-problem-solving-843654ad573b
Medium
Coding Odyssey #0 : A Daily Dose of Problem Solving
Have you ever thought about how you can combine fun and coding? The ‘Guess the Number’ game is a classic, and coding it in Python is not…
Coding Odyssey #009 : A Daily Dose of Problem Solving
https://medium.com/@mimahmetavcil/coding-odyssey-009-a-daily-dose-of-problem-solving-c7ab0f4b7ef0
https://medium.com/@mimahmetavcil/coding-odyssey-009-a-daily-dose-of-problem-solving-c7ab0f4b7ef0
Medium
Coding Odyssey #009 : A Daily Dose of Problem Solving
These problems range from number theory to combinatorics and require a combination of mathematical insight and programming skills. Project…
Extracting data from Salesforce in near real time using OCI Data Flow and GoldenGate Stream…
https://eloi-lopes29.medium.com/extracting-data-from-salesforce-in-near-real-time-using-oci-data-flow-and-goldengate-stream-a89d668ae869
https://eloi-lopes29.medium.com/extracting-data-from-salesforce-in-near-real-time-using-oci-data-flow-and-goldengate-stream-a89d668ae869
Medium
Extracting data from Salesforce in near real time using OCI Data Flow and GoldenGate Stream Analytics — Part 2
On part 1 of this blog, we’ve seen how to create Python code and deploy it on OCI Data Flow (Spark) to capture data in near real-time…
Using Gmail’s Python API To Delete 10,000 emails In Less Than Two Minutes (Pt. I)
https://medium.com/pipeline-a-data-engineering-resource/using-gmails-python-api-to-delete-10-000-emails-in-less-than-two-minutes-pt-i-ebc918e208f4
https://medium.com/pipeline-a-data-engineering-resource/using-gmails-python-api-to-delete-10-000-emails-in-less-than-two-minutes-pt-i-ebc918e208f4
Medium
Using Gmail’s Python API To Delete 10,000 emails In Less Than Two Minutes (Pt. I)
Never manually delete emails again with this script integrating Python and Google Cloud Platform’s Gmail API.
Select_related vs. Prefetch_related in Django
https://medium.com/@av44314/select-related-vs-prefetch-related-in-django-a5c8aa6d7f82
https://medium.com/@av44314/select-related-vs-prefetch-related-in-django-a5c8aa6d7f82
Medium
Select_related vs. Prefetch_related in Django
Discover the key differences between select_related and prefetch_related in Django. Optimize your database queries and boost your Django…
Unveiling the Magic of USSD Wallets: My Journey into Python and SQLAlchemy
https://medium.com/@isaackiplangat1999/unveiling-the-magic-of-ussd-wallets-my-journey-into-python-and-sqlalchemy-21b0e6fadf2a
https://medium.com/@isaackiplangat1999/unveiling-the-magic-of-ussd-wallets-my-journey-into-python-and-sqlalchemy-21b0e6fadf2a
Medium
Unveiling the Magic of USSD Wallets: My Journey into Python and SQLAlchemy
Ever wondered about the magic behind USSD wallets? So did I! In my quest to unravel the mysteries of this fascinating technology, I decided…
A Junior Developers View of Senior Code (and Established Projects)
https://masoncb.medium.com/a-junior-developers-view-of-senior-code-and-established-projects-11ffa31015ae
https://masoncb.medium.com/a-junior-developers-view-of-senior-code-and-established-projects-11ffa31015ae
Medium
A Junior Developers View of Senior Code (and Established Projects)
A perspective on learning via the fire hose method and how it feels as a junior Dev to come into an established environment.
Writing Functions in Python For Absolute Beginners
https://zlliu.medium.com/writing-functions-in-python-for-absolute-beginners-e0fc7830dda8
https://zlliu.medium.com/writing-functions-in-python-for-absolute-beginners-e0fc7830dda8
Medium
Writing Functions in Python For Absolute Beginners
# Python From Zero To One — Part 10
HOW TO INTEGRATE PYTHON WITH AZURE SQL DATABASE FOR ETL PROCESSES
https://sanctitygeorge.medium.com/how-to-integrate-python-with-azure-sql-database-for-etl-processes-e986dff9e959
https://sanctitygeorge.medium.com/how-to-integrate-python-with-azure-sql-database-for-etl-processes-e986dff9e959
Medium
HOW TO INTEGRATE PYTHON WITH AZURE SQL DATABASE FOR ETL PROCESSES
Recently, I was working on a data project where I needed to connect to an Azure SQL database using Python script and extract data from…