About 15,600,000 results
Open links in new tab
  1. python - Best practice: How to persist simple data without a database ...

    Jun 3, 2010 · Set the cache backend as memcached in your django settings, but install/use memcachedb instead. Django can't tell the difference between the two because the provide the same interface (at least last time I checked).

  2. python - Storing dynamic data without database - Stack Overflow

    Apr 20, 2018 · I am building a simple Web App for which I want to store 3 variables, which should be available to every user and be stored dynamically. Specifically I am using Flask. In the past I simply stored the data in text files or pickled them.

  3. Best Ways to Save Data in Python - AskPython

    Feb 26, 2021 · Let’s look at some ways by which we can store them easily! 1. Using Pickle to store Python Objects. If we want to keep things simple, we can use the pickle module, which is a part of the standard library to save data in Python. We can “pickle” Python objects to a pickle file, which we can use to save/load data. So if you have a custom ...

  4. Building a Database – Without a Database - Towards Data

    Oct 20, 2020 · Building a pythonic database class to source, clean, transform, merge, and label your data – without a database

  5. Using Data Stores - Pipedream

    Data stores are intended to be a fast and convienent data storage option for quickly adding data storage capability to your workflows without adding another database dependency.

  6. Building Without The Traditional Database - DEV Community

    Jun 22, 2022 · Strings can be stored as persistent key-value pairs in the localStorage object. All other windows and frames from the same origin quickly display any changes. Unless the user deletes saved data or configures an expiration limit, the stored values are permanent indefinitely.

  7. For practicing, how should I store data without a database?

    Jun 5, 2013 · SQLite is an incredibly popular way to store data that can be represented in tables. SQLite is included in Python, and you can store the data in :memory: as well as in typical files with no need to set up a database server. pickle is the best data storage solution.

  8. python - Django project without storing data in database - Stack Overflow

    Mar 24, 2017 · I don't need to store anything in database because I want to use only current values that are stored in my csv files. Do I have to make djagno model and store data in database? After search button is pressed I would like chosen values to be passed to my another script that will search the main csv against sarch criteria.

  9. Create a Dynamic Website with Flask without using any Database

    Oct 18, 2024 · But is it possible to create a dynamic web app with a login/register form and dynamic data display without using a database? The answer is yes! In this post, I will explain how you can easily create a dynamic website without any traditional databases like MySQL or …

  10. Python Data Class: A Better Way to Store Data

    Oct 7, 2024 · Learn how to create and use a data class in Python, so that you can pass around data in a clean, readable way.

  11. Some results have been removed
Refresh