LinuxCabal talk on Python and C
Saturday, 28. July 2007, 22:16:41
This saturday Patricio Paez gave a talk at Linux cabal on Saturday 28. So the talk main focus is not learning C or Python but a broad view of the interaction between Python and C. The first part was thinking about the way code works. First we will need the following elements:
- Language
- Platform
- Compilers
- Libraries
- gcc - the compiler
- as - the assembler
- ld - linker
- libc - the C library














