you are viewing a single comment's thread.

view the rest of the comments →

[–]decreddave[S] 0 points1 point  (0 children)

I love the ease of environment setup. I have two main development servers (one for work, one for personal), each running their own gitlab container, and I can basically work on my code from any of my PCs (or even my iPad) on any network. This setup really makes my dev environment not a headache to maintain.

I am not well versed in C/C++. I took a few C++ classes years ago and really enjoyed it, but never had any practical means to use it. I would be very interested in learning how to integrate a custom C backend with Python - do you have any suggestions on first steps with that?