cnerg / py-template

Template for a new python project
MIT License
1 stars 1 forks source link

py-template

This repository serves as a template for new python projects and a way to express best practices

Best Practices - Coding Practices

User input

User output

Modularity

if __name__ == "__main__":
    do_main_task()

Testing

Collaboration

Packaging and installation

Best Practices - Style

Code formatting

Variable naming

Comments

Modularity