Original intention: My computer's songs have not changed for a long time, I want to listen to the new songs, download them to listen to, such as a list of, but a first click Download Save as really disgusting
So I think there is no way to achieve through the way of the program, the results are really, and there are some people on the Internet with Python to achieve, and also gave the original code,
I downloaded it with gusto, but it didn't work, because they gave the 2.7 version of the program, and the software I used was version 3.4,
I downloaded the 2.7 version of the time, but still there is a place to error, and I do not know how to modify, and then feel the time of the system to learn a bit.
Macro goal: Make my work more efficient
1. Write the program to help me automatically download songs, movies, files
2. Help me with the repetitive work
First lesson Environment configuration
Software Download website
Python official website
Download the version must choose the right, I just started to install when the default version of the home is 32-bit, if you are 64-bit, to find the 64-bit version of the installation
https://www.python.org/downloads/windows/
This page finds the version of your corresponding system
During the installation, the last step is to let you choose to install the components, I chose the whole complete, this will automatically configure Python to you in the environment variable inside
Very convenient
PS: The version I used is python3.4.3 64-bit version
Well, that's all, today I've got the software environment ready, let's start with 0 basics python.
<-0 basic python. First lesson