-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
169 lines (169 loc) · 4.65 KB
/
_quarto.yml
File metadata and controls
169 lines (169 loc) · 4.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
project:
type: book
output-dir: docs
website:
comments:
hypothesis:
theme: clean
openSidebar: false
book:
title: HSMA - Programming in Python
subtitle: An introduction to writing code in Python - from scratch!
google-analytics:
tracking-id: "G-K336PKH8C3"
anonymize-ip: true
cookie-consent:
type: express
style: simple
palette: dark
author: Dan Chalk and Sammi Rosser
date: 14/05/2024
chapters:
- index.qmd
- how_to_use_book.qmd
- part: "An Optional Introduction to Programming Concepts"
chapters:
- intro_to_programming_concepts.qmd
- part: "Setup for the HSMA Course - Using VSCode, Python and Anaconda"
chapters:
- intro_to_setup.qmd
#- intro_vs_code.qmd
#- initial_vscode_setup.qmd
#- intro_anaconda_python.qmd
#- running_python_files.qmd
#- running_jupyter_notebooks.qmd
#- intro_virtual_environments.qmd
#- creating_environments_anaconda.qmd
# - opening_folders_vscode.qmd
- the_terminal.qmd
- creating_environments_python.qmd
# - selecting_environments_vscode.qmd
# - online_coding_environments.qmd
# - collaborative_coding_options.qmd
- part: "Your First Steps in Python"
chapters:
- intro_to_python.qmd
- printing.qmd
- variables.qmd
- fstrings.qmd
- user_input_casting.qmd
- mathematical_operators.qmd
- exercise_10_years_forward.qmd
- additional_exercises_resources_intro_python.qmd
- part: "Your Next Python Skills"
chapters:
- comments.qmd
- conditional_logic.qmd
- exercise_conditional_logic_etc.qmd
- additional_exercises_resources_conditional_logic.qmd
- part: "Loops, Lists and Dictionaries"
chapters:
- loops.qmd
- exercise_loops.qmd
- lists.qmd
- list_comprehensions.qmd
- dictionaries.qmd
- exercise_lists_dictionaries.qmd
- additional_exercises_resources_loops_lists_dictionaries.qmd
- part: "An Introduction to Libraries"
chapters:
- importing_packages.qmd
- the_random_library.qmd
- exercise_smarter_dan_10.qmd
- exercise_coding_challenge_1.qmd
- part: "Functions, Files and error Handling"
chapters:
- functions.qmd
# - function_documentation.qmd
- exercise_functions.qmd
- exception_handling.qmd
- file_handling.qmd
- exercise_exception_and_file_handling.qmd
- additional_exercises_resources_functions_files_error_handling.qmd
- part: "Numpy"
chapters:
- intro_to_numpy.qmd
- using_numpy.qmd
- numpy_features.qmd
- exercise_numpy.qmd
- additional_exercises_resources_numpy.qmd
- part: "Pandas"
chapters:
- intro_to_pandas.qmd
- pandas_indexing.qmd
- extending_joining_dataframes.qmd
- removing_data_pandas.qmd
- aggregating_pandas.qmd
- sorting_previewing_more_pandas.qmd
- exercise_pandas.qmd
- additional_exercises_resources_pandas.qmd
- part: "Object-Oriented Python"
chapters:
- recap_oop.qmd
- intro_to_oopp.qmd
# - class_documentation.qmd
- inheritance.qmd
- reusability.qmd
- exercise_first_class.qmd
- additional_exercises_resources_oop.qmd
- part: "Graphs"
chapters:
- intro_to_matplotlib.qmd
- matplotlib_chart_types.qmd
- other_plotting_libraries.qmd
# - additional_exercises_resources_graphs.qmd
- cheatsheets.qmd
- further_reading.qmd
cover-image: cover.jpeg
favicon: resources/logos/hsma_logo_transparent_background_large.png
search: true
page-navigation: true
back-to-top-navigation: true
comments:
hypothesis:
theme: clean
openSidebar: false
navbar:
search: false
background: '#8A1E1E'
right:
- icon: github
href: https://github.com/hsma-programme/
aria-label: GitHub
- icon: youtube
href: https://www.youtube.com/@hsma/
aria-label: YouTube
- icon: globe2
href: https://sites.google.com/nihr.ac.uk/hsma/introduction-to-hsma
aria-label: Website
- icon: book
href: https://github.com/hsma-programme/hsma6_intro_to_python_book
aria-label: BookRepository
sidebar:
search: true
style: docked
logo: resources/logos/hsma_logo_transparent_background_large.png
background: '#111111'
open-graph: true
# cookie-consent:
# type: express
# style: headline
# palette: dark
bibliography: references.bib
format:
html:
execute:
freeze: auto
css: include/webex.css
include-after-body: include/webex.js
theme:
dark:
- darkly
- theme-dark.scss
- resources/fonts/css/lexend.css
light:
- flatly
- theme-light.scss
- resources/fonts/css/lexend.css
grid:
sidebar-width: 250px