Home > Article > Backend Development > Summary of program libraries you need to master to learn python
1. What is Pyglet: Pyglet is a cross-platform framework written in pure Python language for developing multimedia and window special effects applications. Why you need it: Developing the functional modules required for graphical interface applications from scratch is very cumbersome. Pyglet provides a large number of ready-made modules, which saves a lot of time: window functions, OpenGL special effects, audio and video playback, keyboard and mouse processing, and pictures. deal with. (However, Pyglet does not provide UI components such as buttons, toolbars or menus.) All the above modules are implemented natively under Windows, OSX or Linux platforms and do not rely on external binary packages; it is written in pure Python language . Pyglet is released under the BSD license and can be used in any commercial and open source projects. If you want to learn python, you can come to this group, 472, 309, 261. There are a lot of learning materials you can download. 2. What is Peewee: Peewee is a small but very powerful library that supports database access through ORM. It natively supports SQLite, MySQL and Po
1. Python programmers need to know 6 libraries
Introduction: Pyglet is a cross-platform framework written in pure Python language, using For developing multimedia and window effects applications.
2. [Python tutorial] Drawing a dashboard diagram
Introduction: Bokeh (Bokeh.js) is an interactive visualization library in Python. It supports web browsers and provides perfect display functions similar to D3.js software. This article briefly introduces how to use this library to draw dashboard diagrams. The specific operations are as follows:
3. iphone installer PHP Pear installation and use
Introduction: iphone installer: iphone installer PHP Pear installation and use: Install pear———————————————————————— pear is a PHP extension and application library, including many useful class, after installing php5.0, pear is not actually installed. The installation method is as follows: 1. Double-click go-pear.bat in the php directory. 2. Enter some setting information according to the prompts, mainly to add the gateway of the LAN, such as http://192.168.0.1:80/. Pear needs to use this address to access the Internet. If there is no proxy server, just press Enter. It’s straight
4. adodb ADODB’s database package library
Introduction: adodb:adodb ADODB’s database package Program library: PHP can create dynamic websites with the least effort and the most fun. To build a dynamic website, we need to use a database to retrieve login account information, distribute dynamic news, and store discussion forum articles. In terms of using the most common MySQL data, your company has done such an amazing job and made your website more famous than you could have ever imagined. Then you also discovered that MySQL could no longer cope with the actual workload, and it was time to replace the database system. Unfortunately, all database access in PHP is slightly different. To connect to MySQL, you need to use m
5. p2psearcher seed search artifact PHP 50 Pear installation method
Introduction: p2psearcher seed search artifact: p2psearcher seed search artifact PHP 50 Pear installation method: pear is an extension and application library of PHP, including many useful classes. After installing php5.0, pear is not actually installed. How to install it As follows: 1. Double-click go-pear.bat in the php directory. 2. Follow the prompts to enter some setting information, mainly to add the gateway of the LAN, such as http://192.168.0.1:80/. Pear needs to use this address to access the Internet. If there is no proxy server, press Enter directly. 3. Then You will be prompted to bind some packages to PHP, select
##6. http://www.kaqima.com/index.ht 10 Tips for PHP Scripts 2
Introduction: http://www.kaqima.com/index.ht: http://www.kaqima.com/index.ht 10 Tips for PHP Scripting 2: Session Usage PHP 4.0 has a A long-awaited feature is PHP's session support. In contrast, PHP 3.0 users have to use third-party libraries or do not have this functionality at all. The lack of session support is one of PHP's biggest flaws and its most criticized aspect. However, as session support has been part of PHP 4.0 since early beta versions, this obstacle has disappeared. With session support, you
7. 10 Tips for PHP Scripting (2)_PHP Tutorial
Introduction : 10 Tips for PHP Scripting (2). Session usage PHP 4.0 has a long-awaited feature, which is PHP's session support. In contrast, PHP 3.0 users have to use third-party libraries or completely
8. PHP 5.0 Pear Installation Method_PHP Tutorial
Introduction: PHP 5.0 Pear installation method. Pear is a PHP extension and application library, which contains many useful classes. After installing php5.0, pear is not actually installed. The installation method is as follows: 1. Double-click go-pear.## in the php directory.
#9. ADODB's database packaging library_PHP tutorial
Introduction: ADODB's database packaging library. PHP can build dynamic websites with the least effort and the most fun. To build a dynamic website, we need to use a database to retrieve login account information, distribute dynamic news, and store discussions
##10 .PHPUnit Pocket Guide to Install PHPUnit_PHP Tutorial
Introduction: PHPUnit Pocket Guide to Install PHPUnit. At this point, PHP (as the current mainstream development language) Unit can be obtained through the PHP (as the current mainstream development language) extension and library (PEAE). PEAR is reusable PHP (as the current mainstream development[Related Q&A recommendations]:
How to solve parallel data access? What are the usual solutions? Any good recommendations for python parallel programming?
The above is the detailed content of Summary of program libraries you need to master to learn python. For more information, please follow other related articles on the PHP Chinese website!