python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
multi processing using ctyhon
Basically, I have a GUI app built using pyqt5 and I am using cython for other stuff.
The goal here is that, when I click on a button from pyqt5 app a new process should be created calling a cython fun...
pefile
Votes: 0
Answers: 1
buliding a cython code as a module vs package on windows with visual studio compiler - symbosls not found in the package
I have an issue with getting cython variables "exported to a module when used as a package .
The structure is the following:
test\
setup.py
mylib\
mylib.pxd
mylib....
Bogdan
Votes: 0
Answers: 1
type hinting, class inheritance and metaclass with a cython lib
I am using a cython lib called pygrib that doesn't have any associated type hinting.
I would like to extend its features by wrapping, for example the pygrib.open method in some classes with relative t...
Jason Leaver
Votes: 0
Answers: 1
TypeError when running Cython compiled regular Python class
My Python code runs fine when interpreted, but when I Cython compile it without making any changes, I get a runtime TypeError:
File "myClass.pyx", line X, in myClass.default_fac
TypeError:...
Mansoor
Votes: 0
Answers: 0