Convert Python2 to 3 With Backwards Compatibility Using Future

preview_player
Показать описание
This video i show how to easily convert python2 code to python3 code using a built in package, this can be done with a few commands! I show how to do this while maintaining python2 interpretability using the future package. This is a great way to maintain a legacy system while upgrading it for python3 targeting, allowing a complex system to transition from 2 to 3 whilst maintaining backwards compatibility.

- Intro and Outro Made By tripioPlayinBeats:

Link to Blog Post
Рекомендации по теме
Комментарии
Автор

Thanks for posting this video :)
How can I do this for all my .py files inside a specific directory? I searched the documentation but didn't find anything, sorry

renantinti