I have the same model, except the even smaller SSD. I’m always having to clear out packages for old projects, but the computer is still a stud.
OP was referring to containerizing your environment for package development. What does connecting to a production DB have to do with any of that?
Of course you do that type of testing. The problem comes about when someone does the following: - creates python project - pip install some_package - import some_package Turns out some package was already in the path…
Yeah but RA or TA requirements are A) pretty beneficial B) worth the thousands of dollars that are in exchange especially when considering A
I’m not OP but: When you build and package things for production you should create an environment. This ensures the packaging the right versioning of requirements for build. Say you build using the system version but…
I’m confused as well, I’ve known a few MS CS students who didn’t do the RA TA Route, but were paying out of pocket. I never asked why because it seemed to be an infringement on their privacy.
This seems to really come down to a couple of factors: - What program the student chooses - Is said program at the University recognized - If recognized does the program provide a proper mix of theory and application -…
I have the same model, except the even smaller SSD. I’m always having to clear out packages for old projects, but the computer is still a stud.
OP was referring to containerizing your environment for package development. What does connecting to a production DB have to do with any of that?
Of course you do that type of testing. The problem comes about when someone does the following: - creates python project - pip install some_package - import some_package Turns out some package was already in the path…
Yeah but RA or TA requirements are A) pretty beneficial B) worth the thousands of dollars that are in exchange especially when considering A
I’m not OP but: When you build and package things for production you should create an environment. This ensures the packaging the right versioning of requirements for build. Say you build using the system version but…
I’m confused as well, I’ve known a few MS CS students who didn’t do the RA TA Route, but were paying out of pocket. I never asked why because it seemed to be an infringement on their privacy.
This seems to really come down to a couple of factors: - What program the student chooses - Is said program at the University recognized - If recognized does the program provide a proper mix of theory and application -…