Skip to content

Commit d8215df

Browse files
committed
Rebuilt site
2 parents ee10977 + faa9b0d commit d8215df

300 files changed

Lines changed: 14768 additions & 1641 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

content/Chapter_00/_index.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
+++
2+
title = "Front Matter"
3+
date = 2023-09-22T11:01:09-04:00
4+
weight = 5
5+
chapter = false
6+
pre = "<b>0. </b>"
7+
+++
8+
9+
### Front Matter
10+
11+
This book is an adaptation of [_How to Think Like a Computer Scientist:
12+
Learning with Python 3_](https://artofproblemsolving.com/assets/pythonbook/) by Peter Wentworth, Jeffrey Elkner, Allen
13+
B. Downey and Chris Meyers.
14+
15+
It was adapted and developed for [Blue Ridge
16+
Boost](https://blueridgeboost.com/) by Nora Evans.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

content/Chapter_01/_index.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
+++
2-
title = "The Way of Program"
2+
title = "The Way of the Program"
33
date = 2023-09-22T11:30:50-04:00
44
weight = 100
55
chapter = true
@@ -8,15 +8,17 @@ pre = "<b>1. </b>"
88

99
### Chapter 1
1010

11-
# The way of program
11+
# The Way of the Program
1212

13-
The goal of this book is to teach you to think like a computer scientist. As
14-
computer scientists, we will combine some of the best features of mathematics,
15-
engineering, and natural science. Like mathematicians, we will use formal
16-
languages to communicate our ideas. Like engineers, we will design complex
17-
systems, assembling components into systems and evaluating tradeoffs
18-
among alternatives. Like scientists, we will observe the behavior of complex
19-
systems, form hypotheses, and test predictions.
13+
The goal of this book is to teach you to think like a computer scientist.
14+
15+
As computer scientists, we will combine some of the best features of
16+
mathematics, engineering, and natural science. Like mathematicians, we
17+
will use formal languages to communicate our ideas. Like engineers, we
18+
will design complex systems, assembling components into systems and
19+
evaluating tradeoffs among alternatives. Like scientists, we will
20+
observe the behavior of complex systems, form hypotheses, and test
21+
predictions.
2022

2123
The single most important skill for a computer scientist is **problem
2224
solving**. Problem solving is a skill that involves formulating problems, thinking

content/Chapter_01/s01.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
+++
2-
title = "The Python programming language"
2+
title = "The Python Programming Language"
33
weight = 101
44
+++
55

hugo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ languageCode = 'en-us'
33
title = 'How to Think Like a Computer Scientist: Learning with Python 3 (Blue Ridge Boost Edition)'
44

55
# Change the default theme to be use when building the site with Hugo
6-
theme = "hugo-theme-learn"
6+
theme = "brb-theme"
77

88
disableLiveReload = true
99
enableRobotsTXT = true

public/404.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
<title>404 Page not found</title>
1010

1111

12-
<link href="/pythonbook/css/nucleus.css?1695515538" rel="stylesheet">
13-
<link href="/pythonbook/css/fontawesome-all.min.css?1695515538" rel="stylesheet">
14-
<link href="/pythonbook/css/hybrid.css?1695515538" rel="stylesheet">
15-
<link href="/pythonbook/css/featherlight.min.css?1695515538" rel="stylesheet">
16-
<link href="/pythonbook/css/perfect-scrollbar.min.css?1695515538" rel="stylesheet">
17-
<link href="/pythonbook/css/theme.css?1695515538" rel="stylesheet">
18-
<link href="/pythonbook/css/hugo-theme.css?1695515538" rel="stylesheet">
12+
<link href="/pythonbook/css/nucleus.css?1695515618" rel="stylesheet">
13+
<link href="/pythonbook/css/fontawesome-all.min.css?1695515618" rel="stylesheet">
14+
<link href="/pythonbook/css/hybrid.css?1695515618" rel="stylesheet">
15+
<link href="/pythonbook/css/featherlight.min.css?1695515618" rel="stylesheet">
16+
<link href="/pythonbook/css/perfect-scrollbar.min.css?1695515618" rel="stylesheet">
17+
<link href="/pythonbook/css/theme.css?1695515618" rel="stylesheet">
18+
<link href="/pythonbook/css/hugo-theme.css?1695515618" rel="stylesheet">
1919

20-
<link href="/pythonbook/css/theme-blue.css?1695515538" rel="stylesheet">
20+
<link href="/pythonbook/css/theme-blue.css?1695515618" rel="stylesheet">
2121

2222
<style>
2323
:root #header + #content > #left > #rlblock_left {

0 commit comments

Comments
 (0)