Git Product home page Git Product logo

blog-gitalk's Introduction

blog-gitalk

存放blog评论的仓库名

blog-gitalk's People

Contributors

ylittlema avatar

Watchers

 avatar

blog-gitalk's Issues

Python-计算机基础知识 | YLittleMa

https://ylittlema.github.io/2019-06-26/D-Python/lesson_01_%E8%AE%A1%E7%AE%97%E6%9C%BA%E5%9F%BA%E7%A1%80%E7%9F%A5%E8%AF%86/README/

第一章 计算机基础知识计算机是什么在现实生活中,越来越无法离开计算机了 电脑、笔记本、手机、游戏机、汽车导航、智能电视 。。。 计算机就是一个用来计算的机器! 目前来讲,计算机只能根据人类的指令来完成各种操作,人让它干嘛他就得干嘛 所以我们学习计算机,就是学习如何控制计算机!

Python入门 | YLittleMa

https://ylittlema.github.io/2019-06-26/D-Python/lesson_02_Python%E5%85%A5%E9%97%A8/README/#more

第二章 Python入门什么是计算机语言计算机就是一台用来计算机的机器,人让计算机干什么计算机就得干什么! 需要通过计算机的语言来控制计算机(编程语言)! 计算机语言其实和人类的语言没有本质的区别,不同点就是交流的主体不同! 计算机语言发展经历了三个阶段: 机器语言 - 机器语言通过二进制编码来编写程序 - 执行效率好,编写起来太麻烦 符号语言(汇

Python-函数 | YLittleMa

https://ylittlema.github.io/2019-06-26/D-Python/lesson_05_%E5%87%BD%E6%95%B0/README/#more

第五章 函数函数简介(function)123456789101112- 函数也是一个对象- 对象是内存中专门用来存储数据的一块区域- 函数可以用来保存一些可执行的代码,并且可以在需要时,对这些语句进行多次的调用- 创建函数: def 函数名([形参1,形参2,...形参n]) : 代码块 - 函数名必须要符号标识符的规范 (可以包含字母、数字、下划线、但是

Python-异常和文件 | YLittleMa

https://ylittlema.github.io/2019-06-26/D-Python/lesson_07_%E5%BC%82%E5%B8%B8%E5%92%8C%E6%96%87%E4%BB%B6/README/

第七章 异常和文件异常程序在运行过程当中,不可避免的会出现一些错误,比如: 使用了没有赋值过的变量 使用了不存在的索引 除0 ... 这些错误在程序中,我们称其为异常。 程序运行过程中,一旦出现异常将会导致程序立即终止,异常以后的代码全部都不会执行!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.