Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download

📚 The CoCalc Library - books, templates and other resources

Views: 95513
License: OTHER
1
# This defines what the user sees in the library dialog -- smc-webapp/library.cjsx
2
# see index.py for more details.
3
---
4
# an entry can have a list of tags
5
tags:
6
calc:
7
name: Calculus
8
linalg:
9
name: Linear Algebra
10
stats:
11
name: Statistics
12
intro:
13
name: Introduction
14
python:
15
name: Python
16
info: "Make sure to pick a suitable Python environment (Python 2, Python 3, Anaconda, ...)"
17
math:
18
name: Mathematics
19
julia:
20
name: Julia
21
info: "Be patient. Starting Julia the first time might require to recompile some modules."
22
finance:
23
name: Finance
24
# an entry can have exactly one license
25
licenses:
26
a20: Apache 2.0
27
asis: AS IS
28
bsd: BSD
29
cc0: CC0 1.0 Universal
30
ccby: CC BY 4.0
31
ccbysa: CC BY-SA
32
ccbync3: CC BY-NC 3.0
33
mit: MIT
34
gpl3: GPLv3
35
gfdl: GNU Free Documentation License
36
# each entry must have exactly one category
37
# weight: additional weighting for sorting by category – default 0
38
categories:
39
intro:
40
name: Introduction
41
weight: -1
42
stats:
43
name: Statistics
44
cs:
45
name: Computer science
46
datascience:
47
name: Data science
48
math:
49
name: Mathematics
50
physics:
51
name: Physics
52
chemistry:
53
name: Chemistry
54
latex:
55
name: LaTeX templates
56
science:
57
name: Science
58
misc:
59
name: Miscellaneous
60
weight: 1
61
finance:
62
name: Finance
63
references:
64
- cocalc-example-files/index.yaml
65
---
66
id: vqe-playground
67
title: "Variational Quantum Eigensolver Playground"
68
src: vqe-playground/
69
license: a20
70
thumbnail: thumbs/vqe-playground.png
71
category: physics
72
description: >
73
Variational Quantum Eigensolver: gaining intuition about Variational Quantum Eigensolver.
74
(based on [Quiskit](https://qiskit.org/), the "Quntum Information Science Kit")
75
website: "https://github.com/JavaFXpert/vqe-playground"
76
---
77
id: cocalc-first-steps
78
title: First Steps in CoCalc
79
src: first-steps/src/
80
subdir: first-steps
81
license: a20
82
thumbnail: thumbs/cocalc-first-steps.png
83
category: intro
84
tags:
85
- intro
86
description: |
87
Quick introduction to CoCalc interface and basic functionalities.
88
---
89
id: "bayes-for-hackers"
90
title: "Bayesian Methods for Hackers"
91
src: bayesian-methods-for-hackers/
92
thumbnail: thumbs/bayesian.png
93
description: |
94
Hands-on tutorial how Bayesian Methods work, based on Python's PyMC library.
95
author: Cameron Davidson-Pilon
96
license: asis
97
category: stats
98
tags:
99
- stats
100
- python
101
---
102
id: cmichi-latex-templates
103
src: cmichi-latex-templates/
104
title: "Michael Müller's LaTeX Templates"
105
thumbnail: thumbs/muller-latex.png
106
category: latex
107
license: mit
108
description: |
109
Collection of different LaTeX/XeTeX templates (cv, invoices, timesheets, letters, etc.).
110
website: "https://github.com/cmichi/latex-template-collection"
111
---
112
id: deedy-latex-templates
113
src: deedy-latex-templates/
114
title: "Deedy LaTeX Templates"
115
thumbnail: thumbs/deedy-latex.png
116
license: cc0
117
category: latex
118
description: |
119
A concise set of Latex templates that serves a small set of needs - CV, Essays, Articles and Problem Sets.
120
website: https://github.com/deedy/Latex-Templates
121
#---
122
#src: martinthoma-latex-examples/
123
#license: None
124
#title: "More than 570 LaTeX examples"
125
#description: "More than 570 examples for the usage of LaTeX -- https://github.com/MartinThoma/LaTeX-examples/"
126
---
127
id: schymanski-leaf-scale
128
src: Schymanski_leaf-scale_2016/
129
license: gpl3
130
category: misc
131
title: "Leaf-scale experiments reveal an important omission in the Penman–Monteith equation"
132
description: |
133
Support information for article: http://www.hydrol-earth-syst-sci-discuss.net/hess-2016-363/
134
---
135
id: datasci-notebooks
136
src: data-science-ipython-notebooks/
137
title: "Data science Python notebooks"
138
thumbnail: thumbs/datascience-tutorials.png
139
category: datascience
140
license: a20
141
tags:
142
- python
143
website: https://github.com/donnemartin/data-science-ipython-notebooks
144
description: |
145
Data science Python notebooks: Deep learning (TensorFlow, Theano, Caffe, Keras), scikit-learn, Kaggle,
146
big data (Spark, Hadoop MapReduce, HDFS), matplotlib, pandas, NumPy, SciPy, Python essentials, AWS, and various command lines.
147
---
148
id: beezer-linear-algebra
149
src: beezer-linear-algebra/
150
category: math
151
title: "Sage and Linear Algebra"
152
description: "This is a collection of classroom-tested worksheets to accompany Beezer's [First Course in Linear Algebra](http://linear.pugetsound.edu/)."
153
website: http://linear.pugetsound.edu/
154
author: "Robert A. Beezer"
155
license: ccbysa
156
thumbnail: thumbs/sage-lin-alg.png
157
---
158
id: paulsen-abstract-algebra
159
src: paulsen-abstract-algebra/
160
category: math
161
title: "Abstract Alebra: An Interactive Approach"
162
description: "Jupyter notebooks to accompany William Paulsen's [Abstract Algebra: An Interactive Approach, Second Edition](https://www.crcpress.com/Abstract-Algebra-An-Interactive-Approach-Second-Edition/Paulsen/p/book/9781498719766)."
163
website: https://www.crcpress.com/Abstract-Algebra-An-Interactive-Approach-Second-Edition/Paulsen/p/book/9781498719766
164
author: "William Paulsen"
165
license: asis
166
thumbnail: thumbs/aa-paulsen.png
167
---
168
id: ml-with-python
169
src: introduction_to_ml_with_python/
170
title: "Introduction to Machine Learning with Python"
171
author: "Andreas Mueller and Sarah Guido"
172
description: 'Notebooks and code for the book "Introduction to Machine Learning with Python"'
173
website: https://github.com/amueller/introduction_to_ml_with_python
174
thumbnail: thumbs/intro-to-ml.jpg
175
category: datascience
176
tags:
177
- python
178
---
179
id: sci-comp-python
180
src: scientific-python-lectures/
181
title: Lectures on scientific computing with Python
182
author: Robert Johansson
183
website: https://github.com/jrjohansson/scientific-python-lectures
184
thumbnail: thumbs/sci-computing-python.png
185
category: datascience
186
tags:
187
- python
188
license: ccby
189
---
190
id: python-data-science-handbook
191
category: datascience
192
src: PythonDataScienceHandbook/
193
title: Python Data Science Handbook
194
author: Jake Vanderplas
195
thumbnail: thumbs/PDSH-cover.png
196
tags:
197
- python
198
license: mit
199
---
200
id: stanford-tensorflow-tutorials
201
category: datascience
202
src: stanford-tensorflow-tutorials/
203
title: Stanford Tensorflow Tutorials
204
description: >
205
This repository contains code examples for the course **CS 20SI: TensorFlow for Deep Learning Research**.
206
website: http://cs20si.stanford.edu
207
tags:
208
- python
209
---
210
id: aaron-tresham-calc
211
category: math
212
src: tresham-calculus-worksheets/
213
title: Aaron Tresham Calculus Materials
214
author: Aaron Tresham
215
description: |
216
A collection of classroom-tested worksheets to accompany Tresham's [Math 205](http://www2.hawaii.edu/~tresham/Math205%20Lab/math205lab.html) and [Math 206](http://www2.hawaii.edu/~tresham/Math206%20Lab/math206lab.html).
217
218
Files are publicly hosted [here](https://cocalc.com/share/f8df5b36830778dde7b3c3c4e68c542bbaeeefba/Aaron%20Tresham%20Calculus%20Material/?viewer=share).
219
thumbnail: thumbs/tresham-calc.png
220
tags:
221
- calc
222
- sage
223
license: ccbysa
224
---
225
id: statistical-rethinking-python-PyMC3
226
category: stats
227
src: statistical-rethinking-python-PyMC3/
228
title: "Statistical Rethinking with Python and PyMC3"
229
license: ccby
230
description: |
231
Statistical Rethinking by Richard McElreath is an incredible good introductory book to Bayesian Statistics.
232
It follows a *Jaynesian* and practical approach with very good examples and clear explanations.
233
234
In [this repository](https://github.com/aloctavodia/Statistical-Rethinking-with-Python-and-PyMC3)
235
we ported the codes (originally in R and Stan) in the book to PyMC3.
236
We are trying to keep the examples as close as possible to those in the book,
237
while at the same time trying to express them in the most Pythonic and PyMC3onic way we can.
238
---
239
id: aata
240
src: aata/
241
category: math
242
title: "Abstract Algebra: Theory and Applications"
243
author: "Tom Judson"
244
website: "http://abstract.pugetsound.edu/"
245
thumbnail: thumbs/aata.jpg
246
tags:
247
- sage
248
description: |
249
This open source textbook designed to teach the principles and theory of abstract algebra to college juniors and seniors in a rigorous manner.
250
Its strengths include a wide range of exercises, both computational and theoretical, plus many nontrivial applications.
251
license: gfdl
252
---
253
id: cmws
254
src: cmws/
255
category: math
256
tags:
257
- sage
258
title: "Computational Mathematics with SageMath"
259
author: "Paul Zimmermann et al."
260
thumbnail: thumbs/cmws.jpg
261
license: ccbysa
262
description: |
263
A book about the mathematics needed to use Sage efficiently, illustrated by concrete examples. The first part is accessible to high school and undergraduate students. The remainder is suited for graduate students, teachers, and researchers.
264
website: http://sagebook.gforge.inria.fr/english.html
265
---
266
id: math157
267
src: math157/
268
category: math
269
tags:
270
- sage
271
title: "Math 157: Intro to Mathematical Software"
272
author: "Kiran S. Kedlaya and William Stein"
273
thumbnail: thumbs/math157.png
274
license: ccbysa
275
description: |
276
Course materials from *Math 157: Intro to Mathematical Software*, taught by Kiran Kedlaya at UC San Diego during the winter 2018 quarter.
277
These were adapted from a similar course (Math 152) taught by Kedlaya at UCSD during winter 2017,
278
and ultimately from several courses (Math 480) taught by William Stein at University of Washington.
279
---
280
id: think-complexity-2ed
281
src: think-complexity-2ed/code/
282
subdir: think-complexity-code
283
category: science
284
license: mit
285
title: Think Complexity
286
author: Allen B. Downey
287
description: |
288
This is the accompanying code for this book.
289
It is primarily about complexity science, but studying complexity science gives you a chance to explore topics and ideas
290
you might not encounter otherwise, practice programming in Python, and learn about data structures and algorithms.
291
tags:
292
- python
293
thumbnail: thumbs/think_complexity_cover.png
294
website: http://greenteapress.com/wp/think-complexity-2e/
295
---
296
id: think-dsp
297
src: think-dsp/code/
298
subdir: think-dsp-code
299
category: physics
300
title: Think DSP
301
description: |
302
*Think DSP* is an introduction to Digital Signal Processing in Python.
303
304
*This is the accompanying code for this book.*
305
author: Allen B. Downey
306
thumbnail: thumbs/think_dsp_cover.jpg
307
website: http://greenteapress.com/wp/think-dsp/
308
tags:
309
- python
310
license: gpl3
311
---
312
id: think-stats-2ed
313
src: think-stats-2ed/code/
314
subdir: think-stats-code
315
category: stats
316
title: Think Stats
317
author: Allen B. Downey
318
website: http://greenteapress.com/wp/think-stats-2e/
319
thumbnail: thumbs/thinkstats2cover.jpg
320
description: |
321
*Think Stats* is an introduction to Probability and Statistics for Python programmers.
322
323
*This is the accompanying code for this book.*
324
tags:
325
- python
326
license: gpl3
327
---
328
id: think-bayes
329
src: think-bayes/code/
330
subdir: think-bayes-code
331
category: stats
332
title: Think Bayes
333
author: Allen B. Downey
334
website: http://greenteapress.com/wp/think-bayes/
335
description: |
336
*Think Bayes* is an introduction to Bayesian statistics using computational methods.
337
338
*This is the accompanying code for this book.*
339
tags:
340
- python
341
license: gpl3
342
thumbnail: thumbs/think_bayes_cover_medium.png
343
---
344
id: think-python-2ed
345
src: think-python-2ed/code/
346
subdir: think-python-code
347
title: Think Python
348
author: Allen B. Downey
349
thumbnail: thumbs/think_python2_medium.jpg
350
category: cs
351
description: |
352
*Think Python* is an introduction to Python programming for beginners.
353
It starts with basic concepts of programming, and is carefully designed to define all terms when they are first used
354
and to develop each new concept in a logical progression.
355
356
*This is the accompanying code for this book.*
357
tags:
358
- python
359
license: ccby
360
website: http://greenteapress.com/wp/think-python-2e/
361
---
362
id: think-OS
363
src: think-OS/code/
364
subdir: think-OS-code
365
title: Think OS
366
author: Allen B. Downey
367
category: cs
368
description: |
369
*Think OS* is an introduction to Operating Systems for programmers.
370
371
*This is the accompanying code for this book.*
372
website: http://greenteapress.com/thinkos/
373
license: ccbysa
374
---
375
id: scikit-image-tutorials
376
src: scikit-image-tutorials/
377
title: Scikit-Image Tutorials
378
category: datascience
379
thumbnail: thumbs/scikit-image.png
380
website: https://github.com/scikit-image/skimage-tutorials
381
license: cc0
382
description: |
383
A collection of tutorials for the scikit-image package.
384
---
385
id: public-finance-2018-2019
386
src: public_finance_2018_2019/
387
title: "Public Finance 2018/2019 UCSC"
388
author: "Duccio Gamannossi degl'Innocenti"
389
website: https://github.com/dgdi/public_finance_2018_2019
390
license: bsd
391
category: finance
392
tags:
393
- finance
394
description: |
395
This repository stores the [SageMath](http://www.sagemath.org/) notebooks for the course
396
Public Finance 2018/2019 at the Catholic University of the Sacred Heart, Milan.
397
398
Author: [Duccio Gamannossi degl'Innocenti](http://www.dgdi.me)
399
---
400
id: nbgrader-demo
401
title: NBGrader Examples
402
src: nbgrader-demo/instructor/source/ps1/
403
subdir: nbgrader-demo
404
website: https://github.com/jhamrick/nbgrader-demo
405
category: intro
406
description: |
407
A demonstration how to write [NBGrader](https://nbgrader.readthedocs.io/en/stable/) notebooks.
408
409