Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Build a Ticketing Application with Python, HTML, WayScript
Rating: 3.7 out of 5(19 ratings)
4,041 students

Build a Ticketing Application with Python, HTML, WayScript

Project to apply python, html, and web infrastructures
Last updated 2/2021
English

What you'll learn

  • Python Web Application

Course content

2 sections8 lectures31m total length
  • What are we building?1:30

    What are we building in this project? We've diving into a project where we'll create a custom ticketing system that is powered by html, python, and wayscript! This video shows the finished build.


    https://github.com/wayscript/code_snippets/tree/master/Create%20Internal%20Tools%20%26%20Bots/Ticket%20Management%20System

  • Getting Started | Create Tickets Page4:44

    Let's build the web page and logic for submitting tickets.

    https://github.com/wayscript/code_snippets/tree/master/Create%20Internal%20Tools%20%26%20Bots/Ticket%20Management%20System

  • Writing Tickets to a Database4:57

    In this one we'll work with tinydb and write these entries into our db.json file

  • Integrating Slack1:19

    WayScript makes it easy to integrate with other modules. Check out this integration with slack

    https://github.com/wayscript/code_snippets/tree/master/Create%20Internal%20Tools%20%26%20Bots/Ticket%20Management%20System

  • Building Our Dashboard2:49

    Progress check and finalizing our writes and getting ready for reviewing tickets.

  • Reviewing and Closing Tickets5:51

Requirements

  • Some Python Knowledge

Description

In this course we'll use low code tools with some python, html, and css to make a web based ticketing app hosted on WayScript.

We aren't going line by line through code or anything, but I do explain it all as it's pasted in. The bigger idea in this course is to make a project that you can use on your resume or improve upon your skills with.


We'll talk about:

HTTP endpoints and responses

Using Python to query and write to a json (tinydb ) file with records of our tickets

Design the ability to create, view, and close tickets

Integrate an oauth connection to slack so we can automatically be notified.


The resources for this course can be found open sourced on github:

The repo can be found under wayscript/code snippets/ internal tools


For html we're using bootstrap elements that will help speed up the course. Less code and more just over arching ideas of what we're building and why.


As an instructor, I try to make things as entertaining as possible. Expect frequent "thought" breaks through the use of animations or audio to keep you engaged and learning throughout the entire half hour.


To follow along completely with the course, you'll need a ( free ) wayscript which will synchronize all of our development environments. Means there's less setup and less configuring and more actual coding and developing.

Who this course is for:

  • Python Learners who are curious about web apps