Description
The goal of this mini-course is to provide experienced developers with a clear and concise overview of the Python language so that they can understand and write Python code as quickly as possible. There are numerous Python books, courses, and tutorials available, but this one is unique in that it provides only the bare minimum information required to be productive, allowing you to use your existing programming knowledge while not wasting your time with unnecessary background information.
Syllabus :
- Python Basics
- The Python
- Modules and Packages
- Putting it Together: Read a JSON file
- Appendix A: Installing Python
- Appendix B: Further Reading