lisa's blog

Fantastic Magic World!


  • About

  • Archives

  • Categories

  • Tags

  • Books

  • Video

  • Game

  • Search

FCC Object Oriented and Functional Programming

Posted on 2019-06-17

Declare JavaScript Objects as Variables Incomplete在我们深入 面向对象编程之前 ,让我们先回顾一下Javascript的 对象(Object) 任务给你的 motorBike 对象添加 wheels, engines 和 seats 属性,并且设置他 ...

Read more »

FCC ES6

Posted on 2019-06-14 | Edited on 2019-06-17

var 和 let 的区别One of the biggest problems with declaring variables with the varkeyword is that you can overwrite variable declarations without an error ...

Read more »

FCC Basic JS

Posted on 2019-06-10 | Edited on 2019-06-14

Comment第1种 //这是注释 第2种 /* 这是注释 */ VariablesJS有7种数据类型:undefined, null, boolean, string, symbol, number, and object。 定义变量var 变量名 变量名不可以包含空格,也不可以以1个数字开始。 ...

Read more »

读书笔记 pandas 第1章 Series对象

Posted on 2019-06-09 | In 数据科学

https://github.com/jakevdp/PythonDataScienceHandbook Pandas 有三个基本数据结构:Series、DataFrame 和 Index。 NumPy 数组通过隐式定义的整数索引获取数值, 而 Pandas 的 Series 对象用一种显式定义 ...

Read more »

U盘容量变小解决方法

Posted on 2019-06-07 | Edited on 2019-06-26

之前U盘用来装镜像ISO了,很久没用,突然发现容量只有3M多… 比较麻烦的解决方法清除磁盘打开命令提示符窗口,输入diskpart 后再输入 list disk,找到自己的U盘 磁盘2就是我的U盘。 接下来输入select disk 2,显示磁盘2现在是所选磁盘。 然后输入clean 添加卷w ...

Read more »

python编程 从入门到实践 9.3 TypeError

Posted on 2019-06-07 | Edited on 2019-06-17

TypeErrorclass Car(): def __init__(self, make, model, year): self.make = make self.model = model self.year = year self. ...

Read more »

python PEP263

Posted on 2019-06-07

https://www.python.org/dev/peps/pep-0263/ SyntaxError Non-ASCII character ‘\xe5’ in file D:\python_work\electric_car_1.py on line 23, but no ...

Read more »

Python naming conflict

Posted on 2019-05-30

案例群里小伙伴说pycharm可以正常run代码,debug有错误提示。 DebugAttributeError:module ‘numbers’ has no attribute ‘Number’ 解决方法原因是Naming conflict,有个叫numbers.py的文件与python的s ...

Read more »

Anaconda下载慢

Posted on 2019-05-30

Anaconda下载慢为了录视频,想演示下anaconda安装使用,所以卸载了打算重新安装。没想到下载了半天都下载不下来,刚好这个月清华镜像也不能用。反正很多库暂时用不到,所以先把录视频所需的几样东西安装好了就行了… 重新下载安装需要的东西: python (在官网下载) numpy (cmd ...

Read more »

matplotlib c argument

Posted on 2019-05-30 | Edited on 2019-06-17 | In 数据科学

plt.scatter(x_values, y_values, c=(0, 0, 0.8), edgecolor='none', s=40) Warn ‘c’ argument looks like a single numeric RGB or RGBA sequence, whi ...

Read more »
12…5
lisa Zen

lisa Zen

45 posts
6 categories
28 tags
GitHub Weibo

Tag Cloud

  • Github1
  • Immutable1
  • NextT1
  • React1
  • Redux1
  • WIN101
  • blog1
  • chrome1
  • data science29
  • hexo2
  • jupyter1
  • jupyter notebook1
  • logo制作1
  • matplotlib1
  • numpy27
  • pandas1
  • python31
  • theme1
  • vs code1
  • win102
  • 主题2
  • 前端1
  • 博客1
  • 快捷键2
  • 数据科学19
  • 赛博朋克1
  • 霓虹1
  • 页面游戏1
© 2019 lisa Zen
Powered by Hexo v3.8.0
|
Theme – NexT.Gemini v7.1.1