Tag

Fake Data

0 views collected around this technical thread.

Test Development Learning Exchange
Test Development Learning Exchange
Jun 14, 2023 · Backend Development

Building a Multi-Type Batch Fake Data Generation Tool with Flask and Vue.js

This tutorial explains how to create a web‑based tool that generates batch mock data of various types—including names, ages, genders, ID numbers, phone numbers, emails, and bank cards—by implementing a Flask backend API and a Vue.js frontend interface, complete with setup, code examples, and deployment steps.

Fake DataFlaskJavaScript
0 likes · 9 min read
Building a Multi-Type Batch Fake Data Generation Tool with Flask and Vue.js
Python Programming Learning Circle
Python Programming Learning Circle
Jul 1, 2022 · Fundamentals

Mimesis: High‑Performance Python Fake Data Generator – Overview, Installation, and Usage

Mimesis is a high‑performance Python library for generating realistic fake data across multiple locales, offering a rich set of providers, schema‑based structured output, and easy integration with tools like Flask for testing, prototyping, and data anonymization.

Data GenerationFake DataFlask
0 likes · 6 min read
Mimesis: High‑Performance Python Fake Data Generator – Overview, Installation, and Usage