Foro Wanako1
¿Quieres reaccionar a este mensaje? Regístrate en el foro con unos pocos clics o inicia sesión para continuar.

Foro Wanako1

Programas Gratuitos, Desatendidos y Mucho más!!!
 
PortalPortal  ÍndiceÍndice  BuscarBuscar  Últimas imágenesÚltimas imágenes  ConectarseConectarse  RegistrarseRegistrarse  
Buscar
 
 

Resultados por:
 
Rechercher Búsqueda avanzada
Los posteadores más activos del mes
tano1221
Build Real Software with Python, PyQt5 and QT  Designer Vote_lcapBuild Real Software with Python, PyQt5 and QT  Designer Voting_barBuild Real Software with Python, PyQt5 and QT  Designer Vote_rcap 
ПΣӨƧӨFƬ
Build Real Software with Python, PyQt5 and QT  Designer Vote_lcapBuild Real Software with Python, PyQt5 and QT  Designer Voting_barBuild Real Software with Python, PyQt5 and QT  Designer Vote_rcap 
Engh3
Build Real Software with Python, PyQt5 and QT  Designer Vote_lcapBuild Real Software with Python, PyQt5 and QT  Designer Voting_barBuild Real Software with Python, PyQt5 and QT  Designer Vote_rcap 
ℛeℙ@¢ᴋ€r
Build Real Software with Python, PyQt5 and QT  Designer Vote_lcapBuild Real Software with Python, PyQt5 and QT  Designer Voting_barBuild Real Software with Python, PyQt5 and QT  Designer Vote_rcap 
大†Shinegumi†大
Build Real Software with Python, PyQt5 and QT  Designer Vote_lcapBuild Real Software with Python, PyQt5 and QT  Designer Voting_barBuild Real Software with Python, PyQt5 and QT  Designer Vote_rcap 
missyou123
Build Real Software with Python, PyQt5 and QT  Designer Vote_lcapBuild Real Software with Python, PyQt5 and QT  Designer Voting_barBuild Real Software with Python, PyQt5 and QT  Designer Vote_rcap 
Julio 2024
LunMarMiérJueVieSábDom
1234567
891011121314
15161718192021
22232425262728
293031    
CalendarioCalendario
Últimos temas
» Audified MixChecker ULTRA v1.0
Build Real Software with Python, PyQt5 and QT  Designer EmptyHoy a las 3:22 am por missyou123

» Irix HDR Pro / Classic Pro 2.3.29 (x64) Multilingual
Build Real Software with Python, PyQt5 and QT  Designer EmptyAyer a las 10:36 pm por 大†Shinegumi†大

» LightPDF Editor 2.14.7.17 Build 07.01.2024 Multilingual
Build Real Software with Python, PyQt5 and QT  Designer EmptyAyer a las 10:33 pm por 大†Shinegumi†大

» Stellar Repair for Excel 7.0.0.0 (x64)
Build Real Software with Python, PyQt5 and QT  Designer EmptyAyer a las 10:32 pm por 大†Shinegumi†大

» PDF Shaper Premium / Ultimate 14.3 Multilingual
Build Real Software with Python, PyQt5 and QT  Designer EmptyAyer a las 10:30 pm por 大†Shinegumi†大

» EaseUS Partition Master 18.8.0 Build 20240605
Build Real Software with Python, PyQt5 and QT  Designer EmptyAyer a las 9:15 pm por ПΣӨƧӨFƬ

» illustrate TuneFUSION R2024-06-28 Retail
Build Real Software with Python, PyQt5 and QT  Designer EmptyAyer a las 9:12 pm por ПΣӨƧӨFƬ

» Xara Designer Pro+ 24.1.0.69698 (x64)
Build Real Software with Python, PyQt5 and QT  Designer EmptyAyer a las 8:47 pm por ПΣӨƧӨFƬ

» UniFab 2.0.2.6 (x64) Multilingual
Build Real Software with Python, PyQt5 and QT  Designer EmptyAyer a las 8:44 pm por ПΣӨƧӨFƬ

Sondeo
Visita de Paises
free counters
Free counters

Comparte | 
 

 Build Real Software with Python, PyQt5 and QT Designer

Ver el tema anterior Ver el tema siguiente Ir abajo 
AutorMensaje
Invitado
Invitado



Build Real Software with Python, PyQt5 and QT  Designer Empty
MensajeTema: Build Real Software with Python, PyQt5 and QT Designer   Build Real Software with Python, PyQt5 and QT  Designer EmptyMar Mayo 05, 2020 11:54 am

Build Real Software with Python, PyQt5 and QT  Designer 5e0dcd9bc0c50ec64eedaeb625e26a0a

