Skip to content

plh97/python-learn

Repository files navigation

人生苦短,我用python

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

python中的保留字

keep word descript
and &
or
not !
del delete
import/from from sys import argv
while while true ,loop forever
global global variable
assert 断言
if/elif/else if ... elif ... else
pass to pass this condition check
break mean in word
try/expect/finally try ... expect ... finally
print just like console.log in javascript
class meaning in word
continue to go to next loop
return meaning in word
def like function key word in javascript
for loop 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

About

🤷Easy to learn.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published