Learn about python integrated development environment, we have the largest and most updated python integrated development environment information on alibabacloud.com
-alternatives -- config javac
For example, if multiple JDK is installed, you can select one as the default one:
$ Sudo update-alternatives -- config javaThere are 3 choices for the alternative java (providing/usr/bin/java ).
Selection Path Priority Status--------------------* 0/usr/lib/jvm/java-6-openjdk/jre/bin/java 1061 auto mode1/usr/lib/jvm/java-6-openjdk/jre/bin/java 1061 manual mode2/usr/lib/jvm/java-6-sun/jre/bin/java 63 manual mode3/usr/lib/jvm/jdk1.7.0/jre/bin/java 3 manual mode
Press e
Eclipse and PyDev build a perfect Python Development Environment tutorial (Windows), pydevpython
This article describes how to build a Python development environment, as follows:
Directory
Install
Build a Python Development Environment 1. Install Aptana
Aptana website in http://aptana.com/
Upload aptana_studio_setup_1.2.7.exe to the website. There may be updated versions in the future. I believe there is no big difference in installation.
Note:
◆ 1.2.7 Aptana Studio does not support Chinese directory names. Therefore, it is strongly recommended to install
Many standard modules provided by Python support C or C ++ interfaces. Python and C can work together and can be embedded into C or C ++ applications, the Python development environment is very important for some program developers. After the
. There is, however, a problem where the improved command line fails if the directory where the Python script resides and the notepad++ installation directory are no longer partitioned. For example, notepad++ is installed on the D drive and the script to execute is on the E drive, then run the following test script:
Import osprint os.getcwd ()
Printing the current working directory is still "D:\Program Files (x86) \notepad++".
Use Docker as the Python Development Environment
In this article, I will try to demonstrate how to use Docker to develop python applications, mainly Web applications. Although I personally focus on the Python Flask microframework, this article aims to demonstrate how to bet
After reading the need9Minutes1. What is a virtual environment?The meaning of virtual environment, like a virtual machine, it can be implemented in different environments, Python dependencies are independent of each other, non-interference. This gives our project a very strong guarantee in a certain degree. Here, I dubbed it "insurance." The whole network is uniq
Visual Studio Code builds a python development environment
Python installation (Mac comes with)
Visual Studio Code Installation
Visual Studio Code Installation python plugin
Command + P to open the commands input interface
developers during installationThe installation path is the default D:\eclipse\java-neonInstalling the JDK and Eclipse two basic environments and the IDE and then installing the environment and plugins of the appropriate programming language will enable the development environment to build any programming language with Eclipse.************************************
Installing the eclipse + Python + djgano + pydve development environment on the Mac platform is complicated. It took me a lot of time to install it successfully!
The main difficulties are:
(1) The installation path of Multi-version software may change, so that the software cannot quickly find the path of the latest version you have installed, if the eclipse y
open the Python command-line interpreter. Now you can enter the Python statement, and the interpreter executes the input statement and prints the output. The Python installation comes with a GUI development environment, which can be found in the Start menu. Click Open,
Detailed steps for building a python development environment in Windows
This article describes how to build a python development environment in Windows.
1. Build a Java environment
(1)
Summary: This article explains the development environment for building Python with Eclipse and Pydev. 11 Long vacation at home idle, ready to take some time to learn python. Today spent an afternoon to build a python development
This article takes Windows XP/Windows 2003 as an example to introduce the installation and configuration of the Python web development environment in Windows:1. install ApacheDownload the Win32 version of the Apache MSI program to install directly, I use the version is: apache_2.2.9-win32-x86-no_ssl-r2.msi,: Fuse. Download the package and install it directly.2. I
Installation of 1.pythonA lot of information about Django and Python development on the web, this piece I am preparing to use this two together to engage in a web-based thing to start learning now, write something to record the experience.The development environment is windows, so we go to the
Windows builds the Python development environment
It's written in front.
Python you don't know it, maybe nothing, once you get to know it, you'll love it.
Basic concepts
Python (English pronunciation:/ˈpaɪθən/), an object-oriented, interpretive computer programming languag
python automated test Eclipse+pydev build development environment
C # is interesting because it is easy to write a program directly after installing visual Studio, and it does not need to be configured. For beginners, this is a very good "first experience" that will inspire the beginner's confidence and interest.
While some language
1. IntroductionEclipse is a Java-based, extensible development platform. Its official downloads include the Java, C + +, Android and many other versions. In addition to this, eclipse can also be used to install plug-ins, including Python, PHP and other language development.This article is about using the Eclipse and Pydev plug-in to configure the Python
Original URL: http://www.crazyant.net/1185.htmlEclipse is a very useful IDE, usually we use Eclipse to develop Java programs, in order to develop Python, shell and other scripts can also run on eclipse, there are a lot of related plugins:
Python:pydev
Shell:shelled
Svn:subclipse
Php:pdt
Using the eclipse process can be more search online plug-ins, some can greatly improve the development
Although there are many articles on the web that are built in Python development environment, it is necessary to repeat the wheel, record the process, make it easy for you to configure later, and also facilitate your colleagues in the study to configure their environment.1. Prepare the installation package1) on the
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.