Explore >> Select a destination


You are here

python-future.org
| | gist.github.com
3.7 parsecs away

Travel
| | Python - functional style! GitHub Gist: instantly share code, notes, and snippets.
| | blog.ian.stapletoncordas.co
1.9 parsecs away

Travel
| | [AI summary] The post outlines steps and best practices for migrating an existing Python 2 codebase to Python 3, emphasizing the use of continuous integration, testing, and compatibility tools like Flake8 and six.
| | gaganpreet.in
3.6 parsecs away

Travel
| | I recently migrated a medium sized Flask application from Python 2 to Python 3. Python 2 was retired over a year ago and upgrading the app was long overdue. I imagine there are still others who could use my lessons to migrate their apps. Background #A medium sized Flask application, ~20000 LoC running on Heroku with multiple celery workers. The app was already using the latest version of Python 2.7, which is a necessary stepping stone from 2.x to 3.x.
| | www.laac.dev
20.9 parsecs away

Travel
| Choosing which tools to use in your Python development environment might be the toughest part of Python programming. The Python tooling ecosystem continues to evolve rapidly. I'll share what I need my tools to do, what tools are a part of my development environment, and why I use each one.