I'm running python 2.6 on windows and currently going over the django tutorial. In the book, it says that SQLite comes shipped with Python 2.5 and above. So if I'm running python 2.6, there's nothing additional I have to download? And how exactly do I access SQLite? Do I access it in its own command line or gui program or through the windows cmd? I just want to create a database so I can go along with the tutorial. I'm running python 2.6 on windows and currently