What 1.Pyglet is: Pyglet is a cross-platform framework written in a pure Python language for developing multimedia and window effects applications. Why you need it: the functional modules required to develop a graphical interface from scratch are cumbersome, Pyglet provides a large number of ready-made modules, eliminating a lot of time: window functions, OpenGL effects, audio and video playback, key mouse processing, and image processing. (However, Pyglet does not provide UI widgets like buttons, toolbars, or menus.) All of the above modules are natively implemented on Windows, OSX, or Linux platforms and do not rely on external binary packages; It is written in the Pure Python language. Pyglet is released through the BSD protocol and can be used in any commercial and open source project. If you want to learn Python can come to this group, 472, 309, 261, there is a large number of learning materials can be downloaded. What 2.Peewee is: PeeWee is a small but very powerful library that supports ORM access to the database, native support for SQLite, MySQL, and PO
1. A detailed introduction to HTML5 audio and video
Introduction: 1. What is Pyglet: Pyglet is a cross-platform framework written in a pure Python language for developing multimedia and window effects applications. Why it is needed: the functional modules required to develop the graphical interface from scratch are cumbersome, Pyglet provides a large number of ready-made modules, eliminating a lot of time: window functions, OpenGL effects, audio and video playback, key mouse processing, and image processing. (However, Pyglet does not provide UI widgets like buttons, toolbars, or menus.) ) all the above modules are in W ...
2. Learn about the library rollup that Python needs to master
Introduction: 1. What is Pyglet: Pyglet is a cross-platform framework written in a pure Python language for developing multimedia and window effects applications. Why it is needed: the functional modules required to develop the graphical interface from scratch are cumbersome, Pyglet provides a large number of ready-made modules, eliminating a lot of time: window functions, OpenGL effects, audio and video playback, key mouse processing, and image processing. (However, Pyglet does not provide UI widgets like buttons, toolbars, or menus.) ) all the above modules are in W ...
3.10 Articles on logical judgment
Introduction: This is a Python article, the main introduction of the logical judgment and operators. (a) Logical judgment: If a complex functional program is to be implemented, logical judgment is essential. The most basic criterion of logical judgment: Boolean type. A Boolean type has only two values: True and false, which correspond to 1 and 0 in the Python language. Enter the following code in Pycharm, and you will get true or false feedback after running. 1 print (1 > 2) 2 print (&
4. Detailed description of Unicode and utf-8 in Python
Summary: In the Python language, uincode string processing has always been a confusing problem. Many python enthusiasts often have trouble figuring out the difference between Unicode, UTF-8, and many other encodings. This article describes the knowledge of the Chinese processing of Unicode and Python. Let's take a look at the little series.
5. Powerful Web crawler system: Pyspider
Introduction: Pyspider: A powerful web crawler system written by a nation with powerful WebUI. Written in Python language, distributed architecture, supports multiple database backend, powerful WebUI support Script Editor, Task Monitor, project manager and result viewer.
6. The founder of the Python language explains why the index of the Python array starts at 0
Introduction: Someone who was on Twitter recently asked me why Python uses an array index of 0 as the first bit (hereinafter referred to as 0-based) and lets me read an article on this topic (very interesting). This has caused me a lot of memories. One of the ancestors of the ABC language--python, using the 1-first index (hereinafter referred to as 1-based), and the C language, another language that has great influence on Python, uses the 0-based approach. I learned some of the earliest languages (Algol, Fortran, Pascal), some 1-based, some are not fixed. I think the reason I decided to let Python use 0-bas
7. Is Python worth learning? 2017 the future of Python language development prospects
Summary: Is python worth learning? How does the Python language evolve in the future? I have done PHP development for ten years, has done a large and small projects, the last two years to do the development of a programming language, that is, Python to brush screen, in various forums, the attention circle, Python's attention has been very high, I also self-taught python,
8. Summary of several mistakes that novice python is prone to make
Introduction: Python language inside there are some small pits, especially easy to confuse the wrong, beginners if not pay attention to, it is easy to pit in, below I give you some deep analysis of some of these pits, hope to help beginners, the need for friends can refer to the study, below to see it together.
9. Share Cython experience in installation and use
Summary: It is a tool used to quickly generate a Python extension module (extention module) Its syntax is the Python language syntax and the C-language syntax of the hybrid he is easier than swig to write a python extension module maybe you would say swig can go straight through C header file
Basic exercises for the transfer of functions in the Python language
Introduction: First explain how to write a Python script, how to use Chinese in the beginning of the script can be added to the following code snippet: # _*_ coding:utf-8 _*_ its effects and #coding=utf-8 It's the same. The following summarizes the question of how to pass a parameter when learning the python definition function: 1. The first is the location parameter and the default value: Define a function func_name, where the formal parameters are Arg,a
"Related question and answer recommendation":
Explains the following class object property methods, and so on. The various terms in the Python language are popular, and they help explain the code word.
Sublime-text-sublime How does the text call python?
Python optional parameter problem, 0 basis, in the self-study state, really good confused ah, great gods
C + +-how to use C or Python to write a program that cannot be deleted
What are the advantages and disadvantages of the Python language compared to the Java language?