forked from araastat/BIOF085
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.Rmd
39 lines (33 loc) · 1008 Bytes
/
index.Rmd
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
---
title: "Introduction to Data Science using Python"
subtitle: "A Hands-On Guide"
author: "Abhijit Dasgupta, Ph.D."
date: " Last updated: `r format(Sys.Date(), '%B %d, %Y')`"
github-repo: 'araastat/BIOF085'
site: bookdown::bookdown_site
output: bookdown::gitbook
papersize: letter
documentclass: scrbook
mainfont: "Alegreya"
monofont: "Source Code Pro"
monofont_options: "Scale=0.7"
geometry: "margin=1in"
# bibliography: [book.bib, packages.bib]
# biblio-style: apalike
# link-citations: yes
---
```{r index-1, include=FALSE}
reticulate::use_condaenv('ds', required = T)
knitr::opts_chunk$set(fig.width = 6, fig.height=6,
fig.align='center',
out.width='90%',
cache=F,
comment = "")
```
# (PART) Introduction and Python Basics {-}
# About this guide
This guide will introduce you to different aspects of data science and
how they can be implemented using Python
---
#### This guide will show you how to {-}
+