Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python Hates me
#2
I came to Python from C (yes, C, not C++) and although I did not have advanced skills in C, I knew enough to write some reasonable code.

Switching to Python was a bit of a mind shift. The first lesson I learned was that Python has almost everything (if not everything) needed, as is, and as such, I now only (and only if really pushed) ever use an external library if I can't see any other way: Regex being a god example, but (IMHO) people over use it.

Please reformat your code so that it's easier for OPs to read and test it.
Sig:
>>> import this

The UNIX philosophy: "Do one thing, and do it well."

"The danger of computers becoming like humans is not as great as the danger of humans becoming like computers." :~ Konrad Zuse

"Everything should be made as simple as possible, but not simpler." :~ Albert Einstein
Reply


Messages In This Thread
Python Hates me - by quarinteen - Aug-12-2022, 02:08 PM
RE: Python Hates me - by rob101 - Aug-12-2022, 02:41 PM
RE: Python Hates me - by deanhystad - Aug-12-2022, 03:39 PM
RE: Python Hates me - by Gribouillis - Aug-12-2022, 09:47 PM
RE: Python Hates me - by Pedroski55 - Aug-13-2022, 04:38 AM

Forum Jump:

User Panel Messages

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