当前位置:网站首页>QT hybrid Python development technology: Python introduction, hybrid process and demo
QT hybrid Python development technology: Python introduction, hybrid process and demo
2020-11-07 23:13:00 【Red Imitation_ Red fat man】
If the article is original , Reprint please indicate the source of the original This article blog address :https://blog.csdn.net/qq21497936/article/details/109474663 Dear readers , Knowledge is infinite and manpower is poor , Or change the demand , Or find professionals , Or do your own research Red fat man ( Red Imitation ) The complete blog of : Development technology collection ( contain Qt Practical technology 、 Raspberry pie 、 The three dimensional 、OpenCV、OpenGL、ffmpeg、OSG、 Single chip microcomputer 、 The combination of software and hardware and so on ) Ongoing update ...( Click on the portal )
Qt Development column : Third party Library Development Technology
<br>
Preface
Qt Medium mix Python Development , Callable Python Commands and scripts .
<br>
Python
Python Is a cross platform computer programming language . It's a high-level combination of explanatory 、 Compilability 、 Interactive and object-oriented scripting language . Originally designed to write automated scripts (shell), With the continuous update of the version and the addition of new language features , The more it's used for independent 、 Development of large projects . Python It's an interpreted scripting language , It can be applied to the following fields :
- Web and Internet Development
- Scientific calculation and Statistics
- Artificial intelligence
- Desktop interface development
- software development
- The backend development
- Web crawler
<br>
download Python
3.x Version of the restrictions on some functions ,2.x Support , So use 2.x, Chose one python Bring their own pip Of , Version is Python2.7.13. Official website download address :https://www.python.org/downloads/ After downloading , Can be installed .
<br>
Added by the author
Python Learning notes will be released in succession , Only practical, not nonsense , The fastest way to start Python.
<br>
Qt introduce Python library
According to Modularity , take python Of libs and include Copy the directory to the path of the module ( reference “ modularization ”), modular pri The documents are as follows : 
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
HEADERS += \
$$PWD/PythonManager.h
SOURCES += \
$$PWD/PythonManager.cpp
# python2.7.13
INCLUDEPATH += \
$$PWD/python2.7.13/include
LIBS += -L$$PWD/python2.7.13/libs
LIBS += -lpython27
<br>
modularization

<br>
test run
Project deployment after the introduction of modules :
Test code :
The test of python Script and output : 
<br>
Engineering templates v1.0.0

<br>
If the article is original , Reprint please indicate the source of the original This article blog address :https://blog.csdn.net/qq21497936/article/details/109474663
版权声明
本文为[Red Imitation_ Red fat man]所创,转载请带上原文链接,感谢
边栏推荐
- Adobe media encoder / me 2021 software installation package (with installation tutorial)
- 2020天翼智能生态博览会中国电信宣布5G SA正式规模商用
- C++在C的基础上改进了哪些细节
- C / C + + Programming Notes: what are the advantages of C compared with other programming languages?
- GET,POST,PUT,DELETE,OPTIONS用法与说明
- WPF personal summary on drawing
- sed之查找替换
- ROS学习---远程启动ROS节点
- On the concurrency of update operation
- 洞察——风格注意力网络(SANet)在任意风格迁移中的应用
猜你喜欢

VC6兼容性及打开文件崩溃问题解决

Basic knowledge of C + +

QT hybrid Python development technology: Python introduction, hybrid process and demo

Git code submission operation, and git push prompt failed to push some refs'xxx '

China Telecom announces 5g SA commercial scale in 2020

Data structure and sorting algorithm

wanxin金融

More than 50 object detection datasets from different industries

C/C++编程笔记:C语言相比其他编程语言,有什么不一样的优势?

微信小程序request报400错误 @RequestBody接收不到
随机推荐
CPP (4) boost installation and basic use for Mac
Using subprocess residue in supervisor and python multiprocessing
你的主机中的软件中止了一个已建立的连接。解决方法
supervisor和Python多进程multiprocessing使用 子进程残留问题
Get started, GIT
Everything is 2020, LINQ query you are still using expression tree
WPF personal summary on drawing
Thinkphp6中where条件中字段与字段比较条件的写法
Hand tearing algorithm - handwritten singleton mode
Getting started with go wire dependency injection
use Xunit.DependencyInjection Transformation test project
看一遍就理解,图解单链表反转
C++基础知识篇:C++ 基本语法
Sentry installation
[original] the influence of arm platform memory and cache on the real-time performance of xenomai
Adobe Prelude /Pl 2020软件安装包(附安装教程)
Search and replace of sed
14000 word distributed transaction principle analysis, master all of them, are you afraid of being asked in the interview?
CPP (3) what is cmake
京淘项目day09