This website places cookies on your device to give you the best user experience. By using our website, you agree to the placement of these cookies. To learn more, read our Privacy Policy.
PythonPython can be a tricky language to tackle, but the Sixies are here to help. Check out our blog posts on Python...https://www.sixfeetup.com/blog/python-bloghttps://www.sixfeetup.com/@@site-logo/logo-tall.png
Is your company still using Excel? Transitioning from Excel spreadsheets to web-based applications can improve efficiency, scalability, and overall user experience for your business. Translating requirements from Excel into a web application is not a trivial task. Explore the benefits, best practices and potential challenges of making the switch.
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.
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.
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.
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.
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.
LoudSwarm by Six Feet Up, a Django-based virtual event platform, has always supported Slack for instant, in-app text communication. In addition to Slack, clients were requesting Discord integration, so Six Feet Up’s expert team of developers found a solution.
Migrating from Django 1.7 to 3.1 is no small task. Besides having to deal with the upgrade of Django itself, you shouldn't forget that an upgrade like this implies an upgrade from Python 2 to 3 as well.
If you have used Electron before, your initial experiences may have been less than ideal. It might be time to give it a second (or first, or third) look!
Machine Learning initiatives can be powerful when you need to analyze large amounts of data, especially when it makes sense to analyze data points together to gain greater insights or find patterns...
Whether your web portal project is about a corporate intranet, an online collaboration platform for researchers or a app designed to help members manage their data, you will most likely need to write an RFP to identify possible suitable vendors...
PyCharm has great features, such as a Debugger, code completion, syntax highlighting and code formatting for Buildout configuration files. Here are several tips to help you get going...
In the final part of our series on Python Command Line Tools, we'll put our application to work. I'll show you how to import the CSV module and handle timezones post import.
Resulting from our recent Python Testing and Debugging event, check out these five key considerations developers should understand before diving into Python testing.
In this second part of our series on Python Command Line Tools, I'll show you how to make the agrparse script executable and ready to be installed as a console script when someone installs your Pyramid or Django app.