Python Forum
rewriting my C library for Python
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
rewriting my C library for Python
#1
i want to rewrite my C library so that functions that make sense for use in Python that are not easy to use directly via the ctypes module are reorganixed so they are easier to call in Python via the ctypes module. this will likely mean a change of argument types and/or return type. in some cases i might make a duplicate and modify the duplicate where i feel the changes are note good for C. or maybe i should just make a duplicate library, where the 2nd one is for Python use (which will probably be smaller). my library implements a lot of stuff as macros. counting macros, there are over 2000 "functions" in my library.
Tradition is peer pressure from dead people

What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020