Build Real Software with Python, PyQt5 and QT Designer
Video: .mp4 (1280x720, 30 fps(r)) | Audio: aac, 44100 Hz, 2ch | Size: 1.01 GB
Genre: eLearning Video | Duration: 18 lectures (1 hour, 56 mins) | Language: English

We will build step-by-step a 6800 dollar real Software using Python, PyQt5 and Sqlite

What you'll learn

Build full functional software from A to Z using Python and PyQt5
Design an attractive GUI using QT Designer
Learn how to design, program and sell your data management App
Learn step by step how to develop a database under Sqlite and how to display results on your GUI
Learn how to use any Widget under PyQt5 and how to solve programming issues

Requirements

Only some few basics of Python programming

Description

Are you thinking to master PyQt5 for Graphical User Interface Development ? Do you write some codes in Python and you wonder how you can convert everything to a nice interactive user interface that can be used by huge number of people ?

I can grantee to you that you are taking the best decision in today World. After doing this course, you will meet your goal.

I designed this course in a way to cover all the mandatory aspects of Python-PyQt development, starting from Downloading the working tools until the final deployment of our software to other users. The learning method i chooses is particular because we will work on a real case study "nothing better than doing real things" => we will create a software to respond to a customer demand (a Spare Parts Management Software for Manufacturing Company)

The Python language has a large number of advantages: it is an object oriented language, interpreted, dynamically typed and benefiting from memory management via a garbage collector.

For all these reasons, Python is a very simple language to use. However, creating interface in Python using basic tools is somewhat tedious. This is why there are many Python modules allowing to realize graphical interfaces, PyQt is the best.

Multi-platform available for Unix, Windows and Mac OS X; native look and feel the applications present the appearance of the operating systems on which they run by default, but it is possible to install another look and feel, even at runtime; it is implemented on the lower layers of graphics systems.

PyQt is a module which allows you to link the Python language with the Qt library. It allows you to create graphical interfaces in Python. An extension of QtDesigner (graphical utility for creating Qt interfaces) makes it possible to manage the python code of graphical interfaces. PyQt has all the advantages of the famous Qt.

What you will learn in this course:

- Introduction to the course objectives and modules

- Install Anaconda

- Install PyQt5

- Install SQLITE Manager

- Create parts.db database and fill it with data

- Create first Python script to connect and query the parts.db

- Introduce QT Designer and create GUI

- Create beautiful style for the GUI

- Create the full code to run the GUI and do the software functionality

- How to add and compile ressources like (photos...)

- how to make an final executable file and share it with friends.

Who this course is for:

Beginner and intermediate Python programmers that want to build the next level software.
Students that are curious about GUI development using Python and PyQt5 and they want to get a clear step by step methodology.
Data Scientist that wants to convert their models into a GUI usable software
Database Software developers that need to learn the robust GUI plateforme for Python: PyQt5 instead of Tkinter
Any Python programmer that is upset with other GUI tools and want to go PRO with the QT world.

Build Real Software with Python, PyQt5 and QT  Designer 519ad50535a7195305356e792f48e9c9

Download link:
Citación :
rapidgator_net:
https://rapidgator.net/file/7b816dd58be006f3221dab0035f9974e/6u1rb.Build.Real.Software.with.Python.PyQt5.and.QT.Designer.part1.rar.html
https://rapidgator.net/file/4b8477b31a7ecb080ac4cefa03680161/6u1rb.Build.Real.Software.with.Python.PyQt5.and.QT.Designer.part2.rar.html

nitroflare_com:
https://nitroflare.com/view/95DA8E369158DE2/6u1rb.Build.Real.Software.with.Python.PyQt5.and.QT.Designer.part1.rar
https://nitroflare.com/view/E696DBA796A549A/6u1rb.Build.Real.Software.with.Python.PyQt5.and.QT.Designer.part2.rar

uploadgig_com:
http://uploadgig.com/file/download/ca814ccAda33f876/6u1rb.Build.Real.Software.with.Python.PyQt5.and.QT.Designer.part1.rar
http://uploadgig.com/file/download/6D5F3f1c3bde654A/6u1rb.Build.Real.Software.with.Python.PyQt5.and.QT.Designer.part2.rar

Links are Interchangeable - No Password - Single Extraction
Volver arriba Ir abajo
 

Build Real Software with Python, PyQt5 and QT Designer

Ver el tema anterior Ver el tema siguiente Volver arriba 
Página 1 de 1.

 Temas similares

-
» Build School Management System | Python, PyQt5 & Qt Designer
» Python Pyqt5 Database Programming with MySql in Qt Designer
» Build Library Management System | Python & PyQt5 (Updated)
» PyQt5: The Python GUI framework
» Python Course: Build Real-World Projects With Python

Permisos de este foro:No puedes responder a temas en este foro.
Foro Wanako1 :: Programas o Aplicaciónes :: Ayuda, Tutoriales-