Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
wowotek58276yhmm, i deploy python script in compiled form, and yes i need to commit the pyc file to prod.
-
@wowotek no it's really not. You can get a near line for line representation back almost instantly.
-
wowotek58276y@deadPix3l i know it is stupid right. my ex company just does that. but it's a bit of proof committing pyc is not entirely wrong.
personally i use cython. but this is not always running smoothly tho -
@wowotek agreed. Cythons not perfect but it's alright. Personally I find nuitka works well.
The only thing worse than ignoring security, is being just minimally secure and damn confident that you're good! -
kimolO196yOnly Jenkins CI builder commits pyc, then production machines checkout from his branch, same machines of course, pyc doing its function
Related Rants
I bet you commit your .pyc files and the __pycache__ folder
joke/meme
wk123