Advertisement
ksieradzinski

Untitled

Jun 4th, 2025
15
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. [
  2. {"title": "Python 101", "author": "Mike Driscoll", "year": 2020, "pages": 250},
  3. {"title": "Automate the Boring Stuff", "author": "Al Sweigart", "year": 2015, "pages": 504},
  4. {"title": "Fluent Python", "author": "Luciano Ramalho", "year": 2015, "pages": 792},
  5. {"title": "Effective Python", "author": "Brett Slatkin", "year": 2015, "pages": 256},
  6. {"title": "Python Tricks", "author": "Dan Bader", "year": 2017, "pages": 302},
  7. {"title": "Think Python", "author": "Allen B. Downey", "year": 2012, "pages": 300},
  8. {"title": "Serious Python", "author": "Julien Danjou", "year": 2018, "pages": 320},
  9. {"title": "Black Hat Python", "author": "Justin Seitz", "year": 2014, "pages": 192},
  10. {"title": "Python Crash Course", "author": "Eric Matthes", "year": 2019, "pages": 544},
  11. {"title": "Learning Python", "author": "Mark Lutz", "year": 2013, "pages": 1648},
  12. {"title": "Programming Python", "author": "Mark Lutz", "year": 2010, "pages": 1600},
  13. {"title": "Test-Driven Development with Python", "author": "Harry Percival", "year": 2017, "pages": 624},
  14. {"title": "Data Science from Scratch", "author": "Joel Grus", "year": 2015, "pages": 330},
  15. {"title": "Deep Learning with Python", "author": "François Chollet", "year": 2017, "pages": 384},
  16. {"title": "Introduction to Machine Learning with Python", "author": "Andreas C. Müller", "year": 2016, "pages": 400}
  17. ]
  18.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement