How do your scripts flow? Can others easily read and follow your code? Have you ever hesitated to hand somebody your code because it's "messy" or needs documented? I think you're getting the idea of where I'm going with this. Every Python project needs at least three things. A consistent framework, code comments (I use... Continue Reading →
Python for Scientists – Environments for multiple Operating Systems
Do you want a Conda environment that can be shared between different operating systems? This can come in handy if your project does not contain OS-specific Python packages. Examples where sharing an environment across multiple Operating Systems might be handy are workshops or tutorials. Read on to learn a new way to create and share environments!