forked from strvcom/ds-academy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreferences.bib
85 lines (75 loc) · 2.4 KB
/
references.bib
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
---
---
@misc{vatsal_2022,
title = {Comprehensive guide to python virtual environments using Conda for data scientists},
url = {https://towardsdatascience.com/comprehensive-guide-to-python-virtual-environments-using-conda-for-data-scientists-6ebea645c5b},
journal = {Medium},
publisher = {Towards Data Science},
author = {Vatsal},
year = {2022},
month = {May}
}
@misc{sarmiento_2020,
title = {The Definitive Guide to Conda Environments},
url = {https://towardsdatascience.com/a-guide-to-conda-environments-bc6180fc533},
journal = {Medium},
publisher = {Towards Data Science},
author = {Sarmiento, Matthew},
year = {2020},
month = {Feb}
}
@misc{git_cheat_sheet,
title = {GitHub: Git Cheat Sheet},
url = {https://education.github.com/git-cheat-sheet-education.pdf},
author = {GitHub}
}
@misc{learn_git,
title = {Learn git with bitbucket cloud: Atlassian Git Tutorial},
url = {https://www.atlassian.com/git/tutorials/learn-git-with-bitbucket-cloud},
author = {Atlassian}
}
@misc{learn_github,
title = {Get Started with GitHub},
url = {https://docs.github.com/en/get-started},
author = {GitHub}
}
@misc{real_python_2021,
title = {Jupyter Notebook: An introduction},
url = {https://realpython.com/jupyter-notebook-introduction/#further-reading},
journal = {Real Python},
publisher = {Real Python},
author = {Real Python},
year = {2021},
month = {Feb}
}
@misc{pryke_2022,
title = {How to use Jupyter Notebook: A beginner's tutorial},
url = {https://www.dataquest.io/blog/jupyter-notebook-tutorial/},
journal = {Dataquest},
author = {Pryke, Benjamin},
year = {2022},
month = {Jun}
}
@book{vanderplas_2017,
place = {Beijing etc.},
title = {Python Data Science Handbook: Essential Tools for working with data},
publisher = {O'Reilly},
author = {Vanderplas, Jacob T.},
year = {2017}
}
@misc{grupman_2021,
title = {28 Jupyter notebook tips, tricks, and shortcuts},
url = {https://www.dataquest.io/blog/jupyter-notebook-tips-tricks-shortcuts/},
journal = {Dataquest},
author = {Grupman, Celeste},
year = {2021},
month = {Dec}
}
@misc{pryke_2021,
title = {Tutorial: Advanced jupyter notebooks},
url = {https://www.dataquest.io/blog/advanced-jupyter-notebooks-tutorial/},
journal = {Dataquest},
author = {Pryke, Benjamin},
year = {2021},
month = {Nov}
}