Giter Site home page Giter Site logo

pythonlearn's Introduction

Python 基础知识点

环境

  • 怎么运行?
  1. 下载
  2. 官网
  3. 配置环境
  4. hello world
  5. 编辑工具
  6. 有什么用
  7. 命令行
  • 目录结构?
  1. 解释下载包的结构
  2. 其他
  • 其他大家想想

基础语法

  • 标识符 区分大小写

  • 保留字

  • 凹凸锯齿特点

  • 注释

  • 无分号

变量

  • 怎么定义变量?
  • 怎么使用变量
  • 和其他主流程序变量做对比 如java ,c++

基础数据类型

  • 数字 int long byte float

  • String 字符串

  • List 列表

  • tuple 元组

  • dictionary 字典

运算操作

  • 5大基本运算
    1. 算术
    2. 逻辑
    3. 比较
    4. 位运算
    5. 赋值运算
  • 特殊运算
    1. in
    2. is

选择语句

  • if
  • switch

循环

  • for
  • while

方法function

  • 怎么定义方法?
  • 怎么使用方法?
  • 参数
  • 返回值
  • 特殊的方法
    1. 匿名
    2. lambda表达式
    3. 变长参数
    4. 其他

类Class

  • 如何定义
  • 如何使用类?
  • 注意事项
  • 和其他语言做比较

模块 module

  • 什么是module ?
  • 怎么创建?
  • 怎么使用自己的module
  • 怎么使用第三方的module

多线程

  • UI的使用
  • 多线程
  • 其他

数据相关

  • 数据库的读写
  • 网络读写
  • 文件读写

pythonlearn's People

Contributors

kobe577590 avatar nb312 avatar

Watchers

James Cloos avatar  avatar

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.