Python的开发环境安装(MySQL、Django、PyCharm)
搭建开发环境 技术 版本 查看命令 官方文档 API 文档 下载地址 MySql 8.0.18 D:\mysql-8.0.18-winx64\bin>mysql -u root -p https://www.mysqlzh.com/doc/24.html https://www.mysqlzh.com/doc/194.html https://dev.mysql.com/downloads/mysql/ Python 3.6 python –v https://www.runoob.com/python3/python3-tutorial.html https://docs.python.org/zh-cn/3.7/c-api/index.html https://www.python.org/getit/ virtualenv https://www.django.cn/article/show-5.html https://pypi.org/project/virtualenv/#modal-close Django 2.1 (venv)python –m django –version https://www.django.cn/course/ https://www.django.cn/course/show-2.html https://www.djangoproject