Compare commits

...

2 Commits

Author SHA1 Message Date
Charles-Axel Dein
517f30b511
Add books 2025-12-04 09:06:04 -05:00
Charles-Axel Dein
b948b4d5e4
Add Python data science handbook 2025-12-04 09:04:11 -05:00

View File

@ -39,7 +39,7 @@
- [Compilers](#compilers)
- [Configuration](#configuration)
- [Continuous Integration (CI)](#continuous-integration-ci)
- [Data analysis](#data-analysis)
- [Data analysis & data science](#data-analysis--data-science)
- [Databases](#databases)
- [NoSQL](#nosql)
- [Postgres](#postgres)
@ -287,8 +287,9 @@ There are some free books available, including:
### Books
- [The Imposter's Handbook](https://bigmachine.io/products/the-imposters-handbook) - \$30. From the author: "Don't have a CS Degree? Neither do I - That's why I wrote this book."
- [The Computer Science Book](https://thecomputersciencebook.com/book/)
- 📖 [The Imposter's Handbook](https://bigmachine.io/products/the-imposters-handbook) - \$30. From the author: "Don't have a CS Degree? Neither do I - That's why I wrote this book."
- 📖 [The Computer Science Book](https://thecomputersciencebook.com/book/)
- 📖 [The Software Engineer's Guidebook](https://www.engguidebook.com/): Gergely Orosz's guidebook to the software engineering industry. Extremely complete.
### Articles
@ -730,13 +731,14 @@ See also the Writing section
- [Continuous Integration](https://martinfowler.com/articles/continuousIntegration.html), MartinFowler.com
### Data analysis
### Data analysis & data science
- [Ways to make fake data look meaningful](https://danbirken.com/statistics/2013/11/19/ways-to-make-fake-data-look-meaningful.html)
- Dont share the raw data
- Dont share your methodology
- Dont include confidence intervals
- Dont challenge your own data
- 📖 [Python Data Science Handbook](https://jakevdp.github.io/PythonDataScienceHandbook/), O'Reilly
### Databases