一,python的相关站点:
1,python官网
https://www.python.org/
2,pip第三方库的网站
https://pypi.org/
3,官方文档站:
https://docs.python.org/zh-cn/3/
文档的语言和版本均可在页面自己自己选择
4,官方教程:
https://docs.python.org/zh-cn/3/tutorial/index.html
语言和版本均可在页面自己自己选择
5,python的作者:龟叔
https://baike.baidu.com/item/%E5%90%89%E5%A4%9A%C2%B7%E8%8C%83%E7%BD%97%E8%8B%8F%E5%A7%86/328361?fr=aladdin
说明:刘宏缔的架构森林—专注it技术的博客,
网站:https://blog.imgtouch.com
原文: https://blog.imgtouch.com/index.php/2023/11/11/python-di-yi-ke-python-xiang-guan-zhi-shi/
代码: https://github.com/liuhongdi/ 或 https://gitee.com/liuhongdi
说明:作者:刘宏缔 邮箱: [email protected]
二,python应用较多的领域
1,深度学习/人工智能
2,爬虫/数据抓取
3, 数据分析
4, web开发
5,服务器运维
三,python的优点
1,简洁,容易学习,编码效率高
2, 有大量的第三方库,容易开发
3,跨平台,
windows/macos/linux/freebsd等平台均支持
四,python的缺点:
1,执行效率低
2,属于脚本语言,最终发布的是代码而不是编译的可执行文件
标签:刘宏缔,python,知识,第一章,E5%,https,org,com From: https://www.cnblogs.com/architectforest/p/17830799.html