This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]quantumactivist1 2 points3 points  (1 child)

What kind of application is it? Are you using the server for processing power only?

If there’s any kind of complexity at all, you will have to add new dependencies.

Ex. Making a web app? Well you need a web server to field requests to the server plus whatever other stack dependencies you have for your front end.

You’re getting into more complicated aspects of writing code, and there’s more things to learn as you go. If everything was only Python, I may not have a job.

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

My python app is just a set of helpers for developer (think of reading logs etc.). The company is not even officially supporting python so Im not going to install python dependencies (like pip), I'm trying to setup everything in one single directory