|
You are here |
python-future.org | ||
| | | | |
gist.github.com
|
|
| | | | | Python - functional style! GitHub Gist: instantly share code, notes, and snippets. | |
| | | | |
blog.ian.stapletoncordas.co
|
|
| | | | | [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
|
|
| | | | | 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
|
|
| | | 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. | ||