学习Python的第一天

学习Python的第一天 安装一大堆软件

第一个就是Markdown

我理解这应该是一个高级版word,用起来更复杂的,可能专业人都用这个吧,好多符号效果,我只能看笔记才能正常使用。
在这里插入图片描述

第二,了解了三个思维导图的软件

1.百度脑图
这个线上软件,最多只可以储存九个图
在这里插入图片描述
2.Process on
这也是线上的
在这里插入图片描述

3.Xmind
这个下载下来了,比较好用,主要是表情多,比较喜欢花里胡哨的
在这里插入图片描述
这三个大体上差不多,我自己也没开始用

第三个是文本文档的软件

1.Sublime text这个软件看起来就很炫酷,我立马就装上了,替换原来的

在这里插入图片描述
2.这个是Notepad++带了点绿色
在这里插入图片描述

这个是普通版本
在这里插入图片描述

第四个最重要的Python

和这个一起还有个PyCharm安装的时候还好,设环境的时候我真的疯了,懵死了,后来放学不走死扣,感谢我亲爱的老师苦口婆心终于整明白了。我写了笔记但是太乱了,不放出来了,然后安装Python需要的库,** TurTle **用来作图。
给大家展示我几个小时才敲出来的小黄人,有点丑了
在这里插入图片描述

import turtle
#设置画布
turtle.setup(800,800)
#设置速度
turtle.speed(0)
#设置轮廓

#顶部默认原点在正中心,但是我们需要在上部进行画
turtle.up()
turtle.goto((150,150))
turtle.down()
turtle.fillcolor('#FFFF00')
turtle.begin_fill()#开始填充
turtle.left(90)#默认角度向右 左转90度 向上
turtle.circle(150,180)#150半径 180角度 180度后向下

#中间
turtle.fd(300)

#底部
turtle.circle(150,180)
turtle.fd(300)
turtle.end_fill()
#眼睛
turtle.fillcolor('white')
turtle.begin_fill()
turtle.width(3)
turtle.up()#抬笔
turtle.left(90)#向左旋转90度 然后向前
turtle.fd(150)
turtle.right(90)
turtle.down()#落笔
turtle.circle(40)
#上面是左眼睛下面是右眼睛
turtle.left(180)
turtle.circle(40)
turtle.end_fill()
#中眼睛
turtle.up()
turtle.goto((-30,150))
turtle.down()
turtle.fillcolor('black')
turtle.begin_fill()
turtle.right(180)
turtle.circle(20)
turtle.end_fill()
turtle.fillcolor('white')
turtle.begin_fill()
turtle.circle(8)
turtle.end_fill()
turtle.up()
turtle.goto((50,150))
turtle.down()
turtle.fillcolor('black')
turtle.begin_fill()
turtle.circle(20)
turtle.end_fill()
turtle.fillcolor('white')
turtle.begin_fill()
turtle.circle(8)
turtle.end_fill()
turtle.up()
turtle.goto((150,150))
turtle.down()
turtle.left(90)
turtle.width(20)
turtle.pencolor('black')
turtle.fd(70)
turtle.up()
turtle.goto((-80,150))
turtle.down()
turtle.width(20)
turtle.pencolor('black')
turtle.fd(70)

turtle.up()
turtle.goto((-50,50))
turtle.down()
turtle.left(120)
turtle.pencolor('red')
turtle.width(9)
turtle.circle(70,130)
#衣服
turtle.fillcolor('blue')
turtle.begin_fill()
turtle.up()
turtle.goto((150,-160))
turtle.down()
turtle.width(3)
turtle.pencolor('blue')
turtle.left(110)
turtle.fd(50)
turtle.right(90)
turtle.fd(60)
turtle.left(90)
turtle.fd(200)
turtle.left(90)
turtle.fd(60)
turtle.right(90)
turtle.fd(50)
turtle.up()
turtle.goto((150,-160))
turtle.down()
turtle.end_fill()
turtle.fd(300)

turtle.fillcolor('blue')
turtle.begin_fill()
turtle.left(90)
turtle.circle(150,180)
turtle.end_fill()

turtle.fillcolor('blue')
turtle.begin_fill()
turtle.up()
turtle.goto((150,-35))
turtle.down()
turtle.left(140)
turtle.fd(90)
turtle.left(90)
turtle.fd(10)
turtle.left(90)
turtle.fd(80)
turtle.end_fill()

turtle.fillcolor('blue')
turtle.begin_fill()
turtle.up()
turtle.goto((-150,-35))
turtle.down()
turtle.right(100)
turtle.fd(95)
turtle.right(90)
turtle.fd(10)
turtle.right(90)
turtle.fd(85)
turtle.up()
turtle.goto((-150,-35))
turtle.down()
turtle.end_fill()

turtle.up()
turtle.goto((50,-190))
turtle.down()
turtle.pencolor('black')
turtle.width(9)
turtle.right(45)
turtle.fd(40)
turtle.left(95)
turtle.fd(100)
turtle.left(90)
turtle.fd(40)
turtle.circle(50,180)
turtle.up()
turtle.goto((5,300))
turtle.down()
turtle.pencolor('black')
turtle.width(3)
turtle.fd(60)
#程序一直运行
turtle.mainloop()


啊,腰酸背痛脑壳痛,奋青的一天
![在这里插入图片描述](https://img-blog.csdnimg.cn/20210309204634813.jpg?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L2dyZWVuaGFpcg==,size_16,color_FFFFFF,t_70)

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值