课程: Python Essential Libraries

今天就学习课程吧!

今天就开通帐号,24,100 门业界名师课程任您挑!

Introduction to third-party libraries

Introduction to third-party libraries - Python教程

课程: Python Essential Libraries

Introduction to third-party libraries

- The Python Standard Library is one of Python's best features and is a core part of almost every Python program being used today. It contains a lot of prebuilt pretested code modules that helps solve a lot of common Python programming challenges. But the standard library doesn't solve every problem and of course it's not intended to. There's a lot of innovation taking place in the Python ecosystem and as a result there's a huge number of third party libraries out there that compliment what's already in the standard Python distribution and dramatically increase the range of problems you can tackle. So one of the best places to go to find these third party libraries is the Python Package Index, also called PyPI, which you can find it at this link. Right here on the homepage, you can see that there are hundreds of thousands of projects to choose from. Now, obviously we're only going to be able to explore a very…

内容