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

Zero basic python


May 29, 2021 Article blog


Table of contents


If you're new to python, it takes about a year and a half to learn from scratch, according to each person's comprehension. But learning and learning well is not the same, you have to rely on your own ability to understand, so whether the work can be found is not good to say, have to look at your own efforts.

If you've learned other programming languages and have relevant programming experience, you're still learning fast, and you'll be able to write some simple applications for Python in about Two to Three months.

Whether you're new or have a foundation, having someone with experience with Python with you is a must, especially a zero-based one that can be basically learned in about 6 months.

Whether it is programming or not, when we learn any knowledge, the most basic is to learn relatively fast, but to achieve proficiency is the need for unremitting efforts, this is a gradual process of refinement.

 Zero basic python1

Here you'll compile the processes and steps to learn Python technology, whether it's self-study or institutional learning.

First, be clear about your learning goals

No matter what you learn, you have to have a clear understanding of your learning goals.

With a learning goal to move steadily toward it, you will take a lot of detours, so that you can always improve yourself on the learning path and enjoy the fullness of learning Python brings you.

Second, Python's basic knowledge

  1. Want to know what Python is? What can it do?
  2. What are the algorithms, variables, and interpreters for yourself?
  3. Be aware of Python's basic data types
  4. How Python ancestors and lists work
  5. Python string manipulation method
  6. The dictionary operation method

Third, master Python conditions, loops, and other execution statements

Python's knowledge of the logical plane doesn't make you feel boring, such as if, else, while, for, break, and list derivation, and so on, as well as the program's exception handling.

Fourth, face the object

Then we face object OOP and a higher level of Python program structure, focusing on the re-use of code to avoid code redundancy, as well as packaging code, function parameters, scopes, and so on.

V. Practice

Learning Python must be more hands-on to practice, in the process of finding and processing will encounter errors and anomalies, can be resolved online.

These are the full contents of the zero-basic python that the editor brings to everyone, and you can click on Python Getting Started: Python 2 Tutorial, Python3 Getting Started.