Python Forum
Python what should be name of the module for managing data of users ?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python what should be name of the module for managing data of users ?
#1
Hi, I'm working a project and I want to create a package for using to manage user's data, but what should be name of this package? I created a data directory for storing data of users. and I can't use "data" name for this module or package because data directory is created for storage.

Thanks.
Reply
#2
user_management?
Reply
#3
(Dec-05-2017, 08:08 PM)nilamo Wrote: user_management?

thanks for answer. which name do you use for this ? do you use user_management ?

I decided to use datamng is it good ?
Reply
#4
It's just a name.  It's one of the least important aspects of a projects, as you can just change it later lol.

That said, datamng doesn't really say what it does, aside from doing something to some sort of data.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  managing new windows JonWayn 1 1,810 Sep-22-2022, 05:26 PM
Last Post: Larz60+
  Managing Objects JoeDainton123 1 1,711 May-15-2021, 03:18 PM
Last Post: Yoriz
  Managing dependencies with pipenv t4keheart 6 2,987 Aug-05-2020, 12:39 AM
Last Post: t4keheart
  How to make Python 3.7.6 accessible to users Doguhan 4 2,802 May-19-2020, 05:36 PM
Last Post: snippsat
  difficulties to chage json data structure using json module in python Sibdar 1 2,099 Apr-03-2020, 06:47 PM
Last Post: micseydel
  [split] Python Module for Druid Users - "druidpy!" adaomacarl 0 1,848 Jan-14-2020, 11:34 AM
Last Post: adaomacarl
  managing command codes for external controller box Oolongtea 0 1,924 Sep-19-2019, 08:32 AM
Last Post: Oolongtea
  Python redirect users to another url after form post blsturgeon 5 18,908 Jun-28-2018, 11:53 PM
Last Post: gontajones
  Recommended way to store users,db credentials in a Python project? PrateekG 2 12,338 May-31-2018, 12:22 PM
Last Post: DeaD_EyE
  Embed and extend Python in c++ without users installing Python BenKaya 2 3,298 Jan-25-2018, 12:43 PM
Last Post: BenKaya

Forum Jump:

User Panel Messages

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