Skip to content

Latest commit

 

History

History
66 lines (50 loc) · 4 KB

README.md

File metadata and controls

66 lines (50 loc) · 4 KB

Python-playground

A place for continuous learning of Python and software engineering through experimentation

Some Notes

  • Type checking is generally not Pythonic. In Python, it is more usual to use duck typing.

Some interesting URLs

Learning

Python online

Python in ParaView

Coding fundamentals

Others

References and influencing material

  • [Martin-2009] Robert C. Martin, Clean Code - A Handbook of Agile Software Craftsmanship, Prentice Hall, 2009
  • [Ziadé-2008] Tarek Ziadé, Expert Python Programming, Packt Publishing, 2008