plh97/python-learn

avatarplhDigital nomad

人生苦短,我用python

python 同样是一门灵活的动态语言

python中的保留字

keep worddescript
and&
or
not!
deldelete
import/fromfrom sys import argv
whilewhile true ,loop forever
globalglobal variable
assert断言
if/elif/elseif ... elif ... else
passto pass this condition check
breakmean in word
try/expect/finallytry ... expect ... finally
printjust like console.log in javascript
classmeaning in word
continueto go to next loop
returnmeaning in word
deflike function key word in javascript
forloop key word
with?????
as???????
yield??????
exec?????
in?????
raise?????
is?????
lambda??????

python 数据类型

  • True
  • False
  • None
  • strings
  • strings

学完之后

学了python,学会之后,才能开始真正的学习编程呢...

TODO

  • 学习python基础语法 - learn python basic language usage.
  • 利用python基础语法制作爬虫 - use basic python to make an Web Crawler
  • 运用爬虫 争取follower数量达到1w
  • 全栈制作MVC类型的网站,利用Django2,制作电商网站,拿到1w+薪水.
  • 抑或利用前后端分离,nodejs实现静态资源加载.而python爬去数据,java提供数据接口,而前端利用react实现.赞不赞,嘿嘿~
  • 学会pygame游戏编程,
  • 利用python提供后端服务,而react制作网页,egret白鹭引擎为游戏框架,制作前端游戏web游戏开发.

Reference

How to Use If Else Statements in Python

python 菜鸟教程

python program