Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #103942
| Newsgroups | comp.lang.python |
|---|---|
| Date | 2016-03-02 22:22 -0800 |
| References | <80f8708e-1fec-4310-9191-56df2ad14197@googlegroups.com> <mailman.136.1456983145.20602.python-list@python.org> <d2d793fc-3976-40a3-af40-52edfdc75fd4@googlegroups.com> |
| Message-ID | <e2cd71ff-c3f7-4dd0-a7cf-cd45f1eafa29@googlegroups.com> (permalink) |
| Subject | Re: Inception |
| From | Rustom Mody <rustompmody@gmail.com> |
On Thursday, March 3, 2016 at 11:13:58 AM UTC+5:30, Denis Akhiyarov wrote: > Embed using C-API from ctypes, cffi or cython, but not using subprocesses. Thanks for asking! > > Here is link to official documentation about embedding: > > https://docs.python.org/3.6/extending/index.html Nowadays its fashionable to talk of the "xy problem" http://code.tutsplus.com/tutorials/what-is-the-xy-problem-and-why-is-it-bad--cms-21023 ie you really need y but only know how to ask for x. Maybe you need to back off from python... docs/apis/jargon etc And tell us at a higher level WHAT you want and leave it to others to come up with HOWs [Disclaimer: Dont know that much about the extending API but if I remember right full-scale re-entrancy was considered and rejected]
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Inception Denis Akhiyarov <denis.akhiyarov@gmail.com> - 2016-03-02 21:01 -0800
Re: Inception Ben Finney <ben+python@benfinney.id.au> - 2016-03-03 16:32 +1100
Re: Inception Denis Akhiyarov <denis.akhiyarov@gmail.com> - 2016-03-02 21:43 -0800
Re: Inception Ben Finney <ben+python@benfinney.id.au> - 2016-03-03 17:06 +1100
Re: Inception Paul Rubin <no.email@nospam.invalid> - 2016-03-02 22:30 -0800
Re: Inception Rustom Mody <rustompmody@gmail.com> - 2016-03-02 22:22 -0800
Re: Inception Ben Finney <ben+python@benfinney.id.au> - 2016-03-03 16:37 +1100
Re: Inception Christian Gollwitzer <auriocus@gmx.de> - 2016-03-03 09:09 +0100
Re: Inception Denis Akhiyarov <denis.akhiyarov@gmail.com> - 2016-03-03 15:04 -0800
csiph-web