Skip to content

Open Source book for transitioning from Python to C++

License

Notifications You must be signed in to change notification settings

geisler/cpp4python

 
 

Repository files navigation

C++ for Python Programmers

This short ebook is intended to make it easy for anyone with at least some background in Python to transition to programming in C++. Portions of this book began as Java for Python Programmers by Brad Miller. These sections were translated to C++ by Jan Pearce and a team of excellent Berea College students in 2018 and early 2019. Other portions of this book began as web pages written by Jan Pearce as support for a Berea College C++ programming class. Still other sections were newly written by Jan Pearce for this ebook.

We are particularly grateful to Runestone for the excellent framework for ebooks that facilitate running both C++ and Python in the browser.

Getting Started

We have tried to make it as easy as possible for you to build and use this book.

  1. You can see and read this book online at interactivepython.org
  2. You can build it and host it yourself in just a few simple steps:
    1. pip install git+git://github.com/RunestoneInteractive/RunestoneComponents.git -- Should install everything you need
    2. runestone build -- will build the html and put it in ./build/cpp4py
    3. runestone serve -- will start a webserver and serve the pages locally from ./build/cpp4py

Licensing

Creative Commons License
C++ for Python Programmers by Jan Pearce and Brad Miller is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

About

Open Source book for transitioning from Python to C++

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 49.5%
  • Python 33.7%
  • Makefile 15.6%
  • C++ 1.2%