Jump to content

User:Phoe6/Books/python

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Phoe6 (talk | contribs) at 17:49, 4 July 2011. The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)


Python Language

[edit]

Designs, Concepts and Issues

[edit]
Operating System Concepts
User space
Kernel
Process
Inter-process communication
Light-weight process
Context switch
Thread
POSIX Threads
Green threads
Microthread
Parallel programming model
Implicit parallelism
Explicit parallelism
Concurrency
Scheduling
Python Implementation
Python Programming Language
CPython
Global Interpreter Lock
Stackless Python
Jython
IronPython
PyPy
Programming Concepts
Call stack
C Programming Language
Just-in-time compilation