Join us on a literary world trip!
Add this book to bookshelf
Grey
Write a new comment Default profile 50px
Grey
Subscribe to read the full book or read the first pages for free!
All characters reduced
Learn PyQt The Hard Way: A Quick Start Guide to PostgreSQL and SQLite Driven Programming - cover

We are sorry! The publisher (or author) gave us the instruction to take down this book from our catalog. But please don't worry, you still have more than 500,000 other books you can enjoy!

Learn PyQt The Hard Way: A Quick Start Guide to PostgreSQL and SQLite Driven Programming

Vivian Siahaan, Rismon Hasiholan Sianipar

Publisher: SPARTA PUBLISHING

  • 0
  • 0
  • 0

Summary

This book explains relational theory in practice, and demonstrates through two projects how you can apply it to your use of PostgreSQL and SQLite databases. This book covers the important requirements of teaching databases with a practical and progressive perspective. This book offers the straightforward, practical answers you need to help you do your job. This hands-on tutorial/reference/guide to PostgreSQL and SQLite is not only perfect for students and beginners, but it also works for experienced developers who aren't getting the most from both databases. In designing a GUI and as an IDE, you will make use Qt Designer. 
In the first chapter, you will learn to use several widgets in PyQt5: Display a welcome message; Use the Radio Button widget; Grouping radio buttons; Displays options in the form of a check box; and Display two groups of check boxes. 
In chapter two, you will learn to use the following topics: Using Signal / Slot Editor; Copy and place text from one Line Edit widget to another; Convert data types and make a simple calculator; Use the Spin Box widget; Use scrollbars and sliders; Using the Widget List; Select a number of list items from one Widget List and display them on another Widget List widget; Add items to the Widget List; Perform operations on the Widget List; Use the Combo Box widget; Displays data selected by the user from the Calendar Widget; Creating a hotel reservation application; and Display tabular data using Table Widgets. 
In chapter three, you will learn: How to create the initial three tables project in the School database: Teacher, Class, and Subject tables; How to create database configuration files; How to create a Python GUI for inserting and editing tables; How to create a Python GUI to join and query the three tables. 
In chapter four, you will learn how to: Create a main form to connect all forms; Create a project will add three more tables to the school database: Student, Parent, and Tuition tables; Create a Python GUI for inserting and editing tables; Create a Python GUI to join and query over the three tables. 
In chapter five, you will join the six classes, Teacher, TClass, Subject, Student, Parent, and Tuition and make queries over those tables. 
In chapter six and chapter seven, you will get introduction of postgresql. And then, you will learn querying data from the postgresql using Python including establishing a database connection, creating a statement object, executing the query, processing the resultset object, querying data using a statement that returns multiple rows, querying data using a statement that has parameters, inserting data into a table using Python, updating data in postgresql database using Python, calling postgresql stored function using Python, deleting data from a postgresql table using Python, and postgresql Python transaction. 
In chapter eight, you will create dan configure PotgreSQL database. In this chapter, you will create Suspect table in crime database. This table has eleven columns: suspect_id (primary key), suspect_name, birth_date, case_date, report_date, suspect_ status, arrest_date, mother_name, address, telephone, and photo. You will also create GUI to display, edit, insert, and delete for this table. 
In chapter nine, you will create a table with the name Feature_Extraction, which has eight columns: feature_id (primary key), suspect_id (foreign key), feature1, feature2, feature3, feature4, feature5, and feature6. The six fields (except keys) will have a VARCHAR data type (200). You will also create GUI to display, edit, insert, and delete for this table.
Available since: 11/28/2019.

