Like with XAMPP you can just install it and start developing because PHP/MySQL/Apache, etc. are all in there.
Is there anything like this for Django?
P.S. I
Django has built in server for that. You can run it with
python manage.py runserver
As for MySQL, it makes about no difference at all, if you used SQLite for develovepment.