Episode

Python for Beginners [33 of 44] Modules and packages

Modules are files with functions and other reusable blocks of code, which allows you to break complex projects into smaller, more manageable chunks. Packages are modules published by other entities which you can incorporate into your projects.

Full 'Intro to Python' course on Microsoft Learn: https://aka.ms/MSLearnPython

Sample code: https://aka.ms/PythonGettingStarted
Watch the entire series: https://aka.ms/PythonBeginnerSeries

Python