Liuxingyuan Classroom: How to learn Python technology? How long does it take to learn Python by yourself?

thumbnail

The time to learn Python depends on the way of learning: self-study takes at least 8 months; if you sign up for classes, it may take about 4 months. If you want to know how long it takes to learn Python, you may wish to read on!

This problem is divided into two situations, divided into self-study and training.

If you are self-taught, if you can stick to it, watch the video for 3 hours a day, not counting the practice time, you need to learn at least 8 months, provided that you have a full set of videos, you can solve the problem at any time, and it is almost eight months.

But many friends who are self-taught Python can't stick to it, or they have encountered a lot of problems in the middle, and they have not been answered in time.

If you have signed up for a full-time training course, it may take about 4 months, but you must remember that you must find a reliable training course when you sign up for a Python training course.

Python programming is a very systematic technical system. Sometimes reading books and online videos can only give you a half-understanding. If you encounter problems, no one will explain the principles and processes to you, so you will never understand the entire technical point. will be transparent.

If you want to quickly master Python knowledge, it is recommended that you sign up for a Python training course for a comprehensive and systematic study.

2. How to learn Python technology

To learn Python technology, you must first master Python syntax, and master the keyword syntax, function syntax, mathematical expressions, etc. in python. Once you've learned the basic grammar, it's time for interactive learning.

Python has a good interactive learning mode. For the examples in the book, we can practice through the interactive platform, deepen the impression through practice, and achieve the purpose of learning and mastering.

Like self-taught friends, you can first find a complete set of Python video tutorials, and then follow the video tutorials to learn slowly. Before studying, make time plan for yourself. There are too many unstable factors in self-study. So, you can make plans to carry out your own learning constraints.

3. How to start learning Python

1. Determine your goal direction

Some people say that I have a goal. The goal is to learn Python well. How can it be considered good? Proficient? Or proficient? Python language has many directions. In the direction of operation and maintenance, etc., we must locate a direction according to the employment situation, and then study hard in the target direction in order to achieve efficient employment.

2. Learn to understand the basics of Python

  1. Know what Python is and what can you do?

  2. Know what variables, algorithms, and interpreters are.

3, Python basic data types.

  1. Operations on tables and tuples.

  2. String operation method.

6, the basic dictionary operation method.

The basic knowledge of any knowledge is a bit boring, and now we can start to do some logical things. Master the use of statements such as if, else, elif, while, for, continue, break, and list comprehensions, as well as exception handling in programs.

4. Object-oriented knowledge

Object-oriented OOP, higher-level Python program structure, code reuse to avoid code redundancy, packaging your code, function parameters, scope, etc. Classes can help us reduce a lot of development time and improve the efficiency of programming, which is very important for medium and large projects.

The above is all the content shared this time. If you want to learn more Python skills, please continue to pay attention to Liuxingyuan Classroom!

Latest Programming News and Information | GeekBar

Related Posts