This Python tutorial is a collection of programming problems and their answers in terms of How To's.
You as a programmer while working with application development, face problems such as how to convert one type of data into another type or how to deal when a program throws some exception.
So, for this purpose, you can use this systematic How To's Guide, to solve your day to day programming problems. It contains several topics such:
How to create a String?
How to add elements to the List?
How to add a day to the current Date?
How to merge two Sets?
and many more...