当前位置:网站首页>Python的特性与搭建环境
Python的特性与搭建环境
2020-11-08 21:08:00 【SXXpenguin】
Python是用 C语言开发的,但 Python不再具有 C中的指针这样的复杂数据类型。Python具有强大的 OOP特性,并且简化了 OOP的实现。该方法消除了面向对象的元素,如保护类型、抽象类和接口。
Python代码块使用空格或制表符缩进来分隔代码。
Python只有31个保留字,并且没有分号, begin, end之类的标签。
Python是强类型语言,变量创建之后就会对应到数据类型,统一表达式中出现的不同类型的变量需要进行类型转换。
Python构建开发环境
可从下载安装包,然后使用 configure、 make、 makeinstall进行安装。
也可以下载活动 Python组件包。ActivePython是 Python核心模块和常用模块的二进制封装,由 ActiveState公司发布的 Python开发环境。
ActivePython使 Python的安装变得更简单,并可应用于多种操作系统。ActivePython包括一些常用的 Python扩展和 Windows环境中的编程界面)。对于 ActivePython,如果你是 windows用户,下载安装 msi软件包;如果你是 Unix用户,直接下载 tar. gz软件包。
Python的 IDE,包括 PythonWin, Eclipse+ PyDev插件, Komodo, EditPlus。周口看不孕不育哪里好:https://yyk.fh21.com.cn/hexpert_6369.html信阳不孕不育医院哪家好:https://yyk.fh21.com.cn/hospital_6369/tsyl.html驻马店看不孕不育哪家好:https://yyk.fh21.com.cn/hospital_6369/hj.html
版权声明
本文为[SXXpenguin]所创,转载请带上原文链接,感谢
https://my.oschina.net/u/4531268/blog/4707551
边栏推荐
猜你喜欢

使用基于GAN的过采样技术提高非平衡COVID-19死亡率预测的模型准确性

Creating a text cloud or label cloud in Python

The interface testing tool eolinker makes post request

Swagger介绍和应用

解决go get下载包失败问题

VirtualBox install centos7

Looking for a small immutable dictionary with better performance

Using fastai to develop and deploy image classifier application

【200人面试经验】,程序员面试,常见面试题解析

使用Fastai开发和部署图像分类器应用
随机推荐
ITerm2 配置和美化
Experiment 1 assignment
Proficient in high concurrency and multithreading, but can't use ThreadLocal?
Django's simple user system (3)
在Python中创建文字云或标签云
综合架构的简述
Case analysis of entitycore framework
SQL quick query
The minimum insertion times of palindrome
Dynamic ReLU:微软推出提点神器,可能是最好的ReLU改进 | ECCV 2020
Octave basic syntax
Deep copy
动态规划设计:最大子数组
第一部分——第1章概述
Regular backup of WordPress website program and database to qiniu cloud
Select sort
为什么需要使用API管理平台
Constructors and prototypes
动态规划之子序列问题解题模板
C / C + + knowledge sharing: function pointer and pointer function, can you understand after reading this article?