Python

How to Break Free from ExcelHow to Break Free from Excel
|
August 16, 2023

How to Break Free from Excel

Improve efficiency, scalability, and overall user experience by transitioning to web-based applications.

READ MORE
IndyPy: 15 Years of Celebrating PythonIndyPy: 15 Years of Celebrating Python
|
April 28, 2022

IndyPy: 15 Years of Celebrating Python

As the 15-year celebration of IndyPy nears, I look back at the road that has led to this point and some of the things I am hopeful for as IndyPy continues to move ahead.

READ MORE
To pyenv or Not To pyenv, That is The QuestionTo pyenv or Not To pyenv, That is The Question
|
April 11, 2022

To pyenv or Not To pyenv, That is The Question

Learn the benefits and steps for installing pyenv without letting it take over your shell's environment.

READ MORE
Safety and pip-audit: Comparing Security ToolsSafety and pip-audit: Comparing Security Tools
|
February 25, 2022

Safety and pip-audit: Comparing Security Tools

Learn about Safety and other tools you can use to secure your Python software supply chain.

READ MORE
How to Set Up Python on Your New MacHow to Set Up Python on Your New Mac
|
February 1, 2022

How to Set Up Python on Your New Mac

Learn the steps needed to install Python and start working with virtualenv projects on your new Mac.

READ MORE
The Importance of Precise Error MessagesThe Importance of Precise Error Messages
|
December 15, 2021

The Importance of Precise Error Messages

Using the S3 Presigned URLs and Presigned Posts features almost had the Six Feet Up team stumped, but after some troubleshooting, uploads were a breeze.

READ MORE
Secrets of Building Python Container Images for AWS LambdaSecrets of Building Python Container Images for AWS Lambda
|
August 12, 2021

Secrets of Building Python Container Images for AWS Lambda

Today, developers can use container images for AWS Lambda code — a helpful way to run much more complex code in a familiar package. However, there are some non-obvious differences that can make building Python app images for AWS Lambda frustrating.

READ MORE
The Zen of Python: Bootstrapping Your Local Python EnvironmentThe Zen of Python: Bootstrapping Your Local Python Environment
|
July 22, 2021

The Zen of Python: Bootstrapping Your Local Python Environment

Established, senior developers might be able to install Python easily, but are they following the Zen of Python when it comes to best practices for environment settings and versioning? In his talk, “Bootstrapping your Local Python Environment,” Calvin discusses how to optimize system setups.

READ MORE
Serverless Django: Exploring the State of the Art on AWSServerless Django: Exploring the State of the Art on AWS
|
April 12, 2021

Serverless Django: Exploring the State of the Art on AWS

As deployment options for web apps have multiplied in the past few years, AWS Lambda continues to stand out as a powerful, simple way to run a web app with minimal maintenance and cost — if there is low traffic.

READ MORE