学习python第一天——我在看笨办法学python

  • 学习语言的目的是为了巧妙地利用一些资源,减少搬砖,减少加班。
  • The purpose of learning a language is to skillfully use some resources, reduce the move brick, reduce overtime.

  • 选择python的原因:据说外行很容易上手。
  • Why python was chosen: It is said that laymen are easy to learn.

  • 学习语言的方法:找一本靠谱的书,然后输入代码,运行代码,破坏代码,修正代码,运行代码。试错、改错、复盘。
  • The way to learn a language: find a good book and enter code, run code, break code, fix code, run code. Try to make, correct, and repeat mistakes.
  • 靠谱的书籍:《笨办法学python3》。
  • A solid book: the dumb way to learn python3.

  • 选择这本书的原因:我是一个纯小白。

  • The reason for choosing this book: I am a pure white.
  • 学习目的:每天写笔记。
  • Learning purpose: take notes every day.

  1. 准备工作:
  2. preparatory work/be about to work
    • 在计算机上安装好python。
    • Install python on your computer.

    • 我的电脑是Windows10 64位。
    • My computer is Windows10 64 bit.

  3. 过程:Process:
    • 用浏览器打开https://atom.io,下载安装Atom文本编辑器,无需管理员权限。
    • Open https://Atom.io in browser, download and install atom text editor without administrator permission.

    • 把Atom放在快速启动栏。
    • Put Atom in the quick launch bar.

    • 从菜单运行PowerShell。在开始菜单栏搜索,输入名称然后运行。
    • Run PowerShell from the menu. Search in the start menu bar, enter a name, and run.

    • 把PowerShell放在快速启动栏。
    • Put PowerShell in the quick launch bar.

    • 到http://www.python.org/downloads/release下载安装python。记得选“Add python3.8.5 to PATH”,将python添加到系统路径。
    • Download and install python in http://www.python.org/downloads/release. 
    • 在power shell中运行python。
    • Remember to select "Add python3.8.5 to PATH" to add python to the system path.

      Run python in the power shell.

    • 键入quit(),退出python。
    • Type quit () to exit python.

    • 在power shell上创建一个目录。命令mkdir。
    • Create a directory on the power shell. Command mkdir.

    • 在power shell变更目录。命令cd。
    • Change the directory in power shell. Command cd.
    • 使用编辑器Atom在目录下创建一个文件。
    • Use the editor Atom to create a file in the directory.

    • 在power shell列出目录查看新建的文件。命令ls。
    • View the newly created file in the power shell listing directory. Command ls.

 

The purpose of learning a language is to skillfully use some resources, reduce the move brick, reduce overtime.Why pytihon was chosen: It is said that laymen are easy to learn.The way to learn a language: find a good book and enter code, run code, break code, fix code, run code. Try to make, correct, and repeat mistakes.A solid book: the dumb way to learn python3The reason for choosing this book: I am a pure white.Learning purpose: take notes every day.preparatory work/be about to workInstall python on your computer.My computer is Windows10 64 bit.Process:Open https://Atom.io in browser, download and install atom text editor without administrator permission.Put Atom in the quick launch bar.Run PowerShell from the menu. Search in the start menu bar, enter a name, and run.Put PowerShell in the quick launch bar.Download and install python in http://www.python.org/downloads/release. Remember to select "Add python3.8.5 to PATH" to add python to the system path.Run python in the power shell.Type quit () to exit python.Create a directory on the power shell. Command mkdir.Change the directory in power shell. Command cd.Use the editor Atom to create a file in the directory.View the newly created file in the power shell listing directory. Command ls.

posted on 2021-11-02 16:01  何奈时  阅读(73)  评论(0)    收藏  举报

导航