Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

Is Python programming language good?


May 30, 2021 Article blog



Remember when I first learned Python, almost everyone said Python was easy to learn, and it was really hard for someone with zero-basis programming and only Word and Excel.

Even if it is more practice, do more questions, many questions are also in accordance with the example of the problem according to the drawing of gourds can be made, change it is not understood, the feeling is still not in-depth understanding.

On the Internet, everywhere self-study for a few months to understand and then find a satisfactory job of the post, is there anyone like me feel very difficult?

 Is Python programming language good?1

Some netizens commented:

The Python language itself is relatively easy, and the owner's difficulty should refer to programming itself.

Don't think non-computer professional origin is not good programming, I just learn communication, learn Python all by interest. U sually with Python to do a variety of dirty work, numerical calculation, data processing, complex text processing, database import and export excel, online ticketing, web data crawl, message push, DHT network crawlers, Kodi plug-ins, web automation testing, disk download, cloud-on-demand. There was even a time when the diary software password was forgotten, and it was brute forced out by py-autoit.

My win, debian, mac will usually open one or two ipython, temporary handling of all kinds of chores. S imply put, Python is now a part of my daily life. I'm not a professional programmer, I don't use Python for big projects, I just enjoy the convenience and joy that Python brings every day.

What the landlord said could not be understood in depth, in fact, he did not want to spend time studying. After more than a decade of Python, now also have to look through the official documents and some third-party module documents, and constantly understand the problems encountered, learning is not the process?

I don't think the landlord has any love for Python, no love for programming, so there's no need to force himself to fill in the duck".

Another suggestion is to try not to copy after the existing demo, start from scratch, encounter problems one by one to find out, so that you can learn something.

 Is Python programming language good?2

When I received the answer from this little partner, I began to reflect, but the three points he was right about were:

1. In fact, I do not love programming, just because of the need;

2. In fact, I am not sure what Python can do at the top, thinking or mechanically completing a Python exercise;

3. In fact, my own difficulty in programming is small quiet, Python simple is relative to C, Java and other languages.

Having said that, I don't know how many of my little partners who see this article have similar psychological mappings, and if you're in the state above, it's going to be hard for you to learn Python.

Let's take a look at another learner's suggestion:

python is an easy to learn, easy to understand, minutes can master the language, I also learned about a week or two, began to do projects, hip-hop !!!

Here's a very serious problem, I did 3 o'clock before I learned python, one php a year and one year java!

So, what I want to say is, if you're not so sensitive to programming, you need time to make up for it, what books, public classes, I think are auxiliary, if you don't go through a few projects, how to know why python is easy to learn, how to know python is easy to understand, how to know what python has super-useful frameworks, such as django, tonado and so on.

So, there's no shortcut to programming, you want to see it... Learn, write is the most important!

 Is Python programming language good?3

Finally, by learning about Python, I've summarized a few suggestions for learning Python, and I'd like to share them with you:

1. Programming language is one thing, but more important is programming ideas, do not bring the idea of examination-oriented education to this, not all knowledge can rely on "five-year college entrance examination three-year simulation" to master;

2. Find yourself a task that you want to solve with the program, and then finish it yourself while learning.

3. People without programming foundation must be patient in learning a new language, basic knowledge is not more than half a year of learning and practice is difficult to thoroughly master, do not plan fast, learn too fast may have a sense of achievement for a while, but the basic knowledge is not solid will eventually become your way forward bottleneck, not only learn new knowledge, work will stumble.

4. No computer foundation, no matter what language will be a little hard to learn, python grammar is relatively simple.

5. All you have to do now is make the mistake 100 times, and you'll take this Get!

Have a good time learning Python.

Know netizen Ren Quan classic review:

To say that Python is simply a programmer or a half-programmer is to say that it's really hard to be an amateur who has needs but isn't dependent.

Python's simplicity is relative to the simplicity of C, not to Word and Excel. It's close to natural language, it's grammatical, it's data structure, it's programming, and it's "difficult" for "business enthusiasts."

Want not difficult is also very easy, to ensure that they will use it every day is good, every day whether it is reading and learning, according to the case to knock the code is also good, for the needs of writing a small program is also good, must be used every day, until their own habits of grammar, habitual data structure, habits of programming ideas, by that time, you become half a programmer.

Want to learn programming twice a week, or even less, no matter how much you love it, no matter how simple the language is, you can't learn it, let alone learn it well.