Book
Collection
Click for Table of Contents
© 2025 by Rance D. Necaise
Click to Open
C Primer for Python Programmers

The C programming language is one of the oldest high-level programming languages still in use today. It was originally designed as a systems language for implementing the UNIX operating system. C a popular language commonly used to implement a wide range of computer applications, including games, scientific applications, web servers, browsers and office applications.

This primer is designed to provide a basic introduction to the C language. It assumes the reader has knowledge of another programming language, specifically Python.

Rance D. Necaise