├── Algorithmic Trading with Interactive Brokers (Python and C++).pdf ├── Clean Code by Robert C Martin.pdf ├── Cracking-the-Coding-Interview-6th-Edition-189-Programming-Questions-and-Solutions.pdf ├── D. Beazley, B.K. Jones - Python Cookbook, 3rd Edition. 2013.pdf ├── Deep Learning with Python.pdf ├── Deep Learning, I. Goodfellow, Y. Bengio, A. Courville, .pdf ├── README.md ├── designing-data-intensive-applications.pdf └── fluent-python-2015-.pdf /Algorithmic Trading with Interactive Brokers (Python and C++).pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letspython3x/Books/58e8bab213f2e2aa7c6a1b50dbc86d79c8db792a/Algorithmic Trading with Interactive Brokers (Python and C++).pdf -------------------------------------------------------------------------------- /Clean Code by Robert C Martin.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letspython3x/Books/58e8bab213f2e2aa7c6a1b50dbc86d79c8db792a/Clean Code by Robert C Martin.pdf -------------------------------------------------------------------------------- /Cracking-the-Coding-Interview-6th-Edition-189-Programming-Questions-and-Solutions.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letspython3x/Books/58e8bab213f2e2aa7c6a1b50dbc86d79c8db792a/Cracking-the-Coding-Interview-6th-Edition-189-Programming-Questions-and-Solutions.pdf -------------------------------------------------------------------------------- /D. Beazley, B.K. Jones - Python Cookbook, 3rd Edition. 2013.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letspython3x/Books/58e8bab213f2e2aa7c6a1b50dbc86d79c8db792a/D. Beazley, B.K. Jones - Python Cookbook, 3rd Edition. 2013.pdf -------------------------------------------------------------------------------- /Deep Learning with Python.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letspython3x/Books/58e8bab213f2e2aa7c6a1b50dbc86d79c8db792a/Deep Learning with Python.pdf -------------------------------------------------------------------------------- /Deep Learning, I. Goodfellow, Y. Bengio, A. Courville, .pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letspython3x/Books/58e8bab213f2e2aa7c6a1b50dbc86d79c8db792a/Deep Learning, I. Goodfellow, Y. Bengio, A. Courville, .pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Books 2 | This repository is a collection of famous books that a person who has keen to learn programming, should go through in his career. 3 | 4 | 1. [Clean Code by Robert C Martin](https://github.com/letspython3x/Books/blob/master/Clean%20Code%20by%20Robert%20C%20Martin.pdf) 5 | 2. [Deep Learning with Python](https://github.com/letspython3x/Books/blob/master/Deep%20Learning%20with%20Python.pdf) 6 | 3. [David Beazley Python Cookbook](https://github.com/letspython3x/Books/blob/master/D.%20Beazley%2C%20B.K.%20Jones%20-%20Python%20Cookbook%2C%203rd%20Edition.%202013.pdf) 7 | 4. [Fluent Python 2015](http://1.droppdf.com/files/X06AR/fluent-python-2015-.pdf) 8 | 5. [Cracking the Coding Interview](https://github.com/letspython3x/Books/blob/master/Cracking-the-Coding-Interview-6th-Edition-189-Programming-Questions-and-Solutions.pdf) 9 | 6. [Designning Data Intensive Applications by Martin](https://github.com/letspython3x/Books/blob/master/designing-data-intensive-applications.pdf) 10 | 7. [Alex Xu System Design May 2022](https://bytebyte-go.s3.amazonaws.com/ByteByteGo_LinkedIn_PDF.pdf) 11 | 8. [Deep Learning by I. Goodfellow, Y. Bengio, A. Courville (MIT)](https://github.com/letspython3x/Books/blob/master/Deep%20Learning%2C%20I.%20Goodfellow%2C%20Y.%20Bengio%2C%20A.%20Courville%2C%20.pdf) 12 | 9. [Algorithmic Trading with Interactive Brokers (Python and C++).pdf](https://github.com/letspython3x/Books/blob/master/Algorithmic%20Trading%20with%20Interactive%20Brokers%20(Python%20and%20C%2B%2B).pdf) 13 | 14 | # If this repository helps you in anyway, show your love :heart: by putting a :star: on this project :v: 15 | -------------------------------------------------------------------------------- /designing-data-intensive-applications.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letspython3x/Books/58e8bab213f2e2aa7c6a1b50dbc86d79c8db792a/designing-data-intensive-applications.pdf -------------------------------------------------------------------------------- /fluent-python-2015-.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letspython3x/Books/58e8bab213f2e2aa7c6a1b50dbc86d79c8db792a/fluent-python-2015-.pdf --------------------------------------------------------------------------------