Re: Can tuples be replaced with lists all the time?
No, not always. You can use yuples as dictionary key as keys are immutable and you can't use it as list. -- https://mail.python.org/mailman/listinfo/python-list
Re: Diving in to Python - Best resources?
The best resource I think is documentation provided by python http://docs.python.org/ If You need to learn python from scratch http://docs.python.org/tut/tut.html If you need a book for reference http://diveintopython3.ep.io/ -- https://mail.python.org/mailman/listinfo/python-list