This is my first blog and I want to record how to self-study python .
The first step for me is search the python introduction and figure out what it is.
Then, I find a website to help me to start quick. (http://www.w3cschool.cc/python/python-basic-syntax.html).It is easy to understand and follow. It's really good for me.
Thus, I got the install file of python from http://www.python.org/ and install it on my pc, and set the python path into my system path.(path %path%;C:\Python ).
Finally, I had try to start my first practice with python.

Don't forget to add parentheses when you want to use "print" to output your content.
OK, that's all for today.
It's just a simple start. Keep going next day.

本文记录了如何自学Python的步骤,从寻找入门介绍、选择学习网站、安装Python环境到实践练习,强调了使用print函数时添加括号的重要性,并鼓励持续学习。
1323

被折叠的 条评论
为什么被折叠?



