وب سایت تخصصی شرکت فرین
دسته بندی دوره ها
280

Python & Python PyQT5 | PyQT5 with Python GUI Programming

سرفصل های دوره

Python Programming for Data Science & PyQT and Python GUI Programming to Build Python GUI Desktop Application with PYQT5


1. Installations
  • 1. Installing Anaconda Distribution for Windows
  • 2. Installing Anaconda Distribution for MacOs
  • 3. Installing Anaconda Distribution for Linux
  • 4. Reviewing The Jupyter Notebook
  • 5. Reviewing The Jupyter Lab
  • 6. Installing Python and PyCharm For Windows
  • 7. Installing Python and PyCharm For Mac
  • 8. Overview of Jupyter Notebook and Google Colab
  • 9. Installing Qt Creator in Python

  • 2. First Step to Coding
  • 1. Python Introduction
  • 2. Project Files.html
  • 3. First Step to Coding
  • 4. FAQ regarding Python.html
  • 5. Using Quotation Marks in Python Coding
  • 6. How Should the Coding Form and Style Be (Pep8)
  • 7. Quiz.html

  • 3. Basic Operations with Python
  • 1. Introduction to Basic Data Structures in Python
  • 2. Performing Assignment to Variables
  • 3. Performing Complex Assignment to Variables
  • 4. Type Conversion
  • 5. Arithmetic Operations in Python
  • 6. Examining the Print Function in Depth
  • 7. Escape Sequence Operations
  • 8. Quiz.html

  • 4. Boolean Data Type in Python Programming Language
  • 1. Boolean Logic Expressions
  • 2. Order Of Operations In Boolean Operators
  • 3. Practice with Python
  • 4. Quiz.html

  • 5. String Data Type in Python Programming Language
  • 1. Examining Strings Specifically
  • 2. Accessing Length Information (Len Method)
  • 3. Search Method In Strings Startswith(), Endswith()
  • 4. Character Change Method In Strings Replace()
  • 5. Spelling Substitution Methods in String
  • 6. Character Clipping Methods in String
  • 7. Indexing and Slicing Character String
  • 8. Complex Indexing and Slicing Operations
  • 9. String Formatting with Arithmetic Operations
  • 10. String Formatting With % Operator
  • 11. String Formatting With String.Format Method
  • 12. String Formatting With f-string Method
  • 13. Quiz.html

  • 6. List Data Structure in Python Programming Language
  • 1. Creation of List
  • 2. Reaching List Elements Indexing and Slicing
  • 3. Adding & Modifying & Deleting Elements of List
  • 4. Adding and Deleting by Methods
  • 5. Adding and Deleting by Index
  • 6. Other List Methods
  • 7. Quiz.html

  • 7. Tuple Data Structure in Python Programming Language
  • 1. Creation of Tuple
  • 2. Reaching Tuple Elements Indexing And Slicing
  • 3. Quiz.html

  • 8. Dictionary Data Structure in Python Programming Language
  • 1. Creation of Dictionary
  • 2. Reaching Dictionary Elements
  • 3. Adding & Changing & Deleting Elements in Dictionary
  • 4. Dictionary Methods
  • 5. Quiz.html

  • 9. Set Data Structure in Python Programming Language
  • 1. Creation of Set
  • 2. Adding & Removing Elements Methods in Sets
  • 3. Difference Operation Methods In Sets
  • 4. Intersection & Union Methods In Sets
  • 5. Asking Questions to Sets with Methods
  • 6. Quiz.html

  • 10. Conditional Expressions in Python Programming Language
  • 1. Comparison Operators
  • 2. Structure of if Statements
  • 3. Structure of if-else Statements
  • 4. Structure of if-elif-else Statements
  • 5. Structure of Nested if-elif-else Statements
  • 6. Coordinated Programming with IF and INPUT
  • 7. Ternary Condition
  • 8. Quiz.html

  • 11. For Loop in Python Programming Language
  • 1. For Loop in Python
  • 2. For Loop in Python(Reinforcing the Topic)
  • 3. Using Conditional Expressions and For Loop Together
  • 4. Continue Command
  • 5. Break Command
  • 6. List Comprehension
  • 7. Quiz.html

  • 12. While Loop in Python Programming Language
  • 1. While Loop in Python
  • 2. While Loops in Python Reinforcing the Topic
  • 3. Quiz.html

  • 13. Functions in Python Programming Language
  • 1. Getting know to the Functions
  • 2. How to Write Function
  • 3. Return Expression in Functions
  • 4. Writing Functions with Multiple Argument
  • 5. Writing Docstring in Functions
  • 6. Using Functions and Conditional Expressions Together
  • 7. Quiz.html

  • 14. Arguments And Parameters in Python Programming Language
  • 1. Arguments and Parameters
  • 2. High Level Operations with Arguments
  • 3. Quiz.html

  • 15. Most Used Functions in Python Programming Language
  • 1. all(), any() Functions
  • 2. map() Function
  • 3. filter() Function
  • 4. zip() Function
  • 5. enumerate() Function
  • 6. max(), min() Functions
  • 7. sum() Function
  • 8. round() Function
  • 9. Lambda Function
  • 10. Quiz.html

  • 16. Class Structure in Python Programming Language
  • 1. Local and Global Variables
  • 2. Features of Class
  • 3. Instantiation of Class
  • 4. Attribute of Instantiation
  • 5. Write Function in the Class
  • 6. Inheritance Structure

  • 17. Intro to Python GUI Course using PyQt5
  • 1. Introduction to Python GUI
  • 2. FAQ regarding Python, Python Gui, Python PyQt.html

  • 18. Object Oriented Programming in Python (OOP)
  • 1. Logic of OOP - Object Oriented Programming
  • 2. Constructor in Python gui, Pyqt5
  • 3. Methods in Python gui, Pyqt5
  • 4. Inheritance in Python gui, Pyqt5
  • 5. Overriding and Overloading in Python gui, Pyqt5
  • 6. Quiz.html

  • 19. Fundamentals of Matplotlib in Python GUI
  • 1. What is Matplotlib in Python gui
  • 2. Using Matplotlib in Python gui
  • 3. Pyplot Pylab Matplotlib in Python gui
  • 4. Figure, Subplot, Multiplot, Axes
  • 5. Figure Customization
  • 6. Plot Customization
  • 7. Quiz.html

  • 20. Project Overview in Python GUI
  • 1. Project analysis in python gui

  • 21. Create the User Interface in GUI Python
  • 1. Main Menu in python gui programming
  • 2. Employee Screen in gui python
  • 3. New Employee Screen in python gui programming using pyqt5
  • 4. Leave Screen in PYQT5
  • 5. Add Leave Screen in PYQT
  • 6. Chart Screen in Python gui
  • 7. Convert UI to Python file

  • 22. Lets start to Coding our Python Program
  • 1. Launching the Python GUI Project
  • 2. Main Window communication in GUI
  • 3. Navigating Back in Python GUI
  • 4. Creating a New Employee in python gui programming using pyqt5
  • 5. Database class creation in Python gui
  • 6. Add New Employee in Python gui
  • 7. Load Employee Table in GUI
  • 8. Context Menu in PYQT5
  • 9. Leave History query in Python gui
  • 10. Load Leave table in GUI
  • 11. Create an employee in Python gui
  • 12. Add leave in GUI Programming Using PyQt5
  • 13. Filtering in Python GUI Desktop Applications With PYQT
  • 14. Export table in gui python
  • 15. Delete employee in python gui programming using pyqt5
  • 16. Leave statistic chart in python gui
  • 17. Total leave per department chart in python gui programming

  • 23. Extra
  • 1. Python & Python PyQT5 PyQT5 with Python GUI Programming.html
  • 139,000 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    افزودن به سبد خرید
    خرید دانلودی فوری

    در این روش نیاز به افزودن محصول به سبد خرید و تکمیل اطلاعات نیست و شما پس از وارد کردن ایمیل خود و طی کردن مراحل پرداخت لینک های دریافت محصولات را در ایمیل خود دریافت خواهید کرد.

    ایمیل شما:
    تولید کننده:
    شناسه: 15222
    حجم: 5360 مگابایت
    مدت زمان: 968 دقیقه
    تاریخ انتشار: ۴ تیر ۱۴۰۲
    طراحی سایت و خدمات سئو

    139,000 تومان
    افزودن به سبد خرید