API Requests in Python (P1): API Explained with a Restaurant Analogy
https://medium.com/@alice_bui/api-requests-in-python-p1-api-explained-with-a-restaurant-analogy-2b54d032eb4e
https://medium.com/@alice_bui/api-requests-in-python-p1-api-explained-with-a-restaurant-analogy-2b54d032eb4e
Medium
API Requests in Python (P1): API Explained with a Restaurant Analogy
In this blog series, I want to dive into different aspects that need to know to get started making your API requests using Python. In the…
Building a Mineral Analysis Tool Using Python
https://medium.com/@jurajpuchky/building-a-mineral-analysis-tool-using-python-a8111afaab42
https://medium.com/@jurajpuchky/building-a-mineral-analysis-tool-using-python-a8111afaab42
Medium
Developing a Mineral Data Analysis Application
It is essential for geology and material science to analyze and visualize the data of mineral composition. We streamline the jobs of these two disciplines by creating a computer application for them…
Building a Simple Inventory Management System Using Python OOP
https://medium.com/@jurajpuchky/building-a-simple-inventory-management-system-using-python-oop-c226c14041dd
https://medium.com/@jurajpuchky/building-a-simple-inventory-management-system-using-python-oop-c226c14041dd
Medium
Building an Inventory Management System in Python: An OOP Approach
A practical, engaging way to learn about Object-Oriented Programming (OOP) in Python is to construct a system — here, an inventory…
Can Python’s PyMC3 handle Bayesian time series forecasting?
https://medium.com/@katygenuine/can-pythons-pymc3-handle-bayesian-time-series-forecasting-6a69a3ef8ed8
https://medium.com/@katygenuine/can-pythons-pymc3-handle-bayesian-time-series-forecasting-6a69a3ef8ed8
Medium
Can Python’s PyMC3 handle Bayesian time series forecasting?
Flexibility and uncertainty quantification to time series models
How to Use Proxies With SeleniumBase in Python
https://medium.com/@datajournal/how-to-use-proxies-with-seleniumbase-2f57fed57e43
https://medium.com/@datajournal/how-to-use-proxies-with-seleniumbase-2f57fed57e43
Medium
How to Use Proxies With SeleniumBase in Python
In this guide, I’ll explain how to set up proxies with SeleniumBase in Python. With this method, your web scraping becomes more efficient…
Time-MoE: The Latest Foundation Forecasting Model
https://medium.com/@marcopeixeiro/time-moe-the-latest-foundation-forecasting-model-47eaebb78837
https://medium.com/@marcopeixeiro/time-moe-the-latest-foundation-forecasting-model-47eaebb78837
Medium
Time-MoE: The Latest Foundation Forecasting Model
Explore the open-source large time model Time-MoE and apply it in a small experiment using Python.
From Classes to Structs: Translating a Python Tokenizer into Julia’s Functional Style
https://atantos.medium.com/from-classes-to-structs-translating-a-python-tokenizer-into-julias-functional-style-204a85f17afb
https://atantos.medium.com/from-classes-to-structs-translating-a-python-tokenizer-into-julias-functional-style-204a85f17afb
Medium
From Classes to Structs: Translating a Python Tokenizer into Julia’s Functional Style
No medium membership? Read this article for free here.
Python PiPe Operator “|” for better readability
https://medium.com/@tlilyskander/python-pipe-operator-for-better-readability-31d72ddc29c7
https://medium.com/@tlilyskander/python-pipe-operator-for-better-readability-31d72ddc29c7
Medium
Python PiPe Operator “|” for better readability
In order to become an efficient programmer, it’s essential to know how to write clean codes. This entails writing as few lines of code…
BeautifulSoup vs. Scrapy: Choosing the Right Web Scraping Tool
https://medium.com/tomtalkspython/beautifulsoup-vs-scrapy-choosing-the-right-web-scraping-tool-a5b2c010fe34
https://medium.com/tomtalkspython/beautifulsoup-vs-scrapy-choosing-the-right-web-scraping-tool-a5b2c010fe34
Medium
BeautifulSoup vs. Scrapy: Choosing the Right Web Scraping Tool
In an age defined by the explosion of data, web scraping has emerged as a vital skill for businesses, researchers, and developers alike…
Setting Up Multiple Python Versions and Virtual Environments on Windows (With Solutions for Common…
https://medium.com/@rahul.kumar0/setting-up-multiple-python-versions-and-virtual-environments-on-windows-with-solutions-for-common-16fe922f520a
https://medium.com/@rahul.kumar0/setting-up-multiple-python-versions-and-virtual-environments-on-windows-with-solutions-for-common-16fe922f520a
Medium
Setting Up Multiple Python Versions and Virtual Environments on Windows (With Solutions for Common…
Setting up multiple Python versions on Windows can be incredibly useful, especially when working with projects that require different…
Building an IoT Application with Raspberry Pi and Python
https://webcluesinfo.medium.com/building-an-iot-application-with-raspberry-pi-and-python-efe3ef3e0d6b
https://webcluesinfo.medium.com/building-an-iot-application-with-raspberry-pi-and-python-efe3ef3e0d6b
Medium
Building an IoT Application with Raspberry Pi and Python
The Internet of Things (IoT) is reshaping how businesses operate, allowing for innovative solutions that enhance efficiency and…
Understanding Neural Networks
https://medium.com/@limoudom2001/understanding-neural-networks-3415847ec808
https://medium.com/@limoudom2001/understanding-neural-networks-3415847ec808
Medium
Understanding Neural Networks
Introduction
11 Deep Learning Models for Python Image Segmentation
https://medium.com/ai-disruption/11-deep-learning-models-for-python-image-segmentation-92baa6039ffc
https://medium.com/ai-disruption/11-deep-learning-models-for-python-image-segmentation-92baa6039ffc
Medium
11 Deep Learning Models for Python Image Segmentation
Explore 11 deep learning models for Python image segmentation, including U-Net, DeepLab v3+, and Mask R-CNN, to boost your computer vision…
15 Important Python Functions That Will Change How You Work with Data!
https://aqsazafar81.medium.com/15-important-python-functions-that-will-change-how-you-work-with-data-95e85e20678b
https://aqsazafar81.medium.com/15-important-python-functions-that-will-change-how-you-work-with-data-95e85e20678b
Medium
15 Important Python Functions That Will Change How You Work with Data!
In this guide, we’ll explore 15 important Python functions that every data scientist should remember. Each function will come with easy…
Metaprogramming in Python: How to Uncover the Magic Behind the Scenes
https://z-e-g.medium.com/metaprogramming-in-python-how-to-uncover-the-magic-behind-the-scenes-a75ba83b04af
https://z-e-g.medium.com/metaprogramming-in-python-how-to-uncover-the-magic-behind-the-scenes-a75ba83b04af
Medium
Metaprogramming in Python: How to Uncover the Magic Behind the Scenes
Curious how decorators work, or what kind of magic happens when Python runs complex frameworks like Django? Fasten your seatbelts because…
Developing in Python with Dev Containers — Part 4: Installing WSL, Ubuntu and Docker
https://andypickup.com/developing-in-python-with-dev-containers-part-4-installing-wsl-ubuntu-and-docker-c3b920b1f9de
https://andypickup.com/developing-in-python-with-dev-containers-part-4-installing-wsl-ubuntu-and-docker-c3b920b1f9de
Medium
Developing in Python with Dev Containers — Part 4: Installing WSL, Ubuntu and Docker
Setting up a fresh installation of Windows with WSL, Ubuntu and Docker for use with dev containers in Visual Studio Code
Creating a Career Guidance Agent with AI: Step-by-Step Implementation Using Lyzr Agent API
https://medium.com/@harshit_56733/creating-a-career-guidance-agent-with-ai-step-by-step-implementation-using-lyzr-agent-api-5e65cd66b996
https://medium.com/@harshit_56733/creating-a-career-guidance-agent-with-ai-step-by-step-implementation-using-lyzr-agent-api-5e65cd66b996
Medium
Creating a Career Guidance Agent with AI: Step-by-Step Implementation Using Lyzr Agent API
The Lyzr Agent API has opened new horizons in transforming traditional advisory roles, such as career guidance, through AI. By leveraging…