Test
Driven Development with python (a really nice book on the
subject - read it for free from the publisher - please consider buying
it for your collection) - uses the older pyunit which is a port of the
old Java Junit
Python
testing with pytest A newer book on the same topic as the above
with a new library
Coder Radio - two perspectives on the independent contractor approach to making a software living
Talk python to me Widely considered the "best python podcast"
Python Bytes Short weekly news podcast for the python ecosystem
Programming Throwdown
This one shows up on lots of lists of must listen programming podcasts
Software engineering Radio Run by IEEE one of the two big computer science professional organizations
From time to time I'll put my lecture notes up here - or yours. They are no substitute for you taking good notes, but if they help you are welcome to them.
Intro lecture/softskills admonition
Names/Code Metrics and Code reviews
What kind of developer will you be?
Intro to Version control and Test
Driven Development
Examples to help with the project and hints on automated testing and pytest
Discussions on 'Clean' comments
Thinking about Clean Objects and classes
Object design with our friends
encapsulation, coupling and cohesion
ONe last set on BDD Gherkin/cucumber etc
handling complexity in large software projects