Home > Web Front-end > JS Tutorial > body text

Start Python programming with PyCharm and Visual Studio under Windows_Basic knowledge

WBOY
Release: 2016-05-16 15:34:56
Original
3851 people have browsed it

Building a python development environment on Windows

First you need to go to python’s official website to download the environment. Move the mouse to the Downloads tab and you can download it here.
20151026151128361.jpg (690×264)

The python environment is still very user-friendly, there are not so many complicated configurations and so on. After downloading, just go to next without thinking until finish.

Python IDE

There are many excellent Python IDEs. Here I will introduce a few that are relatively common for me! In no particular order!

  • pycharm
  • VIM
  • Eclipse with PyDev
  • Sublime Text
  • Komodo Edit
  • PyScripter
  • Interactive Editor for Python

PyCharm
Here we take pycharm as an example

20151026151214235.jpg (241×241)

By default, pycharm can be used for free for 30 days
Start with Hello World

Hello world is relatively simple. After setting up the environment, it can be basically completed in one go. Here I will paste the map directly.

First open the installed pycharm

20151026151233360.jpg (397×302)

Click create to create a project

20151026151254122.jpg (665×463)

Print a "Hello World"

20151026151310334.jpg (690×349)

In fact, in terms of "learning python", it is more recommended to use pycharm. Pycharm can set the encoding of multiple IDEs such as VS or eclipse, making it easier for people who are accustomed to using IDEs in other languages ​​to get started. This compatibility is really good. However, since so many gardeners require using VS to develop python, let me introduce the environment for developing python in visual studio 2015.


Build a development environment in VS 2015
Before we officially start, first of all, your computer must have visual studio 2013/2015. If not, go to download a visual studio

1. Create project:

20151026151326085.jpg (690×398)

2. Download environment:

After creating the job, click Run, the following interface will appear, then click Download and install

20151026151347596.jpg (690×450)

20151026151410250.jpg (690×463)

2. Test environment:

20151026151440994.jpg (690×651)

OK, running successfully!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!