This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Start of a bgen tutorial
Type: Stage:
Components: None Versions:
process
Status: closed Resolution: rejected
Dependencies: Superseder:
Assigned To: jackjansen Nosy List: jackjansen, loewis, theller
Priority: normal Keywords: patch

Created on 2001-09-04 13:37 by theller, last changed 2022-04-10 16:04 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
tut.py theller, 2001-09-04 13:37 Start of a tutorial (tut.py)
Messages (4)
msg37476 - (view) Author: Thomas Heller (theller) * (Python committer) Date: 2001-09-04 13:37
Jack,

this is (maybe) a start of a bgen tutorial. It 
explains some of the things I understand now from bgen.

It is not finished, also it uses windows specific 
examples. I'm requesting comments on the general 
approach. I have also sent it to you via email, but 
probably you have not seen it.
msg37477 - (view) Author: Jack Jansen (jackjansen) * (Python committer) Date: 2001-11-14 16:02
Logged In: YES 
user_id=45365

Thomas, I'm leaving your tutorial in the patch section for
now.

My reason for this is that you give a nice explanation of
how bgen generates code, and how you can then build the
module (nifty, that one!), but you skip the whole "front
end" bit: how bgen parses your C header files, and how you
add support for the various C objects to Python. And in my
opinion that is the biggest stumbling block for people
starting to work with bgen.

I'll try and come up with a framework for a tutorial, if I
have something I'll let you know so you can shine your light
on it.
msg37478 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2002-09-22 09:36
Logged In: YES 
user_id=21627

If there is no action on this patch by Nov 1, 2002, I
recommend to reject it.
msg37479 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2002-12-03 18:32
Logged In: YES 
user_id=21627

Closing it as rejected.
History
Date User Action Args
2022-04-10 16:04:24adminsetgithub: 35102
2001-09-04 13:37:14thellercreate