All PyCon 2023 (US and AU) Talks Sorted by the View Count
https://techtalksweekly.substack.com/p/all-pycon-2023-talks-sorted-by-views
https://techtalksweekly.substack.com/p/all-pycon-2023-talks-sorted-by-views
Tech Talks Weekly
All PyCon 2023 (US and AU) talks sorted by the view count
Hi👋! I think the 2023 edition of both PyCons were awesome and I've compiled a list of the most watched talks including PyCon US and PyCon AU. I’ve built this list as a part of the 📠Tech Talks Weekly newsletter where I’m collecting the most notable recent…
A Developer’s Guide to Using PodcastIndex.org, FastAPI, and FastUI
https://medium.com/django-unleashed/build-your-podcast-search-tool-a-developers-guide-to-using-podcastindex-org-fastapi-and-fastui-03b7483b24d3
https://medium.com/django-unleashed/build-your-podcast-search-tool-a-developers-guide-to-using-podcastindex-org-fastapi-and-fastui-03b7483b24d3
Medium
A Developer’s Guide to Using PodcastIndex.org, FastAPI, and FastUI
Key components like PodcastIndex.org, FastAPI, and FastUI are essential in navigating the digital media landscape, which has seen a…
What is encapsulation in programming?
https://elshad-karimov.medium.com/what-is-encapsulation-in-programming-e08715b34dc4
https://elshad-karimov.medium.com/what-is-encapsulation-in-programming-e08715b34dc4
Medium
What is encapsulation in programming?
Encapsulation in programming is like packing your lunch in a lunchbox. Just like you put your sandwich, apple, and juice in a lunchbox to…
Object-Oriented Programming In Python: A Beginner’s guide
https://medium.com/@laddhaakshatrai/object-oriented-programming-in-python-a-beginners-guide-6a6c874399eb
https://medium.com/@laddhaakshatrai/object-oriented-programming-in-python-a-beginners-guide-6a6c874399eb
Medium
Object-Oriented Programming In Python: A Beginner’s guide
OOPs, , object-oriented programming, is a way to connect the real world to programming and eventually make scalable products. Focusing on…
Understanding Financial Concepts with Python and AI (Part I)
https://medium.com/@enriqueavila.finance/understanding-financial-concepts-with-python-and-ai-part-i-681b04f103c6
https://medium.com/@enriqueavila.finance/understanding-financial-concepts-with-python-and-ai-part-i-681b04f103c6
Medium
Understanding Financial Concepts with Python and AI (Part I)
In the complex world of finance, having the ability to navigate through intricate financial concepts is not just an advantage, it is a…
Creating a Complex Radar Chart With Python
https://medium.com/@reinapeh/creating-a-complex-radar-chart-with-python-31c5cc4b3c5c
https://medium.com/@reinapeh/creating-a-complex-radar-chart-with-python-31c5cc4b3c5c
Medium
Creating a Complex Radar Chart With Python
In this article, I will guide you in creating a customized function for a radar chart with 12 metrics and 6 layers. This customized function focuses heavily on the aesthetics of elements in the plot…
Flask Meets Serverless: Deploying on Vercel Simplified
https://medium.com/@tarunsraina483/flask-meets-serverless-deploying-on-vercel-simplified-184fc7bc77d1
https://medium.com/@tarunsraina483/flask-meets-serverless-deploying-on-vercel-simplified-184fc7bc77d1
Medium
Flask Meets Serverless: Deploying on Vercel Simplified
Deploying Flask apps can be complex, but Vercel’s serverless platform simplifies the process. This post guides you through deploying a…
Coding Was Hard Until I Learned THESE 5 Things!
https://medium.com/@parvezshah.shaik/coding-was-hard-until-i-learned-these-5-things-c94561fba5c9
https://medium.com/@parvezshah.shaik/coding-was-hard-until-i-learned-these-5-things-c94561fba5c9
Medium
Coding Was Hard Until I Learned THESE 5 Things!
Embarking on the journey of learning to code can seem daunting with an overwhelming array of resources available. In this guide, we…
Set up Python Embeddable interpreter to work just like the Python you are used to.
https://medium.com/@TechArtCorner/set-up-python-embeddable-interpreter-to-work-just-like-the-python-you-are-used-to-ac03e5f3ea03
https://medium.com/@TechArtCorner/set-up-python-embeddable-interpreter-to-work-just-like-the-python-you-are-used-to-ac03e5f3ea03
Medium
Set up Python Embeddable interpreter to work just like the Python you are used to.
Embeddable Python interpreter is a special minimal Python build desired for including Python as a part of another application.
Building a Fully Connected Neural Network Layer from Scratch using NumPy
https://medium.com/@YasinShafiei/making-a-neural-network-fully-connected-layer-from-scratch-only-numpy-49bd7958b6f3
https://medium.com/@YasinShafiei/making-a-neural-network-fully-connected-layer-from-scratch-only-numpy-49bd7958b6f3
Medium
Neural Networks from scratch. full explanation and implementation only using NumPy
Fully Connected Neural network from scratch using only NumPy. Full explanation of perceptron, MLP and how to implement and train a MLP from scratch.
Publishing a Python Package from GitHub to PyPI in 2024
https://medium.com/@blackary/publishing-a-python-package-from-github-to-pypi-in-2024-a6fb8635d45d
https://medium.com/@blackary/publishing-a-python-package-from-github-to-pypi-in-2024-a6fb8635d45d
Medium
Publishing a Python Package from GitHub to PyPI in 2024
This is my favorite method for publishing a package to PyPI today. It uses the new Trusted Publisher method from PyPI, which makes the…