如果使用Python,不同的阶段应该有多种选项,反而容易让人困惑

2024-02-04 01:48

本文主要是介绍如果使用Python,不同的阶段应该有多种选项,反而容易让人困惑,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!


工欲善其事必先利其器; 


一个语言的好坏对初学者来说,主要是它呈现的用户界面,语法以及编译优化等底层的实现反而不是那么重要. 

而这些界面有关的东西通过不同的工具有不同实现方式. 所以,找到和选择合适的工具对学习使用任何语言都是极其重要的.


从所用语言的版本Python有2.7+ 和3.3+两条路线, 两者语法上有很多不同, 前者应该最适合初学,后者更适合应用;


从所用的编辑器或IDE,比较受推崇的是pycharm, 有professional收费和community免费版本


从所需要的各种package来看, 如果全部一个个安装不是不可行,太麻烦了. 

逐个安装的话,到这里:http://www.lfd.uci.edu/~gohlke/pythonlibs/


Alternative Implementations

This site hosts the "traditional" implementation of Python (nicknamed CPython). A number of alternative implementations are available as well, namely

  • IronPython (Python running on .NET)
  • Jython (Python running on the Java Virtual Machine)
  • PyPy (A fast python implementation with a JIT compiler)
  • Stackless Python (Branch of CPython supporting microthreads)

Other parties have re-packaged CPython. These re-packagings often include more libraries or are specialized for a particular application:

  • ActiveState ActivePython (commercial and community versions, including scientific computing modules)
  • pythonxy (Scientific-oriented Python Distribution based on Qt and Spyder)
  • winpython (WinPython is a portable scientific Python distribution for Windows)
  • Conceptive Python SDK (targets business, desktop and database applications)
  • Enthought Canopy (a commercial distribution for scientific computing)
  • Portable Python (Python and add-on packages configured to run off a portable device)
  • PyIMSL Studio (a commercial distribution for numerical analysis – free for non-commercial use)
  • Anaconda Python (a full Python distribution for data management, analysis and visualization of large data sets)
  • eGenix PyRun (a portable Python runtime, complete with stdlib, frozen into a single executable file)

打包的方式, python(x y)是个很好的选项: 

http://code.google.com/p/pythonxy/wiki/Downloads

Downloads  
Download page with changelog. 
Featured 
en,  fr
Updated  Feb 17 (5 days ago) by  grizzly.nyo

Current release

Python(x,y) current version is 2.7.6.0 (License):

Link(s)Location
Python(x,y)-2.7.6.0.exeMirror - provided by NTUA
Python(x,y)-2.7.6.0.exeMirror - provided by ConnectMV
Python(x,y)-2.7.6.0.exeMirror - provided by University of Kent

Installation notes

  • It is recommended to uninstall any other Python distribution before installing Python(x,y)
  • You may update your Python(x,y) installation via individual package installers which are updated more frequently -- see the plugins page
  • Please use the Issues page to request new features or report unknown bugs
  • Python(x,y) can be easily extended with other Python libraries because Python(x,y) is compatible with all Python modules installers: distutils installers (.exe), Python eggs (.egg), and all other NSIS (.exe) or MSI (.msi) setups which were built for Python 2.7 official distribution - see the plugins page for customizing options
  • Another Python(x,y) exclusive feature: all packages are optional (i.e. install only what you need)
  • Basemap users (data plotting on map projections): please see the AdditionalPlugins

Updates

The following installers will help you keep your Python(x,y) installation up-to-date: only installed plugin will be updated according to the change log.

InstallerSizeRequired version
Py(x,y)-2.7.3.1.exe117 MB2.7.3.0
Py(x,y)-2.7.2.3.exe130 MB2.7.2.2
Py(x,y)-2.7.2.1.exe75 MB2.7.2.0
Py(x,y)-2.6.5.6.exe6 MB2.6.5.5
Py(x,y)-2.6.5.5.exe58 MB2.6.5.4
Py(x,y)-2.6.5.4.exe67 MB2.6.5.3
Py(x,y)-2.6.5.3.exe61 MB2.6.5.2
Py(x,y)-2.6.5.2.exe64 MB2.6.5.1
Py(x,y)-2.6.5.1.exe20 MB2.6.5.0
Py(x,y)-2.6.5.0.exe79 MB2.6.2.0
Py(x,y)-2.1.17b.exe8 MB2.1.16
Py(x,y)-2.1.17a.exe8 MB2.1.15
Py(x,y)-2.1.15.exe60 MB2.1.14
Py(x,y)-2.1.14.exe26 MB2.1.13
Py(x,y)-2.1.13.exe95 MB2.1.12
Py(x,y)-2.1.12.exe41 MB2.1.11
Py(x,y)-2.1.11.exe73 MB2.1.10

