How to Setup a New Python Project
Offered By: EuroPython Conference via YouTube
Course Description
Overview
Learn how to effectively set up a new Python project from scratch in this informative EuroPython conference talk. Discover proven strategies for structuring files and directories, organizing packages, modules, documentation, and unit tests. Gain insights into configuring setup.py, Sphinx, and other essential tools. Explore best practices for directory structure, file organization, and module/package arrangement based on years of Python development experience. Understand how to leverage setup.py for specifying requirements, integrating with nosetests and Sphinx, and utilizing advanced features like entry points. Delve into version control techniques using Git and Versioneer to effectively manage your package versions. Master the fundamentals of Python project setup to streamline your development process and create well-organized, maintainable codebases.
Syllabus
Felix Wick/Florian Wilhelm - How to Setup a new Python Project
Taught by
EuroPython Conference
Related Courses
Ruby on Rails: An IntroductionJohns Hopkins University via Coursera Internet of Things Capstone: Build a Mobile Surveillance System
University of California, San Diego via Coursera Engineering Maintainable Android Apps
Vanderbilt University via Coursera Orientação a Objetos com Java
Instituto Tecnológico de Aeronáutica via Coursera TDD – Desenvolvimento de Software Guiado por Testes
Instituto Tecnológico de Aeronáutica via Coursera