开发者社区> 问答> 正文

基础语言百问-Python

基础语言百问-Python

软件界最近非常流行一句话“人生苦短,快用Python”,这就展示出了Python的特点,那就是快,当然这个快并不是指的Python运行快,毕竟是脚本语言,再怎样也快不过C语言和C++这样的底层语言,这里的快指的是使用Python进行开发会非常迅速,Python依托于开源社区,所以具有丰富和强大的库,可以借助这些库快速完成很多的功能开发。Python常被昵称为胶水语言,能够把用其他语言制作的各种模块(尤其是C/C++)很轻松地联结在一起。
图片名称
Python的创始人为Guido van Rossum。1989年圣诞节期间,在阿姆斯特丹,Guido为了打发圣诞节的无趣,决心开发一个新的脚本解释程序,做为ABC 语言的一种继承。之所以选中Python(大蟒蛇的意思)作为该编程语言的名字,是因为他是一个叫Monty Python的喜剧团体的爱好者。看了吧,这就是程序员,闲着没事写代码还写这么好。由于Python语言的简洁性、易读性以及可扩展性,在国外用Python做科学计算的研究机构日益增多,一些知名大学已经采用Python来教授程序设计课程。例如卡耐基梅隆大学的编程基础、麻省理工学院的计算机科学及编程导论就使用Python语言讲授。而且在现在比较火的机器学习以及大数据处理这些领域,Python也占据着非常重要的位置。在这篇文章中,就为大家整理了云栖社区上的与Python相关的问答,希望能对于大家在使用Python上有所帮助。

Python的安装与配置

云虚拟主机支持Python Django吗?
https://yq.aliyun.com/ask/44926

Mac上安装python失败,求解答
https://yq.aliyun.com/ask/36050

PYTHON 是在linux下运行好 还是windows下运行好?
https://yq.aliyun.com/ask/34617

Linux系统安装Python3.5.1,make步骤报错,操作系统suse server 10
https://yq.aliyun.com/ask/31161

在window下安装Python的oss的SDK报错
https://yq.aliyun.com/ask/41829

windows2012安装python提示0x8007005拒绝访问
https://yq.aliyun.com/ask/47766

ecs安装Python3.4.4失败
https://yq.aliyun.com/ask/38470

python impor sys报错
https://yq.aliyun.com/ask/34216

linux下能用python3 -V能查到python版本号,键入python却提示command not found
https://yq.aliyun.com/ask/31099

Python 报错ImportError: No module named acs_exception
https://yq.aliyun.com/ask/49508

安装python3
https://yq.aliyun.com/ask/47978

Ubuntu 下python脚本执行权限
https://yq.aliyun.com/ask/45197

ubuntu上怎么设置默认python命令是执行python3而不是python2
https://yq.aliyun.com/ask/30840

linux下运行python导入包cx_oracle报错ELFCLASS32
https://yq.aliyun.com/ask/34890

eclipse+pydev安装python解释器时的问题
https://yq.aliyun.com/ask/26408

在Linux服务器上部署python代码出现无法执行创建要素类的问题
https://yq.aliyun.com/ask/34468

Vim如何配置Python的缩进?
https://yq.aliyun.com/ask/10958

Python基本语法问题

用Python匹配HTML tag的时候,<.>和<.?>有什么区别
https://yq.aliyun.com/ask/30139

求教python如何实现php的 __call函数实现的功能?
https://yq.aliyun.com/ask/25746

java sha1加密 和 python sha1 加密结果不一致
https://yq.aliyun.com/ask/24533

用Python怎么在一个字符串里面取到想要的数据?
https://yq.aliyun.com/ask/5205

发出运行python脚本的命令之后如何继续其他操作?
https://yq.aliyun.com/ask/31684

linux环境下,用python怎么取得指定用户的环境变量
https://yq.aliyun.com/ask/34985

python 调用 C 程序
https://yq.aliyun.com/ask/25021

linux下c语言调用python方法问题
https://yq.aliyun.com/ask/26407

python返回字符问题
https://yq.aliyun.com/ask/4936

java socket客户端和Python socket客户端的不同?
https://yq.aliyun.com/ask/26203

c和python的通信是否可以用输入输出重定向?
https://yq.aliyun.com/ask/35163

