python编程学习
Python is popular language and used by mainly application developers. But the only users are not application developers. Python is also used by system administrators, pentesters evens network administrators. Python is easy to learn and implement. Python have huge platform and library support from networking to visualization. In this tutorial we will list some tips about learning Python.
Python是流行的语言,主要由应用程序开发人员使用。 但是唯一的用户不是应用程序开发人员。 系统管理员,渗透测试人员甚至网络管理员也使用Python。 Python易于学习和实现。 Python具有从网络到可视化的巨大平台和库支持。 在本教程中,我们将列出一些有关学习Python的技巧。
专心 (Be Concentrated)
Concentration is the most important while learning anything like Python. Be slow while learning and inspect each part of the topic slowly. Prefer silent environment.
学习Python之类的东西时,专注是最重要的。 学习时要慢一些,并慢慢检查主题的每个部分。 更喜欢安静的环境。
从简单开始 (Start With Simple)
Start learning with simple steps. Continue learning with simple steps too. Prefer most basics examples not rocket science type examples.
从简单的步骤开始学习。 也可以通过简单的步骤继续学习。 优先选择大多数基础示例,而不是火箭科学类型的示例。
分会场1-2资源 (Track 1-2 Resources)
Select 1 or 2 resources to track. But while selecting tutorial prefer medium length tutorials because small tutorials gives little information or do not explain topic as required and long tutorials dives into deep and skips main issues. Following links provides topics about Python.
选择1或2个资源进行跟踪。 但是,在选择教程时,最好选择中等长度的教程,因为小型教程提供的信息很少或没有按要求说明主题,而较长的教程则深入探讨而忽略了主要问题。 以下链接提供了有关Python的主题。
向自己和Google提问(Ask Questions To Yourself and Google ????)
The main provider for learning is curiosity. We can always ask question into ourself in order to answer. For example how can select items from list in python. Creating scenarios about these question will make them more human readable. We can also ask question Google too.
学习的主要提供者是好奇心。 我们总是可以向自己提出问题以便回答。 例如,如何从python列表中选择项目。 创建有关这些问题的方案将使它们更具可读性。 我们也可以问Google的问题。
参加课程 (Attend Course)
Some peoples are not self learner but very good in course type learning they can interact with instructor and proceed more faster than self learning. While selecting curse prefer courses where instructors are actively developing python applications.
有些人不是自我学习者,但是他们在课程类型学习中非常出色,他们可以与教师互动,并且比自我学习更快。 在选择诅咒时,最好选择指导老师积极开发python应用程序的课程。
检查流行的Python应用程序代码 (Inspect Popular Python Applications Code)
We after intermediate level we can develop our python programming skills by reading codes that is written by other professionals. There are a lot of open source python applications where their code can be grabbed and inspected. Here some of them.
在中级之后,我们可以通过阅读其他专业人员编写的代码来发展我们的python编程技能。 有很多开源的python应用程序,可以在其中获取和检查其代码。 这里有一些。
- Django Django的
- Amarok阿玛罗克
- ……
python编程学习