Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 766 Bytes

File metadata and controls

24 lines (18 loc) · 766 Bytes
title Practicalities
fa-icon arrow-circle-up
bg #49a7e9
color white
style center

Practicalities

While most of the projects that have signed up above are migrating to Python 3 only code bases, we are gathering information about the difficulties that can be encountered both by developers and users during this process.

We are thus collecting a list of things to be aware of for when transitioning that are less obvious. For example : as a developer, how to make sure that your package manager like pip does not upgrade your libraries to incompatible versions on Python 2. See the Practicality Page for informations and Check our repository to contribute.