Effective PyCharm Transcripts
Chapter: Packages
Lecture: Introduction to packages

Login or purchase this course to watch this video and the rest of the course contents.
0:02 Packages play a central role in Python. One of the main powers that Python has is that you can go to PyPI and find among the 120,000+ packages
0:16 something to do almost anything, you want to reach inside MP3 files and change their tags and album art,
0:23 fine there's totally a couple options to do that, you name it, there's a good chance that it's out there.
0:28 So either you want to consume and work with one of these packages or maybe you want to build one and make it 120,001 which would be awesome.
0:38 So we'll see that PyCharm has support both for working with packages as a consumer and as a producer.


Talk Python's Mastodon Michael Kennedy's Mastodon