🐍 5 Awesome Python Projects: Create Interactive Dashboards, OCR, Go Paperless, Perform Data…
https://tomaszs2.medium.com/5-awesome-python-projects-create-interactive-dashboards-ocr-go-paperless-perform-data-7f04ef5936be
https://tomaszs2.medium.com/5-awesome-python-projects-create-interactive-dashboards-ocr-go-paperless-perform-data-7f04ef5936be
Medium
🐍 5 Awesome Python Projects: Create Interactive Dashboards, OCR, Go Paperless, Perform Data…
In this article, I’ll unveil five cute projects that showcase Python’s incredible potential
Exploring LeetCode Problem 3: Longest Substring Without Repeating Characters — Python
https://medium.com/@robertsevan/exploring-leetcode-problem-3-longest-substring-without-repeating-characters-python-4873fb419063
https://medium.com/@robertsevan/exploring-leetcode-problem-3-longest-substring-without-repeating-characters-python-4873fb419063
Medium
Exploring LeetCode Problem 3: Longest Substring Without Repeating Characters — Python
Programming & Technical Interview Problems solved in Python
Regular Expressions in Python: Mastering String Manipulation
https://nsworldinfo.medium.com/regular-expressions-in-python-mastering-string-manipulation-9fbe60a2887d
https://nsworldinfo.medium.com/regular-expressions-in-python-mastering-string-manipulation-9fbe60a2887d
Medium
Regular Expressions in Python: Mastering String Manipulation
In the realm of programming, one often encounters situations where text or string data needs to be manipulated, extracted, validated, or…
Computer Vision from scratch: Image Downsampling
https://medium.com/@jaimin-k/computer-vision-from-scratch-image-downsampling-83c1be68f7af
https://medium.com/@jaimin-k/computer-vision-from-scratch-image-downsampling-83c1be68f7af
Medium
Computer Vision from scratch: Image Downsampling
In the realm of digital images, finding the perfect balance between image quality and practicality is crucial. High-resolution images might…
Follow Me as I Show You the Wonders of Python Generators and Iterators
https://medium.com/@araujogabe1/follow-me-as-i-show-you-the-wonders-of-python-generators-and-iterators-1aff460f43f5
https://medium.com/@araujogabe1/follow-me-as-i-show-you-the-wonders-of-python-generators-and-iterators-1aff460f43f5
Medium
Follow Me as I Show You the Wonders of Python Generators and Iterators
Hey there, coding curious minds! 👋 Ready to dive into the fascinating world of Python generators and iterators? 🐍 Well, hang tight…
Building a Financial Aid Scholarship and Awarding Model using Pythi
https://jayburgess.medium.com/building-a-financial-aid-scholarship-and-awarding-model-using-pythi-a0012249779e
https://jayburgess.medium.com/building-a-financial-aid-scholarship-and-awarding-model-using-pythi-a0012249779e
Medium
Building a Financial Aid Scholarship and Awarding Model using Python
Introduction
Creating a Local Desktop Application for Ubuntu
https://medium.com/@meetwithIT/creating-a-local-desktop-application-for-ubuntu-33efb2f15b48
https://medium.com/@meetwithIT/creating-a-local-desktop-application-for-ubuntu-33efb2f15b48
Medium
Creating a Local Desktop Application for Ubuntu
To develop a local Ubuntu desktop application using PySide2, Tkinter, or other desktop application frameworks, follow these steps to create…
Mastering functools: 7 Python Hacks to Supercharge Your Code Efficiency
https://mindfulmodeler.medium.com/mastering-functools-7-python-hacks-to-supercharge-your-code-efficiency-dc4b0f200dde
https://mindfulmodeler.medium.com/mastering-functools-7-python-hacks-to-supercharge-your-code-efficiency-dc4b0f200dde
Medium
Mastering functools: 7 Python Hacks to Supercharge Your Code Efficiency
Introduction
Data Science @ Twitter: Predicting Advertiser Lift
https://medium.com/@blakeswineford/data-science-twitter-predicting-advertiser-lift-95fdb0b46c4f
https://medium.com/@blakeswineford/data-science-twitter-predicting-advertiser-lift-95fdb0b46c4f
Medium
Data Science @ Twitter: Predicting Advertiser Conversion Lift
When I was at Twitter I was fortunate to have one of the engineering directors at Twitter ask me if I would want to work on projects on…
The Convergence of Traditional Spreadsheet Software and Modern Programming Languages: Python in…
https://medium.com/@madani.bezoui/the-convergence-of-traditional-spreadsheet-software-and-modern-programming-languages-python-in-1140467c7c5f
https://medium.com/@madani.bezoui/the-convergence-of-traditional-spreadsheet-software-and-modern-programming-languages-python-in-1140467c7c5f
Medium
The Convergence of Traditional Spreadsheet Software and Modern Programming Languages: Python in Excel
Introduction
Quickly build your own apps using Wizard Coder Python 34B on Amazon EC2
https://medium.com/@dminhk/quickly-build-your-own-apps-using-wizard-coder-python-34b-on-amazon-ec2-7885230e5e05
https://medium.com/@dminhk/quickly-build-your-own-apps-using-wizard-coder-python-34b-on-amazon-ec2-7885230e5e05
Medium
Quickly build your own apps using Wizard Coder Python 34B on Amazon EC2
WizardCoder: Empowering Code Large Language Models with Evol-Instruct
Find the timezone & local time of your visitors using Python
https://ipapi.medium.com/find-the-timezone-local-time-of-your-visitors-using-python-eadd4ad0358d
https://ipapi.medium.com/find-the-timezone-local-time-of-your-visitors-using-python-eadd4ad0358d
Medium
Find the timezone & local time of your visitors using Python
In a previous post we had discussed the importance of personalization of the content of your website / mobile app based on the local time…
How to Integrate Django with Sentry, Loggly, and Other Third-Party Logging Services: A…
https://philstories.medium.com/how-to-integrate-django-with-sentry-loggly-and-other-third-party-logging-services-a-a601db8ebd86
https://philstories.medium.com/how-to-integrate-django-with-sentry-loggly-and-other-third-party-logging-services-a-a601db8ebd86
Medium
How to Integrate Django with Sentry, Loggly, and Other Third-Party Logging Services: A…
Logging is a critical component of any production-grade application. While Django’s built-in logging is powerful, integrating it with…
Scaling Agglomerative Clustering for Big Data
https://towardsdatascience.com/scaling-agglomerative-clustering-for-big-data-an-introduction-to-rac-fb26a6b326ad
https://towardsdatascience.com/scaling-agglomerative-clustering-for-big-data-an-introduction-to-rac-fb26a6b326ad
Medium
Scaling Agglomerative Clustering for Big Data
Learn how to use Reciprocal Agglomerative Clustering to power hierarchical clustering of large datasets…