For smarit: Let's learn python

Before we started

I can not promise to fix all your problems,but I can promise you won't have to face them alone.

Why python

Every language has it’s pros and cons along with the use cases it’s best suited for. The 3 most popular uses of Python are data crunching, writing web application back ends and automation scripts. Python is arguably the best language for beginners due to the underlying principles of the design of the language that focus on clarity and simplicity.

someone said this:

life is short, use python

and it's true,you will know.

The big map

For smarit: Let's learn python_第1张图片
The big map

How to do it

It’s simple. Pick a tutorial and complete it. Then, pick another. Rest and Repeat.

Steps

  • step1: 看完这篇文章。你会对如何学习python有一个全局的了解。
    A realistic roadmap to becoming a Python developer - By Ramit Mittal
  • step2: 看看官方网站。随便看看,了解一下。
    python官网
  • step3: 开始敲代码
    Learn Python - Free Interactive Python Tutorial
    这个是英语的,但是其中的例子是交互式,可以直接开始跟着敲代码。
    官方的教程
    这个是中文的。非常好的教程。
    Repl.it - Online Python Editor and IDE - Fast, Powerful, Free
    这个是在浏览器中直接打开,在线敲代码的。

如果有任何疑惑或者问题,请不要犹豫问我。

Please know

  • 直接使用google搜索任何问题。国内的搜索引擎,往往会浪费你大量的时间看无用的东西。
  • 尽早学习git,非常非常有用。
  • 编辑器就用vscode吧。Visual Studio Code - Code Editing. Redefined

Useful info

各个阶段的python学习路线? - 知乎
Python教程 - 廖雪峰的官方网站
Python 的练手项目有哪些值得推荐? - 知乎
2017年30个惊艳的Python开源项目 - CSDN研发技术 - CSDN博客

你可能感兴趣的:(For smarit: Let's learn python)