Structure Python Projects

 Structure Python Projects:

Best Practices

Points to be covered :

  • using logging appropriately, 
  • writing unit tests, 
  • git for version control with the appropriate workflow,
  •  running automated tests with Travis CI, 
  • generating documentation using Sphinx 
  •  structuring files and code as close to PEP-8 guidelines 


Comments

Popular posts from this blog

Read and Navigate XML - Beautiful Soup

difference-between-stream-processing-and-message-processing

WordNet in Python