How to scrape a website with Python (Beginner tutorial)
How to scrape a website with Python (Beginner tutorial),If you've ever been curious about how to extract valuable data from websites, you're in the right place. Web scraping is a p...
Introduction to Python Modules and Libraries
Introduction to Python Modules and Libraries, Python Basics (37 Part Series) 1 Determining Python Version using the sys Library 2 Terminating a Python Program Using the Exit Functi...
Hosting Hugging Face Models on Amazon SageMaker
Hosting Hugging Face Models on Amazon SageMaker,This tutorial goes more in depth in the associated GitHub repo. Here, you can also find the accompanying files if you'd like to repr...
How to download a Google Sheet on a cron
How to download a Google Sheet on a cron,Working with Google Cloud can be confusing for beginners and sometimes all you need is to manipulate a Google Sheet. I have a couple of use...
Faster Blogging: A Developer’s Dream Setup
Faster Blogging: A Developer's Dream Setup,glee our dev friendly blogging setup has been undergoing a huge transformation for the last few weeks. For those who don't know, glee is ...
Quantum Computing Basics
Quantum Computing Basics,First, to begin with the concept and usage of quantum computers, we must go over the basics. What is it? Quantum computing uses specialized technology—inc...
Python’s Abstract Base Classes (ABC) and Interfaces Explained
Python’s Abstract Base Classes (ABC) and Interfaces Explained,Even though Python is a duck-typed 🦆 language, it is sometimes beneficial to use object-oriented features such as In...
How we made an AI Attendance System for better Team Performance
How we made an AI Attendance System for better Team Performance,Our team at Hexmos had problems with absenteeism. When the team involved aren’t consistent, it leads to chaos in ma...
A little mess with function parameters in Python
A little mess with function parameters in Python,At first glance, Python functions look like those in most other languages, and they behave just as you'd expect. They take argument...
Threading vs Asyncio vs Multiprocessing
Threading vs Asyncio vs Multiprocessing, Asynchronous programming (3 Part Series) 1 Threading vs Asyncio vs Multiprocessing 2 Race condition in Python's threading 3 Thread synchron...
Data Tagging in IRIS Using Embedded Python and the OpenAI API
Data Tagging in IRIS Using Embedded Python and the OpenAI API,The invention and popularization of Large Language Models (such as OpenAI's GPT-4) has launched a wave of innovative s...
Reasons Why You Should Develop a Blockchain Using Python
Reasons Why You Should Develop a Blockchain Using Python,Coding blockchain is one of the more complex coding tasks out there. However, even though the process is complicated, there...