Python Forum
Question about functions(built-in)
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Question about functions(built-in)
#1
What built-in Python function can you use to create new config items that persist between requests?
Reply
#2
Your question is very vague. Explain in more details what it is you need to do and why. What kind of requests (HTTP or something else?)? What kind of items?
buran likes this post
Reply
#3
Agree. Tons of options - from extremely simple text file writes to json files. If your "persist between requests" does not mean exiting and restarting the program, then a Class allows you to create objects that persist while your program runs.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Waiting for heavy functions question philipbergwerf 14 3,365 Apr-29-2022, 07:31 PM
Last Post: philipbergwerf
  Why built in functions are defined as class? quazirfan 5 2,771 Oct-23-2021, 01:20 PM
Last Post: Gribouillis
  beginner question about lists and functions sudonym3 5 2,711 Oct-17-2020, 12:31 AM
Last Post: perfringo
  How to retrieve all and only built-in functions from interactive interpreter perfringo 4 3,384 Aug-08-2018, 04:25 PM
Last Post: DeaD_EyE
  Built in Functions not working mhoneycutt83 4 6,336 Jul-28-2017, 07:39 AM
Last Post: DeaD_EyE

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020