Git Product home page Git Product logo

hdej43 / easy-python Goto Github PK

View Code? Open in Web Editor NEW

This project forked from globien/easy-python

0.0 0.0 0.0 3.13 MB

用Python解决工作、生活、学习中的小问题,比如算算π啦、算算扑克牌概率之类的。直观易懂为主,效率次之。就是好玩而已,不是给程序猿看的,无需太多编程经验。(但也欢迎程序猿来纠错哈。)

License: MIT License

Python 69.01% HTML 30.99%

easy-python's Introduction

简单又好玩的Python

介绍

用Python解决或验证工作、生活、学习中的小问题,比如算算π啦、算算扑克牌概率之类的。直观易懂为主,代码效率次之。就是好玩,不是给程序猿看的,无需太多编程经验。(但也欢迎程序猿来纠错)

软件架构

大部分程序都是独立的,Copy-Paste即可使用。少数程序会用到\mylib或\data下面的文件,需要相应复制过去并保持相对路径。

我为大部分程序写了科普性质的解说,不光是针对代码的说明,更重要的是对数学或科学知识的描述。这些内容位于知乎专栏“简单又好玩的Python”,请点击链接查看,同时也发表于微信公众号“科学松鼠Py”,可扫码关注:

安装教程

无需安装,Copy代码到合适的IDE或在线平台即可。

使用说明

一阶课程(1xx开头的.py程序)无需安装编程平台,建议把代码Copy到在线编程平台直接运行,例如:

如果你使用自己电脑上安装的IDE,请务必保证Python版本为3.7版以上;如果不支持中文,请在文件开头加上这句话:

# coding = utf-8

二阶以上课程建议用Pycharm。

参与贡献

  1. Fork 本仓库
  2. 提交代码
  3. 新建 Pull Request

easy-python's People

Contributors

globien 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.