Unstable release

Python(x,y) latest unstable release is None

Plugin updates

The following plugins will certainly be included in Python(x,y) next release: (maybe they are already included in current release and this page hasn't been refreshed yet, please check on standard plugins page)

Changes history

Version 2.7.6.0 (02/15/2014)


这篇关于如果使用Python,不同的阶段应该有多种选项,反而容易让人困惑的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/676054

相关文章

JavaScript中的reduce方法执行过程、使用场景及进阶用法

《JavaScript中的reduce方法执行过程、使用场景及进阶用法》:本文主要介绍JavaScript中的reduce方法执行过程、使用场景及进阶用法的相关资料,reduce是JavaScri... 目录1. 什么是reduce2. reduce语法2.1 语法2.2 参数说明3. reduce执行过程

如何使用Java实现请求deepseek

《如何使用Java实现请求deepseek》这篇文章主要为大家详细介绍了如何使用Java实现请求deepseek功能,文中的示例代码讲解详细,感兴趣的小伙伴可以跟随小编一起学习一下... 目录1.deepseek的api创建2.Java实现请求deepseek2.1 pom文件2.2 json转化文件2.2

python使用fastapi实现多语言国际化的操作指南

《python使用fastapi实现多语言国际化的操作指南》本文介绍了使用Python和FastAPI实现多语言国际化的操作指南,包括多语言架构技术栈、翻译管理、前端本地化、语言切换机制以及常见陷阱和... 目录多语言国际化实现指南项目多语言架构技术栈目录结构翻译工作流1. 翻译数据存储2. 翻译生成脚本

C++ Primer 多维数组的使用

《C++Primer多维数组的使用》本文主要介绍了多维数组在C++语言中的定义、初始化、下标引用以及使用范围for语句处理多维数组的方法,具有一定的参考价值,感兴趣的可以了解一下... 目录多维数组多维数组的初始化多维数组的下标引用使用范围for语句处理多维数组指针和多维数组多维数组严格来说,C++语言没

在 Spring Boot 中使用 @Autowired和 @Bean注解的示例详解

《在SpringBoot中使用@Autowired和@Bean注解的示例详解》本文通过一个示例演示了如何在SpringBoot中使用@Autowired和@Bean注解进行依赖注入和Bean... 目录在 Spring Boot 中使用 @Autowired 和 @Bean 注解示例背景1. 定义 Stud

如何通过Python实现一个消息队列

《如何通过Python实现一个消息队列》这篇文章主要为大家详细介绍了如何通过Python实现一个简单的消息队列,文中的示例代码讲解详细,感兴趣的小伙伴可以跟随小编一起学习一下... 目录如何通过 python 实现消息队列如何把 http 请求放在队列中执行1. 使用 queue.Queue 和 reque

Python如何实现PDF隐私信息检测

《Python如何实现PDF隐私信息检测》随着越来越多的个人信息以电子形式存储和传输,确保这些信息的安全至关重要,本文将介绍如何使用Python检测PDF文件中的隐私信息,需要的可以参考下... 目录项目背景技术栈代码解析功能说明运行结php果在当今,数据隐私保护变得尤为重要。随着越来越多的个人信息以电子形

使用 sql-research-assistant进行 SQL 数据库研究的实战指南(代码实现演示)

《使用sql-research-assistant进行SQL数据库研究的实战指南(代码实现演示)》本文介绍了sql-research-assistant工具,该工具基于LangChain框架,集... 目录技术背景介绍核心原理解析代码实现演示安装和配置项目集成LangSmith 配置(可选)启动服务应用场景

使用Python快速实现链接转word文档

《使用Python快速实现链接转word文档》这篇文章主要为大家详细介绍了如何使用Python快速实现链接转word文档功能,文中的示例代码讲解详细,感兴趣的小伙伴可以跟随小编一起学习一下... 演示代码展示from newspaper import Articlefrom docx import

oracle DBMS_SQL.PARSE的使用方法和示例

《oracleDBMS_SQL.PARSE的使用方法和示例》DBMS_SQL是Oracle数据库中的一个强大包,用于动态构建和执行SQL语句,DBMS_SQL.PARSE过程解析SQL语句或PL/S... 目录语法示例注意事项DBMS_SQL 是 oracle 数据库中的一个强大包,它允许动态地构建和执行