# Python in Quarto
print('hello world')
hello world
New HARUG! webpage using Quarto and Github Pages.
Quarto is a new(ish) markdown-style language that has a very simple workflow and can be use to make sophisticated webpages, slides, and reports.
While it is probably easier and more modern than plain markdown or R Markdown, a big advantage is that it can be used to make documents with live code for a variety of languages, including both R and Python.
# Python in Quarto
print('hello world')
hello world
# R in Quarto
print("hello world")
[1] "hello world"
This group is supported by the research and teaching community at Harper Adams University and by students and alumnists of the MSc in Data Science for Global Agriculture, Food, and Environment, and is led by Ed Harris.