1.创建目录:
File->newproiect->pure python
在Location下修改项目名称-------
在interpreter选择python版本号
ok!
2.创建每日文件名:day1,day2,day3...
3.创建程序:右单击New->python file
4.修改基本配置:
View->Toolbar->fditor->file and codeTemplates->python script
一般声明:#!/usr/bin/envpython
# -*-coding:utf-8 -*-
#Author:
#Time: