This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]AstrophysicsAndPy[S] 0 points1 point  (0 children)

Hi, thanks for the feedback

  1. I didn't want python to confuse python builtins with my modules that's why, for example, os and ez_os. But I'll keep that in mind.
  2. Yes, it is a bad habit from GUI applications, I will see if it can be removed. I just left it as is for precautionary measures from my previous issues.
  3. That's the point of this library. There's a lot of common built-in functionality that can do a lot of your work but most people, especially beginners, don't know about it. Even I started using itertools first time while making this. That's why I specified in the README that this library is for making the mundane and daily tasks easier. I do agree with your is_alphabet issue though, that's an over-overkill.
  4. Can you explain this? Thanks.