Python Forum
Improving my code for image recognition
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Improving my code for image recognition
#4
Also, a note on style: names of functions and variables are usually written in snake case (e.g. some_variable or my_function) and camel case reserved for class names. See PEP 8 for more.
Reply


Messages In This Thread
RE: Improving my code for image recognition - by ndc85430 - Mar-28-2020, 06:44 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Optimization of image correction code Techmokid 0 1,888 Mar-21-2020, 12:25 PM
Last Post: Techmokid

Forum Jump:

User Panel Messages

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