python学习步骤
Python is an amazingly versatile programming language. You can use it to build websites, machine learning algorithms, and even autonomous drones. A huge percentage of programmers in the world use Python, and for good reason. It gives you the power to create almost anything. But – and this is a big but – you have to learn it first. Learning any programming language can be intimidating. I personally think that Python is better to learn than most, but learning it was still a rocky journey for me.
Python是一种功能强大的通用编程语言。 您可以使用它来构建网站,机器学习算法,甚至自治无人机。 世界上有很大比例的程序员使用Python,这是有充分理由的。 它使您能够创建几乎所有东西。 但是-这是一个大问题-您必须先学习它。 学习任何编程语言都可能令人生畏。 我个人认为Python比大多数人更好学习,但是学习Python对我来说仍然是一段艰难的旅程。
One of the things that I found most frustrating when I was learning Python was how generic all the learning resources were. I wanted to learn how to make websites using Python, but it seemed like every learning resource wanted me to spend 2 long, boring, months on Python syntax before I could even think about doing what interested me.
当我学习Python时,最让我沮丧的一件事是所有学习资源的通用性。 我想学习如何使用Python制作网站,但是似乎每个学习资源都希望我花2个月的时间来研究Python语法,然后才开始考虑无聊的事情。
from from django.http django.http import import HttpResponse HttpResponse def def
翻译自: https://www.pybloggers.com/2016/09/learn-python-the-right-way-in-5-steps/
python学习步骤