Python Language


25 Requested Topics

Code blocks, execution frames, and namespaces I've taken this topic directly from the Python Reference Manual as I think it could really do with examples (I'm thinking more along the lines of diagrams) as this can be a tricky area to understand. requested by JLove 688
High end Python testing This topic should compare custom friendly testing tools as nosetests or py.test. I wrote this request due to some improvement requests on the topic Unit Testing requested by strpeter 395 2 comments
ctypes Loading libraries, dealing with pointer types, structures, etc. requested by Gomes J. A. 46
import hook how import hook works, how to implement it, how to modify modules when importing them with import hook.... requested by cwgt 26 1 comment
Audio Audio in python - both audio within the built in packages in python and external packages, see for example stackoverflow.com/questions/260738/play-audio-with-python and others requested by heather 167
nose On the Unit Testing article there is an improvement request to have one article per framework. Great idea. requested by Jonatan 383 2 comments
Deploying Python code as web service on Windows How to run a python + flask web service on a windows machine. How dot i get it to startup as a service so i can consume the service it code exposes. requested by shivas 703
PyMC 2 & 3 Python is becoming a powerful scientific computation tool, and with it there is plenty of statistics. The approach of Bayesian Interference is important but can become particularly complex; PyMC attempts to abstract these difficulties away. I propose that there are good worked examples of using PyMC, whose documentation takes a statistician to translate. requested by Tristan 34 1 comment
pyglet requested by Darthfett 2,537
Visualization of geographic data - working with remote sensing data - working with raster and vector data - examples how to load data requested by LaughU 29 1 comment
Falcon Web Framework Falcon is a minimalist, high-performance web framework for building RESTful services and app backends with Python. requested by Tarun K 65 1 comment
py2app How can someone install game in python on mac(incluses images, sounds) requested by Freddy 147
python.net Python for .NET (pythonnet) requested by denfromufa 1,180
webbrowser python module The webbrowser module provides a high-level interface to allow displaying Web-based documents to users. The webbrowser module includes functions to open URLs in interactive browser applications. The module includes a registry of available browsers, in case multiple options are available on the system. It can also be controlled with the BROWSER environment variable. requested by chinmayhegde 7
ijson ijson is a library for streaming .json files. It seems that there is hardly documentation about it at all. requested by holzkohlengrill 148
Memoryview python memoryview objects requested by FATZOMBI 1
Dealing with folders I had created this Topic but it was deleted. I would like to contribute this example: [Deleting folders recursively] Delete a folder which contains subfolders or files can be achieved in this way: import shutil shutil.rmtree('/path/to/your/dir/') I tried to add this example to Topic Files & Folders I/O but the maximum number of examples are reached. So a new topic like this could be useful. requested by avb 534
Python Server Sent Events A basic example on how to create a server which can handle Server Sent Events, and explanation on how and why it could be used requested by ShadowMitia 304
Numpy Documentation around the commonly used numpy package would be very helpful! requested by Bryce Frank 13
Complexities of built-in functions associated with different structures Complexities of built-in functions associated with different structures by briefly explaining their underlying C code. Eg:- append() function Also this needs to explain entirely that structure itself i.e. the C code behind it. Eg:- To explain the append() function related with the list, briefly the list structure C code must be explained. requested by pmsh.93 1