|
1 | | -@book{CasellaBerger2024, |
2 | | - author = {Casella, George and Berger, Roger L.}, |
3 | | - title = {Statistical Inference}, |
4 | | - edition = {2}, |
5 | | - year = {2024}, |
6 | | - publisher = {Chapman \& Hall/CRC}, |
| 1 | +@book{Matthes2022Python, |
| 2 | + author = {Eric Matthes}, |
| 3 | + title = {Python Crash Course}, |
| 4 | + edition = {3rd}, |
| 5 | + year = {2022}, |
| 6 | + publisher = {No Starch Press}, |
| 7 | + language = {English} |
7 | 8 | } |
8 | 9 |
|
9 | | -@book{Hastie2009, |
10 | | - author = {Hastie, Trevor and Tibshirani, Robert and Friedman, Jerome}, |
11 | | - title = {The Elements of Statistical Learning: Data Mining, Inference, and Prediction}, |
12 | | - edition = {2}, |
13 | | - year = {2009}, |
14 | | - publisher = {Springer} |
| 10 | +@book{Sweigart2025Automate, |
| 11 | + author = {Al Sweigart}, |
| 12 | + title = {Automate the Boring Stuff with Python}, |
| 13 | + edition = {3rd}, |
| 14 | + year = {2025}, |
| 15 | + publisher = {No Starch Press}, |
| 16 | + url = {https://automatetheboringstuff.com/3e/}, |
| 17 | + language = {English} |
15 | 18 | } |
16 | 19 |
|
17 | | -@book{Gelman2013, |
18 | | - author = {Gelman, Andrew and Carlin, John B. and Stern, Hal S. and Dunson, David B. and Vehtari, Aki and Rubin, Donald B.}, |
19 | | - title = {Bayesian Data Analysis}, |
20 | | - edition = {3}, |
21 | | - year = {2013}, |
22 | | - publisher = {CRC Press} |
| 20 | +@book{Bhargava2024Grokking, |
| 21 | + author = {Aditya Y. Bhargava}, |
| 22 | + title = {Grokking Algorithms}, |
| 23 | + edition = {2nd}, |
| 24 | + year = {2024}, |
| 25 | + publisher = {Manning Publications}, |
| 26 | + language = {English} |
| 27 | +} |
| 28 | + |
| 29 | +@book{Lott2022Functional, |
| 30 | + author = {Steven F. Lott}, |
| 31 | + title = {Functional Python Programming}, |
| 32 | + edition = {3rd}, |
| 33 | + year = {2022}, |
| 34 | + publisher = {Packt Publishing} |
23 | 35 | } |
24 | 36 |
|
25 | | -@book{Jaynes2003, |
26 | | - author = {Jaynes, E. T.}, |
27 | | - title = {Probability Theory: The Logic of Science}, |
28 | | - year = {2003}, |
29 | | - publisher = {Cambridge University Press} |
| 37 | +@book{Mertz2015Functional, |
| 38 | + author = {David Mertz}, |
| 39 | + title = {Functional Programming in Python}, |
| 40 | + year = {2015}, |
| 41 | + publisher = {O'Reilly Media} |
30 | 42 | } |
31 | 43 |
|
32 | | -@book{Rudin1976, |
33 | | - author = {Rudin, Walter}, |
34 | | - title = {Principles of Mathematical Analysis}, |
| 44 | +@book{Sweigart2020Beyond, |
| 45 | + author = {Al Sweigart}, |
| 46 | + title = {Beyond the Basic Stuff with Python}, |
| 47 | + year = {2020}, |
| 48 | + publisher = {No Starch Press}, |
| 49 | + url = {https://inventwithpython.com/beyond/} |
| 50 | +} |
| 51 | + |
| 52 | +@book{Kalb2022Object, |
| 53 | + author = {Irv Kalb}, |
| 54 | + title = {Object-Oriented Python}, |
| 55 | + year = {2022}, |
| 56 | + publisher = {No Starch Press} |
| 57 | +} |
| 58 | + |
| 59 | +@book{Lott2021Python, |
| 60 | + author = {Steven F. Lott and Dusty Phillips}, |
| 61 | + title = {Python Object-Oriented Programming}, |
| 62 | + edition = {4th}, |
| 63 | + year = {2021}, |
| 64 | + publisher = {Packt Publishing} |
| 65 | +} |
| 66 | + |
| 67 | +@book{Downey2024ThinkPython, |
| 68 | + author = {Allen B. Downey}, |
| 69 | + title = {Think Python}, |
35 | 70 | edition = {3}, |
36 | | - year = {1976}, |
37 | | - publisher = {McGraw-Hill} |
| 71 | + year = {2024}, |
| 72 | + publisher = {O'Reilly Media}, |
| 73 | + url = {https://allendowney.github.io/ThinkPython/} |
| 74 | +} |
| 75 | + |
| 76 | +@book{Sweigart2021Big, |
| 77 | + author = {Al Sweigart}, |
| 78 | + title = {The Big Book of Small Python Projects}, |
| 79 | + year = {2021}, |
| 80 | + publisher = {No Starch Press}, |
| 81 | + url = {https://inventwithpython.com/bigbookpython/} |
| 82 | +} |
| 83 | + |
| 84 | +@book{Vaughan2019Impractical, |
| 85 | + author = {Lee Vaughan}, |
| 86 | + title = {Impractical Python Projects}, |
| 87 | + year = {2019}, |
| 88 | + publisher = {No Starch Press} |
| 89 | +} |
| 90 | + |
| 91 | +@online{Sturtz2024FunctionalPython, |
| 92 | + author = {Sturtz, John}, |
| 93 | + title = {Functional Programming in Python: When and How to Use It}, |
| 94 | + year = {2024}, |
| 95 | + url = {https://realpython.com/python-functional-programming/}, |
| 96 | + note = {Real Python} |
| 97 | +} |
| 98 | + |
| 99 | +@book{Geron2025HandsOnML, |
| 100 | + author = {Géron, Aurélien}, |
| 101 | + title = {Hands-On Machine Learning with Scikit-Learn and PyTorch}, |
| 102 | + edition = {4}, |
| 103 | + year = {2025}, |
| 104 | + publisher = {O'Reilly Media} |
| 105 | +} |
| 106 | + |
| 107 | + |
| 108 | +@online{HoltzPythonGraphGallery, |
| 109 | + author = {Holtz, Yan}, |
| 110 | + title = {Python Graph Gallery}, |
| 111 | + url = {https://python-graph-gallery.com}, |
| 112 | + note = {s.f.} |
| 113 | +} |
| 114 | + |
| 115 | +@book{JanssensNieuwdorp2025Polars, |
| 116 | + author = {Janssens, Jeroen and Nieuwdorp, Timo}, |
| 117 | + title = {Python Polars: The Definitive Guide}, |
| 118 | + year = {2025}, |
| 119 | + publisher = {O'Reilly Media} |
| 120 | +} |
| 121 | + |
| 122 | +@book{Kakegawa2024PolarsCookbook, |
| 123 | + author = {Kakegawa, Yuki}, |
| 124 | + title = {Polars Cookbook}, |
| 125 | + year = {2024}, |
| 126 | + publisher = {Packt Publishing} |
| 127 | +} |
| 128 | + |
| 129 | +@online{PlotnineDocs, |
| 130 | + author = {{Kibirige, H.}}, |
| 131 | + title = {Documentación de Plotnine}, |
| 132 | + url = {https://plotnine.org/}, |
| 133 | + note = {s.f.} |
| 134 | +} |
| 135 | + |
| 136 | +@online{PolarsUserGuide, |
| 137 | + author = {{Polars Developers}}, |
| 138 | + title = {Polars User Guide}, |
| 139 | + url = {https://docs.pola.rs/}, |
| 140 | + note = {s.f.} |
| 141 | +} |
| 142 | + |
| 143 | +@online{Rougier2021ScientificViz, |
| 144 | + author = {Rougier, Nicolas P.}, |
| 145 | + title = {Scientific Visualization: Python + Matplotlib}, |
| 146 | + year = {2021}, |
| 147 | + url = {https://github.com/rougier/scientific-visualization-book} |
| 148 | +} |
| 149 | + |
| 150 | +@online{ScikitLearnDocs, |
| 151 | + author = {{Scikit-learn Developers}}, |
| 152 | + title = {Documentación de Scikit-learn}, |
| 153 | + url = {https://scikit-learn.org}, |
| 154 | + note = {s.f.} |
| 155 | +} |
| 156 | + |
| 157 | +@online{StatsmodelsDocs, |
| 158 | + author = {{Statsmodels Developers}}, |
| 159 | + title = {Documentación de Statsmodels}, |
| 160 | + url = {https://www.statsmodels.org}, |
| 161 | + note = {s.f.} |
| 162 | +} |
| 163 | + |
| 164 | +@online{AstralUvDocs, |
| 165 | + author = {{Astral}}, |
| 166 | + title = {Documentación de uv}, |
| 167 | + url = {https://docs.astral.sh/uv}, |
| 168 | + note = {s.f.} |
| 169 | +} |
| 170 | + |
| 171 | +@online{AstralRuffDocs, |
| 172 | + author = {{Astral}}, |
| 173 | + title = {Documentación de Ruff}, |
| 174 | + url = {https://docs.astral.sh/ruff/}, |
| 175 | + note = {s.f.} |
| 176 | +} |
| 177 | + |
| 178 | +@book{Moure2024GitGitHub, |
| 179 | + author = {Moure, Brais}, |
| 180 | + title = {Git y GitHub desde cero}, |
| 181 | + edition = {2}, |
| 182 | + year = {2024}, |
| 183 | + publisher = {Leanpub} |
| 184 | +} |
| 185 | + |
| 186 | +@book{Skoulikari2021LearningGit, |
| 187 | + author = {Skoulikari, Anna}, |
| 188 | + title = {Learning Git}, |
| 189 | + year = {2021}, |
| 190 | + publisher = {O'Reilly Media} |
| 191 | +} |
| 192 | + |
| 193 | +@online{PreCommitDocs, |
| 194 | + author = {{Sottile, Anthony}}, |
| 195 | + title = {Documentación de pre-commit}, |
| 196 | + url = {https://pre-commit.com/}, |
| 197 | + note = {s.f.} |
| 198 | +} |
| 199 | + |
| 200 | +@book{Ramalho2022FluentPython, |
| 201 | + author = {Ramalho, Luciano}, |
| 202 | + title = {Fluent Python}, |
| 203 | + edition = {2}, |
| 204 | + year = {2022}, |
| 205 | + publisher = {O'Reilly Media} |
| 206 | +} |
| 207 | + |
| 208 | +@book{Stephenson2019PythonWorkbook, |
| 209 | + author = {Stephenson, Ben}, |
| 210 | + title = {The Python Workbook}, |
| 211 | + edition = {2}, |
| 212 | + year = {2019}, |
| 213 | + publisher = {Springer Cham} |
38 | 214 | } |
0 commit comments