4

Soo since for the end of the year, I'll be stuck with my family, I won't be able to work on my main projet, and only have my crappy laptop (hey at least it runs Linux). So I've decided to discover python and build some tools with :D.
Since I see a lot of python fans around, I wonder if I could have some pointers, specialy for desktop cross plateforme app, good editors/ide, interesting libraries, etc...
As information, I almost never touched python before. But for the little I did, it was fun =]

Comments
  • 1
    I had some fun creating a qt app with qtcreator and python3. pyuic5 (5 due to qt5) is a great tool to turn the ui files to python classes. As an ide I use pycharm as it works like a charm *pun intended*. You could also use python to checkout opengl if you are into learning how rendering works.
  • 1
    @MateTea42 *look at the avatar* damn are we twins? ^^
    Thanks for the experience, I'm gonna stick desktop application, no rendering outside unity 3D anytime soon. But I'm sure gonna take a look at those ui tools.
  • 1
    @Totchinuko maybe :). I am glad to help. The rendering Idea came from a first semester that created something really basic in ~150 LOC but looked awesome. Have fun wit h your new project. 😀
  • 0
    @MateTea42 it will surely be more fun than what my family reunion will be 🤔
Add Comment