Python学习笔记

1、Python 的获取与安装

1.1 安装与教程

非常好的中文学习教程
Python菜鸟教程:http://www.runoob.com/python3/python3-tutorial.html
Python入门指南:http://www.runoob.com/manual/pythontutorial3/docs/html/index.html
自己导入安装包模块
https://blog.csdn.net/Joyce_heart/article/details/78931712

1.2 数据库编程

数据库连接与使用:
入门选用的Python3.7,综合分析选用mysqlclient。
mysqlclient 的安装和使用:https://blog.csdn.net/tototuzuoquan/article/details/75263772
转载python3 使用mysqlclient 链接MySQL和MariaDB:https://www.yuzhi100.com/tutorial/python3/python3-mysqlclient-mysql-mariadb

2、IDE工具

2.1 PyCharm

Pycharm的配置和使用:https://blog.csdn.net/hk2291976/article/details/51141868

你可能感兴趣的:(Python,Python)