
Pyhon学习笔记
Rubywzy
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Python自学记录 -写在开始
本科中文,硕士管理,目前职业是偏文科的marketing。 然而觉得编程很有趣。一直断断续续的有自学一些相关的东西,但也一直没有完整的学完过一种语言。 我觉得这样不行。 于是从去年10月左右开始,在Edx上选择了一门Introduction to Python的课程,决定老老实实学完它。每天9点上班,提前1小时到公司,用这1小时来专门学习。全系列分两部分,目前学到第一阶段快要结束的部分。 我承认,...原创 2019-03-15 13:56:43 · 176 阅读 · 0 评论 -
Python自学记录 - 001
课程: Microsoft: DEV236x Introduction to Python: Absolute Beginner 课时: MOD04_1-7.2_Intro_Python.ipynb 习题: Task 1 while with comparison operator Program: Animal Names Use while to get the user input, ani...原创 2019-03-15 14:35:21 · 413 阅读 · 0 评论 -
Python自学记录 - 002
课程: Microsoft: DEV236x Introduction to Python: Absolute Beginner 课时: MOD04_1-7.2_Intro_Python.ipynb 习题: Task 2 Using while with a Boolean String Program: Long Number Create variables int_num and get u...原创 2019-03-16 10:06:39 · 674 阅读 · 0 评论 -
Python自学记录 - 004
课程: Microsoft: DEV236x Introduction to Python: Absolute Beginner 课时: Module 4 Required Code Description 习题: Some Assignment Requirements This program requires the use of : while loop to get non-empty ...原创 2019-03-21 09:36:46 · 182 阅读 · 0 评论 -
Python自学记录 - 003
课程: Microsoft: DEV236x Introduction to Python: Absolute Beginner 课时: Practice_MOD04_1-6_IntroPy.ipynb 习题: **Program: shirt order First get input for color and size White has sizes L, M Blue has sizes ...原创 2019-03-19 09:17:37 · 442 阅读 · 0 评论 -
Python自学记录 - 005
课程: Microsoft: DEV236x Introduction to Python: Absolute Beginner 课时: Final Required Code 习题: Program: adding_report() function This program calls the adding_report() function which repeatedly takes po...原创 2019-03-26 10:02:21 · 769 阅读 · 0 评论 -
Python自学记录 - 006
课程: Microsoft: DEV274x Introduction to Python: Fundamentals 课时: Mod1_2-1.2_Intro_Python 习题: Task 6 [ ] print the last 4 letters of long_word in reverse [ ] print the letters spanning indexes 3 to 6 of...原创 2019-04-09 10:25:57 · 302 阅读 · 0 评论 -
Don't know which part I made the mistake
Practise: Make a class called User. Create two attributes called first_name and last_name, and then create several other attributes that are typically stored in a user profile. Make a method calleddes...原创 2019-06-20 11:43:27 · 297 阅读 · 0 评论