atlas news
Test Driven
20 mai
22h28
Developing a Single Page App with FastAPI and React
In this tutorial you ll be building a CRUD app with FastAPI and React
06 mai
22h28
Python Project Workflow
This article looks at how to configure GitHub Actions to distribute a Python package to PyPI and Read the Docs
26 avril
22h28
Async Views in Django
This tutorial looks at how to get started with Django s asynchronous views
18 avril
22h28
Rapid Prototyping with Flask, htmx, and Tailwind CSS
This tutorial looks at how to add htmx and Tailwind CSS to Flask to reduce the amount of time it takes to create and style an interactive front end
15 avril
22h28
Running Python in the Browser with WebAssembly
In this tutorial you ll build a Python code editor in the browser using WebAssembly WASM via Pyodide and CodeMirror
11 avril
22h28
Permissions in Django
This article looks at how to leverage Django s default permission system to assign permissions to users and groups
03 avril
22h28
Rapid Prototyping with Django, htmx, and Tailwind CSS
This tutorial looks at how to add htmx and Tailwind CSS to Django to reduce the amount of time it takes to create and style an interactive front end
31 mars
22h28
Concurrent Web Scraping with Selenium Grid and Docker Swarm
This tutorial details how to run a Python and Selenium based web scraper in parallel with Selenium Grid and Docker Swarm
28 mars
22h28
Moving from Flask to FastAPI
This article which is aimed for those interested in moving from Flask to FastAPI compares and contrasts common patterns in both Flask and FastAPI
21 mars
22h28
Deploying a FastAPI Application to Elastic Beanstalk
This tutorial shows how to deploy a FastAPI Application to AWS Elastic Beanstalk
14 mars
22h28
Deploying a Flask Application to Elastic Beanstalk
This tutorial shows how to deploy a Flask Application to AWS Elastic Beanstalk
06 mars
22h28
Python Code Quality
This article looks how to improve the quality of your Python code with linters code formatters and security vulnerability scanners
01 mars
22h28
Deep Dive into Flask’s Application and Request Contexts
This article explores how the Application and Request contexts work in Flask
28 février
22h28
Deploying a Django Application to Elastic Beanstalk
This tutorial shows how to deploy a Django Application to AWS Elastic Beanstalk
27 février
22h28
Modern Python Environments - dependency and workspace management
This article looks at the available tools for dependency and workspace management in Python
24 février
22h28
Django vs. Flask in 2022: Which Framework to Choose
In this article we ll look at the best use cases for Django and Flask along with what makes them unique from an educational and development standpoint
23 février
22h28
Modern Test-Driven Development in Python
This guide looks at how to test Python code with pytest pydantic and JSON Schema using Test Driven Development
17 février
22h28
Asynchronous Tasks with Flask and Celery
This tutorial looks at how to configure Celery to handle long running tasks in a Flask app
09 février
22h28
Running Django on DigitalOcean’s App Platform
This article looks at how to deploy a Django application to DigitalOcean s App Platform
08 février
22h28
Working with Static and Media Files in Django
This article looks at how to work with static and media files in a Django project locally and in production
06 février
22h28
Building a CRUD App with FastAPI and MongoDB
This tutorial looks at how to develop an asynchronous API with FastAPI and MongoDB
19 janvier
22h28
Asynchronous Tasks with Flask and Redis Queue
This tutorial looks at how to configure Redis Queue to handle long running tasks in a Flask app
18 janvier
22h28
Speeding Up Python with Concurrency, Parallelism, and asyncio
Details what concurrency and parallel programming are in Python and shows practical examples of using multithreading concurrent futures and asyncio
11 janvier
22h28
Introduction to Django Channels
This tutorial shows how to use Django Channels to create a real time application
07 janvier
22h28
Flask Stripe Tutorial
This tutorial looks at how to quickly add Stripe to a Flask app in order to accept payments
05 janvier
22h28
Pagination in Django
This article looks at how to add pagination to a Django project
31 décembre
22h28
Understanding the Application and Request Contexts in Flask
This post provides clarity on how the Application and Request contexts work in Flask
22 décembre
22h28
Building a Concurrent Web Scraper with Python and Selenium
This article looks at how to speed up a Python web scraping and crawling script with multithreading via the concurrent futures module
15 décembre
22h28
Python Dependency Injection
This article looks at how to use dependency injection to decouple and improve the design of a Python application
14 décembre
22h28
Testing Flask Applications with Pytest
This articles serves as a guide to testing Flask applications with pytest
13 décembre
22h28
Working with Celery and Django Database Transactions
This article details how to make Celery work nicely with Django Database Transactions
12 décembre
22h28
Serving a Machine Learning Model with FastAPI and Streamlit
This tutorial looks at how to serve up a style transfer machine learning model with FastAPI and Streamlit
11 décembre
22h28
Automatically Retrying Failed Celery Tasks
This article looks at how to automatically retry failed Celery tasks
07 décembre
22h28
Developing an Asynchronous Task Queue in Python
This tutorial looks at how to implement several asynchronous task queues using the Python multiprocessing library and Redis
30 novembre
22h28
Reproducible Builds with Bazel
This article looks at how Bazel can be used to create reproducible hermetic builds
29 novembre
22h28
Deploying Django to AWS ECS with Terraform
In this tutorial we ll look at how to deploy a Django app to AWS ECS with Terraform
28 novembre
22h28
Deploying a Node App to Google Cloud with Kubernetes
This tutorial demonstrates how to deploy a Node microservice to a Kubernetes cluster on Google Kubernetes Engine
27 novembre
22h28
Deploying Spark on Kubernetes
This tutorial demonstrates how to deploy Spark on a Kubernetes cluster
26 novembre
22h28
Dynamic Secret Generation with Vault and Flask
In this tutorial we ll look at a real world example of using Hashicorp s Vault and Consul to create dynamic Postgres credentials for a Flask web app
25 novembre
22h28
Django Stripe Tutorial
Quickly add Stripe to accept payments on a Django Python website
24 novembre
22h28
Deploying Django to Heroku With Docker
This article looks at how to deploy a Django app to Heroku with Docker via the Heroku Container Runtime
23 novembre
22h28
Sending Confirmation Emails with Flask, Redis Queue, and Amazon SES
This tutorial looks at how to send confirmation emails to newly registered users with Flask Redis Queue and Amazon SES
03 novembre
22h28
Combining Flask and Vue
In this article we ll take a look at three different methods for combining Flask and Vue
29 octobre
22h28
Deploying Self-Hosted GitLab CI Runners with Docker
This tutorial looks at how to deploy self hosted GitLab CI CD runners with Docker to DigitalOcean
24 octobre
22h28
Deploying Self-Hosted GitHub Actions Runners with Docker
This tutorial looks at how to deploy self hosted GitHub Actions runners with Docker and Docker Swarm to DigitalOcean
21 octobre
22h28
Improving Code Confidently with Test-Driven Development
Looks at an example of how Test Driven Development improves code quality
20 octobre
22h28
Debugging a Containerized Django App in VS Code
In this tutorial we ll show you how to configure Visual Studio Code VS Code to debug a Django app running inside of Docker
18 octobre
22h28
Creating a Kubernetes Cluster on DigitalOcean with Python and Fabric
This tutorial demonstrates how to automate the set up of a Kubernetes cluster with Python and Fabric on DigitalOcean
15 octobre
22h28
Centralized Logging with Django, Docker, and CloudWatch
Let s look at how to configure a containerized Django app running on an EC instance to send logs to AWS CloudWatch
14 octobre
22h28
Accepting Crypto Payments with Django and Coinbase
This tutorial looks at how to accept crypto Payments with Django and Coinbase Commerce