Other books that might interest you

  • Akashic Record & Dry Fasting & Gem healing : Guide to Knowing Your Blueprint Healing Your Energy Relaxation Releasing Stress - cover

    Akashic Record & Dry Fasting &...

    Green Greenleatherr

    • 0
    • 0
    • 0
    This book seeks to give you information about dry fasting. It explains the concept and elaborates on the different ways it can be done. 
    It also outlines the significant benefits that you get when you go on a dry fast. It highlights how dry fasting can help you make considerable changes – lose weight, strengthen immunity, think with clarity, prevent serious health conditions like hypertension, diabetes, and heart failure, among others, feel energized, and stay, look, and feel young, if you make dry fasting a regular part of your lifestyle. 
    More importantly, this book contains proven steps and strategies on how to do an effective dry fast. It gives you helpful techniques about how to go about doing the fast. It also gives you practical tips about what to do before and after going on a dry fast. It helps you appreciate that doing the right pre-fast and post-fast things is critical to making a successful dry fast. 
    This book is a thorough, meticulous, and easy-to-follow guide which will help you navigate your way through dry fasting. By helping you prepare, do, and come out of your fast successfully, this book helps you enjoy the health benefits that come with dry fasting. 
      
    These days, people are so prone to getting tired, and sick, mostly because of all the things they have to do. Apart from food, exercise, and medicines, there is one thing that can help you rejuvenate your health and get a clear mind. This is through the power of crystals! 
     
    Show book
  • Renewable Energy Outlook for ASEAN: Towards a Regional Energy Transition (2nd Edition) - cover

    Renewable Energy Outlook for...

    Irena International Renewable...

    • 0
    • 0
    • 0
    This report details a comprehensive pathway for the development of a sustainable and cleaner regional energy system for ASEAN.
    Show book
  • The American Plague - The Untold Story of Yellow Fever The Epidemic That Shaped Our History - cover

    The American Plague - The Untold...

    Molly Caldwell Crosby

    • 0
    • 0
    • 0
    Over the course of history, yellow fever has paralyzed governments, halted commerce, quarantined cities, moved the U.S. capital, and altered the outcome of wars. During a single summer in Memphis alone, it cost more lives than the Chicago fire, the San Francisco earthquake, and the Johnstown flood combined. 
    In 1900, the U.S. sent three doctors to Cuba to discover how yellow fever was spread. There, they launched one of history's most controversial human studies. Compelling and terrifying, The American Plague depicts the story of yellow fever and its reign in this country-and in Africa, where even today it strikes thousands every year. With "arresting tales of heroism," it is a story as much about the nature of human beings as it is about the nature of disease.
    Show book
  • Python: - The Bible- 3 Manuscripts in 1 book - Python Programming for Beginners - Python Programming for Intermediates - Python Programming for Advanced - cover

    Python: - The Bible- 3...

    Maurice J. Thompson

    • 0
    • 0
    • 0
    This Python book Includes 3 Books:Python Programming For Beginners - Learn The Basics Of Python In 7 Days!Python Programming For Intermediates - Learn The Basics Of Python In 7 Days!Python Programming For Advanced - Learn The Basics Of Python In 7 Days!Python Programming For Beginners - Learn The Basics Of Python In 7 Days! 
    Here's what you'll learn from this book:✓Introduction ✓Understanding Python: A Detailed Background ✓How Python Works ✓Python Glossary ✓How to Download and Install Python ✓Python Programming 101: Interacting With Python in Different Ways ✓How to Write Your First Python Program ✓Variables, Strings, Lists, Tuples, Dictionaries ✓About User-Defined Functions ✓How to Write User-Defined Functions in Python ✓About Coding Style ✓Practice Projects: The Python Projects for Your PracticePython Programming For Intermediates - Learn The Basics Of Python In 7 Days! 
    Here's what you'll learn from this book:✓ Shallow copy and deep copy ✓ Objects and classes in Python–including python inheritance, multiple inheritances, and so on ✓ Recursion in Python ✓ Debugging and testing ✓ Fibonacci sequence (definition) and Memoization in Python in Python ✓ Arguments in Python ✓ Namespaces in Python and Python Modules ✓ Simple Python projects for IntermediatesPython Programming For Advanced - Learn The Basics Of Python In 7 Days! 
    Here's what you'll learn from this book:✓File management✓Python Iterator✓Python Generator✓Regular Expressions ✓Python Closure✓Python Property✓Python Assert, and✓Simple recap projectsStart Coding Now!
    Show book
  • Quantum Care - A Deep Dive into AI for Health Delivery and Research - cover

    Quantum Care - A Deep Dive into...

    Rohit Mahajan

    • 0
    • 0
    • 0
    After the painful and personal loss of his father to lung cancer, Rohit Mahajan, already making a name for himself in IT and the early emergence of AI technologies, dedicated himself to leveraging his knowledge and expertise of AI to help develop AI solutions for healthcare. Follow Rohit’s journey from the Wharton Business school to becoming a managing partner with BigRio, a technology consulting firm that empowers AI startups to bring their visions to market. Along the way, with his unique insights and easy-to-read prose, you will come to understand the profound ways in which artificial intelligence is impacting the world of healthcare today. You will also get a glimpse at tomorrow, where onc e science fiction concepts such as “virtual organs ” and thinking quantum computers are already a reality.
    Show book
  • Hypnosis to Overcome Pain Fear & Childhood Abuse and Obtain Freedom - Unlock The Secrets To Achieving Success With Hypnosis - cover

    Hypnosis to Overcome Pain Fear &...

    Be Conscious Creators

    • 0
    • 0
    • 0
    Rewire Your Mindset And Get Fast Results With Hypnosis! 
     
    The advantages of hypnosis therapy are widespread. A lot of individuals report positive changes with hypnosis and it's recognized as a valid type of holistic alternative medicine.  
     
    Hypnosis is a popular technique utilized for weight loss, overcoming addiction, healing, achieving goals, relaxation and stress relief. It's utilized to get rid of undesired behaviors and beliefs and to manifest new desires and achieve goals in life. 
      
    If you wish to influence your subconscious mind to accept new programming for positive alterations hypnosis is an effective technique for doing that. 
     
    Among the chief advantages of hypnosis is that when you in a hypnotic state brain wave frequencies decelerate. You center or focus your awareness and you're actually much more aware than usual. A state of centered awareness almost feels as though you're more of an observer of thought and images rather than a part of them. This allows you to bypass the "gatekeepers" at the entrance to the subconscious and superconscious so you are able to access these levels of consciousness directly, and the brain is much more receptive to suggestion. 
     
    The unconscious, or subconscious may then be reprogrammed so it lets go of old patterns, beliefs and feelings that no longer serve you. They may be replaced with suggestions that are favorable and affirming. The superconscious mind may open you into fresh insights and originative ideas.  
     
    A common misperception is that you only have to be hypnotized once to make lasting changes. Occasionally this is the case, but for lasting positive changes, hypnosis suggestions need to be repeated several times till your mind accepts the new programming. 
     
    You'll need to enter hypnosis and listen to your audio multiple times. Don't expect that one session will set up and run your new programs. 
     
    Put this audio on each night before you go to bed and listen to it right before you fall asleep. If you have time also listen to it first thing upon waking. Do this for at least 21 days consistently so that positive change can take affect in your life.
    Show book