Skip to content

Latest commit

 

History

History
114 lines (89 loc) · 4.41 KB

File metadata and controls

114 lines (89 loc) · 4.41 KB

References

Bibliography

Learning Python

  • Mastering Python, Rick Van Hattem

  • Learning Python, Mark Lutz

  • The big book of small Python projects, Al Sweigart

  • Effective Python: 59 Specific Ways to Write Better Python, Brett Slatkin

  • Fluent Python: Clear, Concise, and Effective Programming

Design Patterns

  • Clean Code: A Handbook of Agile Software Craftsmanship

  • Dive into Design Patterns

  • Advanced Python Programming: Build high performance, concurrent, and multi-threaded apps with Python using proven design patterns

System Architecture

  • Fundamentals of Software Architecture: An Engineering Approach

Data Science

  • Competetive Programming in Python

  • Python Data Analytics

  • Numerical Python: A Practical Techniques Approach for Industry

  • Effective Computation in Physics: Field Guide to Research with Python

Cyber Security

  • Python Penetration Testing Essentials

  • Learning Penertration Testing with Python

Intermediate

Expert