qap-sdk 中的fetch方法可以自定义字段吗
https://yq.aliyun.com/ask/49821

python 和 jquery 获取时间
https://yq.aliyun.com/ask/34828

python 项目开发中如何import其他包下面的模块
https://yq.aliyun.com/ask/21491

python 如何判断 javascript 的源文件编码格式为UTF-8?
https://yq.aliyun.com/ask/14482

请问 Python 怎么获取json 里的特定的某个值?
https://yq.aliyun.com/ask/9447

关于python,正则表达式作为if判断条件的问题
https://yq.aliyun.com/ask/13245

Python与数据库

python3连接Mysql错误
https://yq.aliyun.com/ask/32764

mongo python用pymongo find 获取数据的速度问题
https://yq.aliyun.com/ask/8121

Python批量插入数据到Mysql遇到的问题,求助。
https://yq.aliyun.com/ask/8101

作为一名python工程师想知道哪个数据库是和python最配的?
https://yq.aliyun.com/ask/35276

linux用python连接widnows下sqlserver2008报错
https://yq.aliyun.com/ask/35440

MAC下配置mysql-python 的问题
https://yq.aliyun.com/ask/3817

Mongodb+Python类似分组的推导
https://yq.aliyun.com/ask/5526

python中执行sql,如何escape掉单引号和双引号,就是插入的字符串中,包含引号如何处理?
https://yq.aliyun.com/ask/32462

python连接mongodb报错
https://yq.aliyun.com/ask/27421

python sql in %问题
https://yq.aliyun.com/ask/32864

mongo python用pymongo find 获取数据的速度问题
https://yq.aliyun.com/ask/8121

如何用 Python 快速插入数据到数据库中?
https://yq.aliyun.com/ask/4667

python写连接数据库语句的时候,fetchAll(),fetchMany()这些取查询记录的时候,取出来的记录有顺序么?
https://yq.aliyun.com/ask/32951

在python里如果一条SQL太长怎么折成多行同时保持格式正确?
https://yq.aliyun.com/ask/32066

python mongo如何高效遍历
https://yq.aliyun.com/ask/27338

关于python redis 的问题
https://yq.aliyun.com/ask/10505

Python上的Redis操作求助
https://yq.aliyun.com/ask/10763

Python在MongoDB中如何进行条件查询?
https://yq.aliyun.com/ask/8244

python+django能够同时使用mongodb和mysql两种数据库的引擎吗?
https://yq.aliyun.com/ask/3229

mongodb 存入了pymongo传入的多个数据之后怎么提取有用的数据
https://yq.aliyun.com/ask/27697

scrapy+mongodb 插入文档的数目不够的原因?
https://yq.aliyun.com/ask/7946

Python爬虫

新手关于Python爬虫的问题
https://yq.aliyun.com/ask/1551

Python-分布式爬虫框架的设计
https://yq.aliyun.com/ask/50547

Python逐行读取txt中的url文件并进行爬虫
https://yq.aliyun.com/ask/11942

Python应用

python有什么推荐的库可以正则处理html文件吗?
https://yq.aliyun.com/ask/30068

think-php的后台用Python重写一下,需要用到哪些知识?
https://yq.aliyun.com/ask/30877?

弹性Web托管是否支持python?
https://yq.aliyun.com/ask/746

使用python的urllib获取的网页源代码和在浏览器上查看的源代码不一样?
https://yq.aliyun.com/ask/30313

用Python实现的HTTP服务器无法显示图片
https://yq.aliyun.com/ask/27931

python 钉钉文件上传
https://yq.aliyun.com/ask/46603

Python/PHP的用户中心系统架构
https://yq.aliyun.com/ask/27818

Python操作Excel(复制,编辑,保存)
https://yq.aliyun.com/ask/1374

python 获取OSS 流量 有报错
https://yq.aliyun.com/ask/46889

loghub consumer library在python下实现?
https://yq.aliyun.com/ask/47766

python 如何 实现 mqtt 接入阿里
https://yq.aliyun.com/ask/43101

aliyuncli(2.1.3)不支持kms服务?是否是aliyun-python-sdk-core不支持https的原因
https://yq.aliyun.com/ask/42288

datahub 可以 python 实现数据上传吗?
https://yq.aliyun.com/ask/20201

