Current location - Trademark Inquiry Complete Network - Futures platform - Are there any novices who are going to learn python?
Are there any novices who are going to learn python?

Python is a computer programming language. You may have heard of many popular programming languages, such as C, which is very difficult to learn, Java, Basic for beginners, JavaScript for web programming and so on.

what language is Python?

first, let's popularize the basic knowledge of programming languages. Using any programming language to develop a program is to make the computer work, such as downloading an MP3, writing a document, etc. The CPU working in the computer only knows machine instructions, so, despite the great differences between different programming languages, it has to be "translated" into machine instructions that the CPU can execute in the end. And different programming languages, do the same job, the amount of code written, the gap is also great.

for example, to complete the same task, C language needs to write 1 lines of code, Java only needs to write 1 lines, and Python may only need 2 lines.

so Python is a rather advanced language.

you may ask, is it not good to have less code? The price of less code is slow running speed. C program runs for 1 second, Java program may take 2 seconds, and Python program may take 1 seconds.

Is it that the lower the program, the more difficult it is to learn, and the higher the program, the simpler it is? On the surface, yes, but in very high abstract computing, advanced Python programming is also very difficult to learn, so advanced programming language is not equal to simplicity.

However, Python language is very simple and easy to use for beginners and common tasks. Even Google is using Python on a large scale, so you don't have to worry about learning it will be useless.

what can I do with Python? You can do daily tasks, such as automatically backing up your MP3;. You can make websites, and many famous websites, including YouTube, are written by Python. Can be used as the background of online games, and many online games are developed by Python. In short, I can do a lot of things.

of course, Python has some things that it can't do, such as writing an operating system, which can only be written in C language; To write mobile applications, you can only use Objective-C (for iPhone) and Java (for Android); To write 3D games, it is best to use C or C++.

If you are a small white user, meet the following conditions:

You can use a computer, but you have never written a program;

I still remember the equations of junior high school mathematics and a little knowledge of algebra;

I want to become a professional software architect from programming;

I can spare half an hour to study every day. You are sure to learn well, and 8% excellent development engineers have read the following code and done it! If you want to be a good person, you must watch it! learning? =? input('Do? you? want? to? learn? Python? now(Yes? or? No):')

a? =? str(learning)

if? a? ==? 'Yes':

print('QQ112983493')

else:

print('Thanks! !' )