Skip to content

Commit 1621828

Browse files
committed
tutorial python brasil
1 parent f414911 commit 1621828

4 files changed

Lines changed: 39 additions & 42 deletions

File tree

-705 KB
Binary file not shown.

talks/pt/2025-09-datacon/index.qmd

Lines changed: 0 additions & 42 deletions
This file was deleted.
62.4 KB
Loading
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
draft: false
3+
toc: true
4+
author: Beatriz Milz
5+
categories: ["Tutorial","Python", "Quarto", "Português", "Reprodutibilidade"]
6+
date: '2025-10-21'
7+
event: "Python Brasil"
8+
event_url: https://2025.pythonbrasil.org.br/
9+
# links:
10+
# - icon: github
11+
# icon_pack: fab
12+
# name: Repositório
13+
# url: https://github.com/beatrizmilz/2024-09-amostra-geobr
14+
# - icon: images
15+
# icon_pack: far
16+
# name: Slides
17+
# url: https://beatrizmilz.github.io/2024-09-amostra-geobr/
18+
# - icon: cloud
19+
# icon_pack: far
20+
# name: Posit Cloud
21+
# url: https://posit.cloud/content/8878692
22+
# - icon: file
23+
# icon_pack: far
24+
# name: Scripts
25+
# url: https://github.com/beatrizmilz/2024-09-amostra-geobr/blob/main/script.R
26+
27+
location: São Paulo, SP
28+
title: "Documentos reprodutíveis com Quarto"
29+
image: featured.png
30+
---
31+
32+
```{r}
33+
#| echo: false
34+
#| results: asis
35+
source(here::here("R/utils.R"))
36+
read_yaml_talks_pt()
37+
```
38+
39+
Neste tutorial, conheceremos o Quarto (quarto.org), uma ferramenta Open Source para escrita e publicação técnica e científica. Recomendado para pessoas que utilizam Python para análise de dados.

0 commit comments

Comments
 (0)