Python与大数据

Streaming/Hive作业在调用Python脚本时报错
https://yq.aliyun.com/ask/4401

StreamSQL UDF 中的 java编写中可以引用 python 类库吗
https://yq.aliyun.com/ask/48247

e-mapreduce 使用python是否可以读到odps的表
https://yq.aliyun.com/ask/14027

数加的API有没有python版本的demo
https://yq.aliyun.com/ask/28991

emapreduce集群如何为python安装package
https://yq.aliyun.com/ask/48762

E-mapreduce服务是否支持用Python语言开发的程序
https://yq.aliyun.com/ask/3975

请问零基础新手如何学习Python进行数据可视化?
https://yq.aliyun.com/ask/39682

展开
收起
薯条酱 2017-05-17 18:01:13 68467 0
30 条回答
写回答
取消 提交回答
  • 确实非常不错python是值得长期研究的好工具!

    2019-09-05 08:28:28
    赞同 展开评论 打赏
  • 学习

    2019-07-17 21:11:09
    赞同 展开评论 打赏
  • 发现这里干货很多,有时间了解一下

    2019-07-17 21:11:09
    赞同 展开评论 打赏
  • 运维er~~, 阿里云计算ACP,阿里云Aliware

    Python现在在人工智能和爬虫 云计算等等领域占据了百分之五十以上的使用率,对我们运维来讲,更是炙手可热的一门脚本语言,基本替换shell可以做任何事,尤其是自动化方面更是火热,知名的开源程序openstack saltstack ansible等等都是Python写的,而且Python的Djongo 是世界五大web框架之一,

    2019-07-17 21:11:09
    赞同 展开评论 打赏
  • 学习


    学习


    谢谢


    谢谢


    学习

    2019-07-17 21:11:08
    赞同 展开评论 打赏
  • 怎么学?

    2019-07-17 21:11:08
    赞同 展开评论 打赏
  • 软件开发,安全加密

    python要是能向前兼容就好了


    有没有经典的视频教程推荐一下

    2019-07-17 21:11:08
    赞同 展开评论 打赏
  • 感谢分享,干货,收藏了

    2019-07-17 21:11:08
    赞同 1 展开评论 打赏
  • IT菜鸟

    收藏了,干货

    2019-07-17 21:11:08
    赞同 1 展开评论 打赏
  • 从事数据中心运维工作多年,精通数据中心网络、IT设备及基础能源设施。

    学习python,收藏

    2019-07-17 21:11:08
    赞同 展开评论 打赏
  • 金融IT技术人员

    不错,收藏了。。

    2019-07-17 21:11:08
    赞同 2 展开评论 打赏
  • 强!!正要学呢

    2019-07-17 21:11:08
    赞同 展开评论 打赏
  • 收藏了

    2019-07-17 21:11:08
    赞同 展开评论 打赏
  • 重启数据

    2019-07-17 21:11:07
    赞同 展开评论 打赏
  • 业余草www.xttblog.com网站站长,CODE大全网站站长,爱分享www.ifxvn.com或www.ndislwf.com网站站长!

    www.xttblog.com写的非常不错!

    2019-07-17 21:11:07
    赞同 展开评论 打赏
  • 一个IT老兵,在这行摸爬滚打快20年了,很多工作都做过,也熟悉不少技术。现在对云计算,大数据以及机器学习很感兴趣。

    写的很实用,收藏

    2019-07-17 21:11:07
    赞同 展开评论 打赏
  • 可以的

    2019-07-17 21:11:07
    赞同 展开评论 打赏
  • 有一本书上说,Python的名字来源于英国超现实主义喜剧团体,而不是来自蛇。

    2019-07-17 21:11:07
    赞同 展开评论 打赏
  • 哈哈哈

    2019-07-17 21:11:07
    赞同 展开评论 打赏
  • 云计算领域

    太赞了,知识库简直了,mark,回头慢慢学习。

    2019-07-17 21:11:07
    赞同 1 展开评论 打赏
滑动查看更多
问答排行榜
最热
最新

相关电子书

更多
From Python Scikit-Learn to Sc 立即下载
Data Pre-Processing in Python: 立即下载
双剑合璧-Python和大数据计算平台的结合 立即下载