Tag

ticket-booking

0 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
Apr 25, 2025 · Fundamentals

Python Movie Ticket Booking System: Design, Code Walkthrough, and Usage Guide

This article presents a complete Python tutorial for building a command‑line movie ticket reservation system, covering the overall architecture, visual demonstration, detailed code explanations for data storage, seat selection, film selection, and the main controller, along with runnable code snippets.

Data StructuresOOPTutorial
0 likes · 9 min read
Python Movie Ticket Booking System: Design, Code Walkthrough, and Usage Guide
Top Architect
Top Architect
Jul 14, 2023 · Fundamentals

Understanding Data Flow Diagrams (DFD) with a Ticket Booking System Example

This article explains the concept, components, and basic symbols of Data Flow Diagrams (DFD) and demonstrates how to draw a complete DFD for a ticket‑booking system, illustrating entities, processes, data stores, and data flows step by step.

Data Flow DiagramSoftware Modelingsoftware architecture
0 likes · 6 min read
Understanding Data Flow Diagrams (DFD) with a Ticket Booking System Example
FunTester
FunTester
Dec 22, 2021 · Backend Development

Java Multithreading Tutorial: Simulating Ticket Booking with Runnable

This article explains how to implement Java multithreading using the Runnable interface through a ticket‑booking example, demonstrates common pitfalls like calling run() directly, shows code with and without Thread.sleep, and discusses concurrency issues such as thread‑unsafe ticket duplication.

ConcurrencyJavaMultithreading
0 likes · 10 min read
Java Multithreading Tutorial: Simulating Ticket Booking with Runnable
High Availability Architecture
High Availability Architecture
Jan 26, 2018 · Operations

Step-by-Step Guide to Using Python Selenium for 12306 Train Ticket Booking

This tutorial shows programmers how to set up a Python Selenium script on Windows to automatically log in, select stations, choose travel dates, and purchase train tickets from the 12306 website during the Spring Festival rush, including all required code snippets and configuration details.

12306PythonSelenium
0 likes · 11 min read
Step-by-Step Guide to Using Python Selenium for 12306 Train Ticket Booking