GithubHelp home page GithubHelp logo

pyqt5tutorial's Introduction

PyQt5 Tutorial

这是我在学习PyQt5基本运用时的练习项目文件夹。

课程来源:从网易云课堂上传到B站的 PyQt5教程, 讲师:李宁

PyCharm相关、Python基本以及一些简单的知识不计入笔记,自行搜索查询。

详细笔记见项目中的Markdown笔记文件,以及程序代码中的注释。

注意:

  1. .pylintrc文件:VsCode使用pylint进行Python语法判断,然而这个插件不能自动检索PyQt5(PyQt脱胎于用C语言编写的Qt,所以pylint支持不佳)。在项目根目录创建*.pylintrc*文件并录入extension-pkg-whitelist=PyQt5就能避免纠错功能不停关于PyQt模块的报错。但这样也屏蔽了其他的正常使用,所以当真正需要时去掉这个文件就行了。

lesson 142:项目实战:天气信息查询

pyqt5tutorial's People

Contributors

hacketthsu avatar

Watchers

 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.