I Drew The Python Logo (Badly) Using Python
https://zlliu.medium.com/i-drew-the-python-logo-badly-using-python-1f1aabbe860f
https://zlliu.medium.com/i-drew-the-python-logo-badly-using-python-1f1aabbe860f
Medium
I Drew The Python Logo (Badly) Using Python
# Unlocking Our Pythonically Artistic Side
20 Basic Numerical Problems and It’s Solution — Python Basics
https://medium.com/@officialashharps/20-basic-numerical-problems-and-its-solution-python-basics-62f41ad3eada
https://medium.com/@officialashharps/20-basic-numerical-problems-and-its-solution-python-basics-62f41ad3eada
Medium
20 Basic Numerical Problems and It’s Solution — Python Basics
If you are a beginner looking to learn Python, then it is recommended to start with the following questions (numerical) :
Part I: Predicting the next word/s in a sentence 🖊️
https://medium.com/@j622amilah/part-i-predicting-the-next-word-s-in-a-sentence-%EF%B8%8F-b111cdde9b4e
https://medium.com/@j622amilah/part-i-predicting-the-next-word-s-in-a-sentence-%EF%B8%8F-b111cdde9b4e
Medium
Part I: Predicting the next word/s in a sentence 🖊️
I am curious to understand and code some text prediction models. I have coded a character generation model for names in a Deep learning…
Beyond the Bell Curve: An Introduction to the t-distribution
https://towardsdatascience.com/beyond-the-bell-curve-an-introduction-to-the-t-distribution-87a7cf5b3e40
https://towardsdatascience.com/beyond-the-bell-curve-an-introduction-to-the-t-distribution-87a7cf5b3e40
Medium
Beyond the Bell Curve: An Introduction to the t-distribution
Discover the origins, theory and uses behind the famous t-distribution
Easy Web Scraping and Chunking by Document Elements for LLMs
https://medium.com/@ronnyh/easy-web-scraping-and-chunking-by-document-elements-for-large-language-models-c45d13aca8dd
https://medium.com/@ronnyh/easy-web-scraping-and-chunking-by-document-elements-for-large-language-models-c45d13aca8dd
Medium
Easy Web Scraping and Chunking by Document Elements for Large Language Models
This blog post is part of the “Optimizing RAG With LLMS: Exploring Chunking Techniques and Reranking for Enhanced Results” webinar by Arize…
Build your own command line tool wc with Python
https://medium.com/@this.jiyun/build-your-own-command-line-tool-wc-with-python-46fff3a90fdc
https://medium.com/@this.jiyun/build-your-own-command-line-tool-wc-with-python-46fff3a90fdc
Medium
Build your own command line tool wc with Python
Assuming you are already familiar with wc tool. If not, please refer to the coding challenge - Write Your Own wc Tool page to get an idea…
Python OOP Concepts Made Simple: Easy-to-Understand Code Examples
https://medium.com/@maheshhkanagavell/python-oop-concepts-made-simple-easy-to-understand-code-examples-ac15cd8ee037
https://medium.com/@maheshhkanagavell/python-oop-concepts-made-simple-easy-to-understand-code-examples-ac15cd8ee037
Medium
Python OOP Concepts Made Simple: Easy-to-Understand Code Examples
Demystifying OOP Concepts in Python: Classes, Objects, Polymorphism, Encapsulation, Inheritance, and Data Abstraction Made Easy
Python for Algorithmic Trading: Fetching Historical Price Data
https://marco-gonzalez.medium.com/python-for-algorithmic-trading-fetching-historical-price-data-a7aa4956264e
https://marco-gonzalez.medium.com/python-for-algorithmic-trading-fetching-historical-price-data-a7aa4956264e
Medium
Python for Algorithmic Trading: Fetching Historical Price Data
Introduction
Anonymizing Text with NLP: Strategies and Techniques for Ensuring Data Privacy
https://medium.com/@manou.mohammedi/anonymizing-text-with-nlp-strategies-and-techniques-for-ensuring-data-privacy-598a99598b3a
https://medium.com/@manou.mohammedi/anonymizing-text-with-nlp-strategies-and-techniques-for-ensuring-data-privacy-598a99598b3a
Medium
Anonymizing Text with NLP: Strategies and Techniques for Ensuring Data Privacy
Ensuring privacy and safeguarding data are essential in today’s world, particularly when it comes to sensitive personal information. Text…
Quantization of custom PyTorch model made easy
https://medium.com/@mor40/quantization-of-custom-pytorch-model-made-easy-3a9521571efa
https://medium.com/@mor40/quantization-of-custom-pytorch-model-made-easy-3a9521571efa
Medium
Quantization of custom PyTorch model made easy
Pytorch has had up until recently only one way of doing qunatization and that is called “eager mode qunatization”, which involved a lot of…
Second-hand car price predictions in Cyprus with PyMC
https://medium.com/@averinjr/second-hand-car-price-predictions-in-cyprus-with-pymc-66a1a229dad
https://medium.com/@averinjr/second-hand-car-price-predictions-in-cyprus-with-pymc-66a1a229dad
Medium
Second-hand car price predictions in Cyprus with PyMC
Motivation
Exploring the power of Google’s MediaPipe : Use cases and Applications
https://medium.com/@devaangnadkarni01/exploring-the-power-of-googles-mediapipe-use-cases-and-applications-bcd9f6cf961
https://medium.com/@devaangnadkarni01/exploring-the-power-of-googles-mediapipe-use-cases-and-applications-bcd9f6cf961
Medium
Exploring the power of Google’s MediaPipe : Use cases and Applications
Introduction:
Mastering Python: Day 6— Error Handling and Exceptions
https://medium.com/@rizmulya/mastering-python-day-6-error-handling-and-exceptions-b71d00a0666
https://medium.com/@rizmulya/mastering-python-day-6-error-handling-and-exceptions-b71d00a0666
Medium
Mastering Python: Day 6— Error Handling and Exceptions
Welcome to Day 6 of your Python learning journey! In today’s exploration, we will delve into the world of error handling and exceptions in…