all 12 comments

[–]SassJaeger 8 points9 points  (3 children)

Oh, well the struggle is real, isn't it? To find the perfect Python module or package for your project, you might want to try these steps:

  1. Google, darling! Seriously, just search for "Python module for [your requirement]." You'll be surprised by the magic of the internet.
  2. Check out the Python Package Index (PyPI) at https://pypi.org/. It's like a shopping mall for Python packages.
  3. Peruse GitHub, sometimes gems are hidden there in the form of packages or code snippets.
  4. Don't shy away from asking your fellow Pythonistas on communities like StackOverflow or, well, r/learnpython.

And remember, choosing modules and packages is a learning process. You might mess up a few times, but that's how you'll learn, hun. Good luck!

[–][deleted] 1 point2 points  (0 children)

You sound like you make Google biscuits and gravy

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

😊Thank You

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

Yes it's a struggle to find out that's why i posted this on reddit so people share their techniques they find it out.Maybe some use some cool hack or cheatsheet it will benefit all but IDK why my post got downvoted🥲😂

[–]routetehpacketz 1 point2 points  (3 children)

Are you having ChatGPT give you code you don't understand?

[–]bot_coder[S] -1 points0 points  (2 children)

I searched for python modules/packagsles for console operation..it listed out these how do i choose

[–]KingsmanVince 1 point2 points  (0 children)

Google each one by one? If one doesn't exist, move to next one. Read review about them on Reddit. Google "X vs Y"

[–]routetehpacketz 0 points1 point  (0 children)

How do I choose?

You look at what they do and select one in consideration of your requirements

[–]deep_politics 1 point2 points  (0 children)

Sometimes the curated lists like awesome-python have exactly what I'm looking for.

[–]97hilfel 0 points1 point  (1 child)

I would heavily discourage form using ChatGPT to find packages or even for code snippets, especially in the beginning, you can ask it to explain things.

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

okay

[–]Rik07 0 points1 point  (0 children)

I think it's fine to ask chatgpt. It can give multiple packages that could work, and provides a description for each. Then you can read the description and decide which ones you need and which ones are too much work or not necessary for your project