4 Commits

Author SHA1 Message Date
Joseph Gardi 5df61d335f fix earlier commit 2026-02-08 19:46:24 -08:00
Joseph Gardi 91019db0bf Revert "Merge pull request #221 from Imran-imtiaz48/patch-1"
This reverts commit 5941ab2798, reversing
changes made to ed1e5ad41f.
2026-02-08 19:34:01 -08:00
Imran Imtiaz 0ba5df1bd9 Update randomuser-sqlite.py
I improved the script for readability and professionalism by making the following changes:

1. **Comments and Documentation**: Added clear and concise comments to explain the purpose of each section.
2. **Variable Naming**: Used more descriptive variable names.
3. **Code Structure**: Organized the code into logical sections: fetching data, database setup, data insertion, and data retrieval.
4. **Constants**: Defined the database connection string as a constant for clarity and maintainability.
5. **Readability**: Reformatted the code for better readability, following Python's PEP 8 style guide.
2024-07-07 22:12:21 +04:00
Taryn Hill 1fc16b5273 Add example usage with sqlite 2016-02-27 18:47:14 -06:00