diff --git a/README.rst b/README.rst index f40c9a1..f41d20d 100644 --- a/README.rst +++ b/README.rst @@ -10,7 +10,7 @@ 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. -Special acknowledgement is due to `Jesse Walker-Schadler `_ who while just a student in the Berea College Data Structures course had a vision of making graphics in C++ as easy as they are in Python both in terms of both syntax and installations. Over the course of two summers, he realized this vision with the creation in `the open source CTurtle library `_ which provides all of the C++ interactive graphics in this textbook. +Special acknowledgement is due to `Jesse Walker-Schadler `_ who while just a student in the Berea College Data Structures course had a vision of making graphics in C++ as easy as they are in Python both in terms of both syntax and installations. Over the course of two summers, he realized this vision with the creation in `the open source CTurtle library `_ which provides all of the C++ interactive graphics in this textbook. How to use and suggest changes to this book =========================================== diff --git a/pretext/main.ptx b/pretext/main.ptx index eb0377d..aecf749 100644 --- a/pretext/main.ptx +++ b/pretext/main.ptx @@ -5,6 +5,7 @@ C++ for Python Programmers The PreTeXt Edition + diff --git a/pretext/meta_frontmatter.ptx b/pretext/meta_frontmatter.ptx new file mode 100644 index 0000000..050eb58 --- /dev/null +++ b/pretext/meta_frontmatter.ptx @@ -0,0 +1,68 @@ + + + + + + + + Dr. Jan Pearce and Dr. Brad Miller + Computer Science + Berea College + + + + + + + 20222023 + Dr. Jan Pearce + + + + CC BY-SA 4.0 + +

+

+ + This work is licensed under the open source Creative Commons Attribution-ShareAlike 4.0 International License. To view a copy of this license, visit + + CC BY-SA 4.0 + + For a human readable summary see CC-BY-SA 4.0 Summary. +
+
+
+ + + + + + + Open Source Licensing + + + + + +

+ Special acknowledgement is due to Jesse Walker-Schadler who while just a student in the Berea College Data Structures course had a vision of making graphics in C++ as easy as they are in Python both in terms of both syntax and installations. Over the course of two summers, he realized this vision with the creation in the open source CTurtle library which provides all of the C++ interactive graphics in this textbook. +

+
+ + + + +

+ 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. +

+
+ +