Skip to content
#

cffi

Here are 89 public repositories matching this topic...

dimaqq
dimaqq commented Mar 23, 2020

I'm curious what model is used to bridge Python and golang concurrency models.
I wish it was documented :)

Python has threads (1:1 mapped to lightweight system processes) and asyncio, explicit and quite so different.

Go has special handling for cpu-bound and io-bound goroutines, transparent to the user.

How would someone use gopy to interface go's amazing net/http module or some go p

clbarnes
clbarnes commented Dec 3, 2019

A lot of python packages use sphinx for documentation, and many of those incorporate the README into the docs page; so many packagers of python projects prefer RST format for the readme. Indeed, the default readme content type for PyPI is RST. Maturin is currently angled more towards rust packages, and so expects a markdown readme, even though it publishes packages to pypi. As such, the long desc

FroggiesareFluffy
FroggiesareFluffy commented Jun 28, 2019

For people trying to use this library while learning how to do xcb programming, having no documentation anywhere makes doing simple things arbitrarily difficult. As an example, the ExposeEvent and ClientMessageEvent classes store the target window in event.window, but KeyPressEvent and MouseButtonEvent store the window in event.event. This information can be found online if you look ha

Improve this page

Add a description, image, and links to the cffi topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cffi topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.