Fetching Real-Time Dollar Turkish Lira Price with Websocket from Paratic
https://medium.com/@yemreak/fetching-real-time-dollar-turkish-lira-price-with-websocket-from-paratic-d7b7cbb6dadb
https://medium.com/@yemreak/fetching-real-time-dollar-turkish-lira-price-with-websocket-from-paratic-d7b7cbb6dadb
Medium
Fetching Real-Time Dollar Turkish Lira Price with Websocket from Paratic
“Fetching Real-Time Dollar Turkish Lira Price with Websocket from Paratic” is published by Yunus Emre Ak.
Automatically edit, modify, and update Google Sheet data using Python
https://medium.com/@yemreak/automatically-edit-modify-and-update-google-sheet-data-using-python-7b50f520cd4b
https://medium.com/@yemreak/automatically-edit-modify-and-update-google-sheet-data-using-python-7b50f520cd4b
Medium
Automatically edit, modify, and update Google Sheet data using Python
“Automatically edit, modify, and update Google Sheet data using Python” is published by Yunus Emre Ak.
Fine-tuning Microsoft’s Phi_1.5 Model with Diverse Datasets: A Comprehensive Guide
https://medium.com/@tdolan21/fine-tuning-microsofts-phi-1-5-model-with-diverse-datasets-a-comprehensive-guide-188ad6aeba11
https://medium.com/@tdolan21/fine-tuning-microsofts-phi-1-5-model-with-diverse-datasets-a-comprehensive-guide-188ad6aeba11
Medium
Fine-tuning Microsoft’s Phi_1.5 Model with Diverse Datasets: A Comprehensive Guide
Introduction
Unlocking Data Magic: Solara Steals the Spotlight from Streamlit
https://medium.com/@stasinskipawel/unlocking-data-magic-solara-steals-the-spotlight-from-streamlit-d010bf7ca673
https://medium.com/@stasinskipawel/unlocking-data-magic-solara-steals-the-spotlight-from-streamlit-d010bf7ca673
Medium
Unlocking Data Magic: Solara Steals the Spotlight from Streamlit
In the life of every Data Scientist there comes a moment to finally get out of the jupyter notebook or google colab(yes, yes sometimes you…
Code With Me (python)— Week 1 Recap and Challenge
https://zaqee.medium.com/codewithme-week1-b5dc1e6c00f0
https://zaqee.medium.com/codewithme-week1-b5dc1e6c00f0
Medium
Code With Me (python)— Week 1 Recap and Challenge
Welcome to the end of Week 1 in our “Code With Me” series! We’ve covered a wide range of topics, from the basics of Python to more advanced…
Mastering Conditional If Statements in Python With a Real World Example (Guessing Game)
https://medium.com/@oluwadamisi.samuel/mastering-conditional-if-statements-in-python-with-a-real-world-example-guessing-game-826b2fd33390
https://medium.com/@oluwadamisi.samuel/mastering-conditional-if-statements-in-python-with-a-real-world-example-guessing-game-826b2fd33390
Medium
Mastering Conditional If Statements in Python With a Real World Example (Guessing Game)
If you are new to Python you must have come across some confusing concepts such as the ‘If’ statements, it is one of the most fundamental…
A Comprehensive Guide to Web Scraping with Selenium in Python
https://medium.com/@oluwadamisi.samuel/a-comprehensive-guide-to-web-scraping-with-selenium-in-python-fb337a0934e6
https://medium.com/@oluwadamisi.samuel/a-comprehensive-guide-to-web-scraping-with-selenium-in-python-fb337a0934e6
Medium
A Comprehensive Guide to Web Scraping with Selenium in Python
Introduction
Microsoft ToRA: Best open source LLM for advanced math problems! (Try it for free here as well!)
https://medium.com/chat-gpt-now-writes-all-my-articles/microsoft-tora-best-open-source-llm-for-advanced-math-problems-try-it-for-free-here-as-well-2fef7f31c373
https://medium.com/chat-gpt-now-writes-all-my-articles/microsoft-tora-best-open-source-llm-for-advanced-math-problems-try-it-for-free-here-as-well-2fef7f31c373
Medium
Microsoft ToRA: Best open source LLM for advanced math problems! (Try it for free here as well!)
Full Article: 2309.17452v2.pdf (arxiv.org)
Identity Document Recognition — Understanding the Basics of Image Classification
https://medium.com/@leomaurodesenv/identity-document-recognition-understanding-the-basics-of-image-classification-9217ad27ea91
https://medium.com/@leomaurodesenv/identity-document-recognition-understanding-the-basics-of-image-classification-9217ad27ea91
Medium
Identity Document Recognition — Understanding the Basics of Image Classification
Identity documents play a crucial role in our lives, providing a means to verify our identity and access many services. However, with the…
Develop Your own API Rate Limiter in FastAPI — Part I
https://medium.com/@viswanathan.arjun/develop-your-own-api-rate-limiter-in-fastapi-part-i-c9f0c88b49b5
https://medium.com/@viswanathan.arjun/develop-your-own-api-rate-limiter-in-fastapi-part-i-c9f0c88b49b5
Medium
Develop Your own API Rate Limiter in FastAPI — Part I
An API rate limiter is a crucial component in many web applications and APIs to manage and control the rate at which clients or users can…
Daily LeetCode Problems: 2251. Number of Flowers in Full Bloom
https://medium.com/@_monitsharma/daily-leetcode-problems-2251-number-of-flowers-in-full-bloom-9e9924022aa4
https://medium.com/@_monitsharma/daily-leetcode-problems-2251-number-of-flowers-in-full-bloom-9e9924022aa4
Medium
Daily LeetCode Problems: 2251. Number of Flowers in Full Bloom
Blooming Beauty: Counting Flowers in Full Bloom
What Are the Differences Between Python and C#?
https://mohanvarah.medium.com/what-are-the-differences-between-python-and-c-0c84b2015aae
https://mohanvarah.medium.com/what-are-the-differences-between-python-and-c-0c84b2015aae
Medium
What Are the Differences Between Python and C#?
Python vs C#
Python Serialization and Deserialization in Flask SQLAlchemy
https://medium.com/@srimathiradhakrishna/python-serialization-and-deserialization-in-flask-sqlalchemy-c2ff09d69677
https://medium.com/@srimathiradhakrishna/python-serialization-and-deserialization-in-flask-sqlalchemy-c2ff09d69677
Medium
Python Serialization and Deserialization in Flask SQLAlchemy
Serialization: Serialization is the process of converting complex data structures or objects into a specific format (like Json or xml like…
The Power of Python: Calculating Exponents and Remainders
https://medium.com/python-mastery-101/the-power-of-python-calculating-exponents-and-remainders-d592484acb42
https://medium.com/python-mastery-101/the-power-of-python-calculating-exponents-and-remainders-d592484acb42
Medium
The Power of Python: Calculating Exponents and Remainders
In the world of Python, we often encounter mathematical challenges that push the boundaries of what this versatile language can do. Today…
Hello World — My Experience with Python’s NLTK (with GeoText and GeoGrapy)
https://medium.com/@kcpullen/hello-world-my-experience-with-pythons-nltk-with-geotext-and-geograpy-a7e977a70241
https://medium.com/@kcpullen/hello-world-my-experience-with-pythons-nltk-with-geotext-and-geograpy-a7e977a70241
Medium
Hello World — My Experience with Python’s NLTK (with GeoText and GeoGrapy)
My first experience with Python’s Natural Language Toolkit (NLTK)