<-0 basics python. Lesson 1->,-0 python
Original Intention: the songs in my computer haven't changed for a long time. I want to listen to new songs and download them to listen to them, for example, on a certain list, but it is really disgusting to save one click and download as one.
So I want to see if there is a way to implement it through a program. There are still some results, and some people have already implemented it using python on the Internet, and the original code is also provided,
I was eager to download and use it, but it didn't work at all, because they gave the 2.7 version of the program, and I used the 3.4 version of the software,
I downloaded version 2.7 again, but an error still exists during running, and I don't know how to modify it. Then I thought the system had learned it.
Macro goal: to make my work more efficient
1. Write a program to help me automatically download songs, movies, and files
2. help me deal with repetitive work
Lesson 1 Environment Configuration
Software Download website
Python Official Website
The downloaded version must be correct. When I first started the installation, the default homepage version is 32-bit. If you are 64-bit, find the installation of the 64-bit version.
Https://www.python.org/downloads/windows/
Find the version of your system on this page
During installation, the last step is to let you select the components to be installed. All the components I have selected are complete and complete. This will automatically configure python to the environment variables for you.
Very convenient
PS: My version is python3.4.3 64-bit
Well, that's all. Today I have already matched the software environment. Let's start learning python with 0 basics.