The Python Developer's Toolkit

Go to class
Write Review

Free Online Course: The Python Developer's Toolkit provided by Pluralsight is a comprehensive online course, which lasts for 2-3 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from Pluralsight. The Python Developer's Toolkit is taught by Reindert-Jan Ekker.

Overview
  • This is a replacement for the aging course, Python Developers Toolkit, covering only the topics around Pylint and Documentation. These are obviously core skills for any python developer, but for a beginner, they might come too early.

    Becoming a professional Python developer means knowing more than just the language. Once you make the transition from simple scripts to larger projects, it becomes important to know the tools of the trade and how to use them. This course introduces you to a set of standard tools. We'll see how to install and manage your project's dependencies and how to set up your development environment. Then we'll go into code quality, debugging and documentation. Finally, we'll see how to package and distribute the final product.