Open Life

Opendocuments, Web Office, Office suites

Subscribe to RSS feed

Posts tagged with "cvs"

LinuxCabal talk on Python and C

, , , ...

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:
  1. Language
  2. Platform
  3. Compilers
  4. Libraries
The stack of C will be:
  1. gcc - the compiler
  2. as - the assembler
  3. ld - linker
  4. libc - the C library
Additionally we will need a text editor, and a debugger usually known gdb.

Read more...

February 2012
S M T W T F S
January 2012March 2012
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29