PHPedro Henriqueinpedrohcs.hashnode.dev·Nov 17, 2024 · 3 min readHow To Create A Safe Virtual Environment To Work On Python ProjectsThink that as a developer you are working on some Python projects, each one with their dependencies and packages. If in these projects there are different versions of the same packages or dependencies or even if they use different Python versions you...00
PHPedro Henriqueinpedrohcs.hashnode.dev·Aug 11, 2024 · 3 min readUploading Large Files To Google Bucket Storage Using DjangoAs we work with systems that need to generate files and the data flow from these systems grows constantly, the size of these files will also increase. Therefore we can have some timeout or memory issues to upload these big files. A solution to deal w...00