Videos
- pyinstaller for Windows, Linux, and Mac OS X (Python 3.5-3.10)
- cx_Freeze for Windows, Linux, and Mac OS X (Python 3.6-3.10)
- bbfreeze for Windows and Linux (Python 2.4-2.7)
- py2exe for Windows (Python 2.6, 2.7)
- py2exe for Windows (Python 3.3-3.10)
- Freeze for Linux and maybe Mac OS X (Python 2.x)
- py2app for Mac OS X (Python 2.x)
- Nuitka for Windows, Linux, and MacOS (2.6, 2.7, 3.3-3.9)
https://github.com/marcelotduarte/cx_Freeze
Works fine for Python 3.x.
Otherwise you can always make your script run at Python 2.x and use a program that can transform from that version.
Also look up:
Python 3.0.1 Executable Creator
Making a portable (exe) with Python 3.1?
I have started learning Python recently in order to finish a university course project i have been working on as one of the requirements for completing the course but i have been confused on choosing an IDE to work on ( i am not new to programming and i have been programming in java must of the time which i was using IntelliJ as the IDE for it)
When i ask my classmates and other people this question i usually get these two answers
PyCharm or Visual Studio Code
I have looked for both of them but couldnโt decide which one to choose due to the fact that both have amazing features.
sure, i am no stranger to JetBrains IDE's but i saw a lot of people almost worship VS code and i want to know why because they probably have a good reason
What do you guys suggest?