VPS and Free Hosting Service for Discord bots
            
            
                
    
        
    
        This article lists recommended VPS services and covers the disasdvantages of utilising a free hosting service to run a discord bot.
            
                
            
            
                Subclassing Bot
            
            
                
    
        
    
        
    
        
    
        Subclassing the discord.py `Bot` class to add more functionality and customizability.
            
                
            
            
                How to host a bot with Docker and GitHub Actions on Ubuntu VPS
            
            
                
    
        This guide shows how to host a bot with Docker and GitHub Actions on Ubuntu VPS
            
                
            
            
                Subclassing Context in discord.py
            
            
                
    
        
    
        Subclassing the default `commands.Context` class to add more functionability and customizability.
            
                
            
            
                Function Parameters and Arguments in Python
            
            
                
    
        
    
        An in-depth look at function parameters and arguments, and how to use them.
            
                
            
            
                Mutability and Immutability in Python
            
            
                
    
        Mutable and immutable data types: what they are and how they work.
            
                
            
            
                Discord.py Learning Guide
            
            
                
    
        
    
        
    
        A learning guide for the discord.py bot framework written by members of our community.
            
                
            
            
                Why JSON is unsuitable as a database
            
            
                
    
        
    
    
            The many reasons why you shouldn't use JSON as a database, and instead opt for SQL.