5 Star 18 Fork 7

xpgo / python-guide

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.en.md 2.06 KB
一键复制 编辑 原始数据 按行查看 历史
xpgo 提交于 2022-09-20 10:01 . add data fitting example

python-guide

Description

Example codes for lecture of python guide

Installation

  1. Dowload and install python3 from the site.
  2. Dowload and install PyCharm Community version from the site.
  3. Use PyCharm to open this project.

Instructions

  1. Temporay codes
  • hello.py: a simple python code file to start.
  • image_oop.c: fake code for the concept of object orient programing.
  • imageClass.py: an image class defined in python.
  • imageFuncs.py: functions defined in python for image operations.
  • mnist_loader.py: lib for loading local mnist dataset.
  1. Example codes
  • ex0_ide_skills.py: Introducing editing skills in IED.
  • ex1_markdown.md: Introducing markdown grammar.
  • ex2_python_guide_x1.py: Code snippets for preparation of PPT.
  • ex3_image_down.py: Code snippets for image download.
  • ex4_regex.py: Code snippets for introduction of regex
  1. Practical codes
  • ux1_image_down.py: Codes for downloading images from website.
  • ux2_webpage_data.py: Codes for getting data from webpages.
  • ux3_data_file_process.py: Codes for processing data files.
  • ux4_data_plot.py: Codes for plotting data curves.
  • ux5_data_fitting.py: Codes for data fitting.
  • ux6_tensorflow.py: Simple case of machine learning using tensorflow.
  1. Directories
  • data_file: some sample data files for processing.
  • data_file/mnist: minist data file.
  • image_download: downloaded images form websites.

Contribution

  1. Fork the repository
  2. Create Feat_xxx branch
  3. Commit your code
  4. Create Pull Request

Gitee Feature

  1. You can use Readme_XXX.md to support different languages, such as Readme_en.md, Readme_zh.md
  2. Gitee blog blog.gitee.com
  3. Explore open source project https://gitee.com/explore
  4. The most valuable open source project GVP
  5. The manual of Gitee https://gitee.com/help
  6. The most popular members https://gitee.com/gitee-stars/
Python
1
https://gitee.com/xpgo/python-guide.git
git@gitee.com:xpgo/python-guide.git
xpgo
python-guide
python-guide
master

搜索帮助