1、 Install python
double click on python 2.7.2
---->next
Select an install path ,
---->next
---->next
After a few minutes of Progress Bar ,
Click on Finish, python will be installed.
2、 Install Django
In cmd , get into django installed path and execute command “python setup.py install” ,after installed by itself , input “>>>import django >>>django.VERSION” ,if it output “(1,2,3,'final',0)” , it’s installed successfully.
3、Install Pycharm
Double click on pycharm-1.5.4.exe ,
----> next
----> I Agree
Select installed path
----> Next
----> Install
----> click on Finish, it will be down
4、 Install TortoiseSVN
Double click on TortoiseSVN-1.6.15.21042-win32-svn-1.6.16.msi ,
----> next
Choose “I acceot ….”
----> next
---->next
Wait for a few minutes , for it installed by itself.
5、 setuptools
Download the bootstrap module (ez_setup.py) and save it somewhere on your Windows box. According to the documentation, they recommend not putting it in your Python distribution.
Open up a console (Start | Run | cmd) and run the script:
D:\TDDOWNED\sz_setup\ez_setup.py
It will automatically install everything you need.
Update your environment variables:
Right click the My Computer icon on your desktop and hit Properties. Click the Advanced tab and hit the Environment Variables button near the bottom.
That will bring up the System Variables screen ,now highlight the Path variable and hit Edit:
Add D:\Program Files\python\Scripts to your Path.
6、 MySQL-python-1.2.3.win32-py2.7
Download MySQL-python-1.2.3.win32-py2.7.exe first:
Double click on it
---->next
---->next
----> finish
Input import MySQLdb in Python Shell, if there is no error, it’s been installed successfully.
7、 cx_Oracle-5.1.1-10g.win32-py2.7.msi
download cx_Oracle-5.1.1-10g.win32-py2.7.msi first ,
Double click on it,
---->next
---->next
----> finish , it will be done.
But now, if you import cx_Oracle, there usually will be an error:
Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
import cx_Oracle
ImportError: DLL load failed: The specified module could not be found.
For this error, you should installed oracle clint ,and copy oci.dll from it’s installed path to python installed path Lib\site-packages, for example, C:\Python27\Lib\site-packages.
分享到:
相关推荐
**Python Web开发概述** Python Web开发是利用Python编程语言构建Web应用程序的过程,它结合了Python的强大功能和灵活性,以及Web开发的各种框架和技术。本课程针对的是电子商务等专业的学生,旨在通过学习,让学生...
1. **环境搭建**:包括Python解释器安装、虚拟环境创建、框架安装等。 2. **基础教程**:讲解Python语法、数据库操作、模板引擎使用等基础知识。 3. **项目结构设计**:如何组织代码,遵循良好的编程实践。 4. **...
详细描述Ubuntu下如何搭建python的web开发环境
**Python Web开发基础教程(Django版)微课版** 本教程主要针对初学者,旨在深入浅出地介绍使用Python的Django框架进行Web开发的基本概念和技术。通过一系列的PPT章节,学习者将逐步掌握从环境搭建到构建功能完整的...
Python程序设计:搭建Python开发环境是编程初学者的首要任务,这一过程涵盖了多个关键知识点,不仅涉及Python语言的基础,还包括了高效开发工具的使用。以下将详细阐述这些内容。 首先,了解Python的发展历史有助于...
**Python Web开发实战** 在当今数字化时代,Web开发已经成为一项必备技能,而Python凭借其简洁易读的语法和丰富的库支持,成为了Web开发领域的重要语言。"Python Web开发实战高清带目录"是一本专为初学者和有经验的...
Python Web开发基础教程,以Django框架为主要内容,是一门旨在帮助初学者快速掌握Web应用构建的课程。Django是一个高级的Python web框架,它鼓励快速开发和实用主义设计,遵循“干(DRY,Don't Repeat Yourself)”...
如果你想要进一步学习Python Web开发,可以继续探索Flask或Django的更多功能,如路由、模板渲染、数据库交互等。同时,了解和使用版本控制工具(如Git)、虚拟环境(如venv或conda)以及源码管理也是提升开发效率和...
在本节"Python Web开发视频教程 02"中,我们主要聚焦于Python环境的搭建,特别是针对Windows操作系统的Python安装。Python是一种广泛应用于Web开发、数据分析、人工智能等多个领域的高级编程语言,其简洁的语法和...
1. 使用该Dockerfile可以使用Docker一键开启开发环境,免去搭建开发环境的苦力活。 2. 该开发镜像包括Go、Python、NodeJs三种开发环境,满足日常开发大部分需求。 3. 该开发镜像开启code-server服务,使用浏览器通过...
Python+Selenium 环境搭建 Python+Selenium 环境搭建是自动化测试中非常重要的一步,这篇文章将指导读者从头开始搭建 Python+Selenium 环境,并介绍相关的安装和配置步骤。 一、环境搭建的重要性 在自动化测试中...
在应用方面,Python广泛用于Web开发、数据分析、人工智能、自动化脚本、网络爬虫和教育等领域。其丰富的库如NumPy、Pandas、Matplotlib等,为科学计算和数据可视化提供了强大支持。 环境搭建是使用Python的第一步。...
《Python Web开发实战》是董伟明先生撰写的一本深入探讨Python Web开发的书籍,旨在帮助读者掌握构建Web应用程序的核心技术和实践方法。Python作为一种高级编程语言,因其简洁、易读和强大的库支持,在Web开发领域...
本资源包"python开发环境搭建资源包"旨在帮助初学者或有经验的开发者快速配置一套完整的Python开发环境。下面,我们将详细探讨其中包含的各个组件以及它们在Python开发中的作用。 首先,`eclipse-java`是一款广泛...
上一篇讲了《Python入门》Windows 7下Python Web开发环境搭建笔记,接下来讲一下Python语言Web服务的具体实现:第一个Python Web程序——简单的Web服务器。 与其它Web后端语言不同,Python语言需要自己编写Web服务器...
搭建apache python django MySQL_Web开发环境 搭建apache python django MySQL_Web开发环境
本文将详细介绍如何搭建包含ffpython库的Python开发环境。 首先,我们需要下载Python解释器。访问Python官方网站(https://www.python.org/downloads/),选择适合你Windows系统的Python版本,通常推荐下载最新稳定...
至此,Python 的运行环境和开发环境全部完成,包括 Python 的安装、setuptools 的安装、Web 框架的安装、数据库中间件的安装和集成、IDE 的安装和配置等几个步骤。 知识点总结 1. Python 的安装和配置 2. ...
通过以上四个实验,学生将掌握Python Web开发的基本流程,包括环境搭建、Django项目创建、数据展示、以及表单处理。这些知识是进行更复杂Web应用开发的基础。在实际工作中,开发者还需要学习数据库交互、用户认证、...