LinuxCabal talk on Python and C
Saturday, July 28, 2007 10:16:41 PM
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













