Python
- 
			
	
    	
        
        Getting Started with JupyterLab as a Docker ExtensionJupyterLab is a web-based interactive development environment (IDE) that allows users to create and share documents that contain live code, equations, visualizations, and narrative text. It is the latest evolution of the popular Jupyter Notebook and offers several advantages over its predecessor. We provide an overview the JupyterLab architecture and explain how to start using JupyterLab as a Docker extension. Read now 
- 
			
	
    	
        
        How to Develop and Deploy a Customer Churn Prediction Model Using Python, Streamlit, and DockerCustomer churn is challenging, but we can combat it! Learn how Python, Streamlit, and Docker help you build a predictive model to minimize churn. Read now 
- 
			
	
    	
        
        Resources to Use Javascript, Python, Java, and Go with DockerDeveloping and deploying your applications with Docker is easy, but you may not know where to start. Hit the ground running with these resources. Read now 
- 
			
	
    	
        
        How to Train and Deploy a Linear Regression Model Using PyTorchGet an introduction to PyTorch, then learn how to use it for a simple problem like linear regression — and a simple way to containerize your application. Read now 
- 
			
	
    	
        
        How to Build and Deploy a Django-based URL Shortener App from ScratchA URL shortener is a widely adopted technique that’s used to create short, condensed, and unique aliases for long URL links. In this blog tutorial, you’ll learn how to build a basic URL shortener using Python and Django. Read now 
- 
			
	
    	
        
        How to “Dockerize” Your Python ApplicationsMillions of developers use Python to build modern, scalable applications. For developers who value performance, cross-platform portability, and convenience, deploying these apps within a Docker environment can be advantageous. That said, what kinds of applications can you create? How does Docker support their functionality? Patrick Loeber answers these questions and more during his presentation, “Getting… Read now 
- 
			
	
    	
        
        Video: How to Dockerize a Python App with FastAPIJoin host Peter McKee and Python wizard Michael Kennedy for a warts-and-all demo of how to Dockerize a Python app using FastAPI, a popular Python framework. Kennedy is a developer and entrepreneur, and the founder and host of two successful Python podcasts — Talk Python To Me and Python Bytes. He’s also a Python Software… Read now 
- 
			
	
    	
        
        Guest Post: Calling the Docker CLI from Python with Python-on-whalesThis post highlights a new project built by Gabriel de Marmiesse from the Docker community: Python-on-whales. The goal of this project is to have a 1-to-1 mapping between the Docker CLI and the Python library. Read now