Python Forum
Python 100 line Challenge
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python 100 line Challenge
#1
The goal of the 25 line challenge was to see how much could be squished into a very minimal space. It was amazing to see how low people could go. I was particularly impressed with menator01's managing to cram Rock Paper Scissors into five lines. I am amazed with out much I learned about the workings of Python.

But 25 line is too limiting. The challenge became a practice in obfuscating code, and all but eliminated the possibility of graphics and games. As a teacher I want keep the examples small enough that a student can grasp the ideas contained in the code, while still leaving room to make the code itself comprehensible. Hence the expansion of the challenge to 100 lines.

Genius arises when you have a good idea, not enough resources.
Reply


Messages In This Thread
Python 100 line Challenge - by codingCat - May-27-2022, 02:14 PM
RE: Python 100 line Challenge - by codingCat - May-27-2022, 02:19 PM
RE: Python 100 line Challenge - by Coricoco_fr - May-29-2022, 06:06 PM
RE: Python 100 line Challenge - by codingCat - Jun-01-2022, 02:04 PM
RE: Python 100 line Challenge - by codingCat - May-28-2022, 07:09 PM
RE: Python 100 line Challenge - by Larz60+ - May-28-2022, 09:56 PM
RE: Python 100 line Challenge - by codingCat - May-29-2022, 12:02 AM
RE: Python 100 line Challenge - by menator01 - Jun-04-2022, 10:25 AM
RE: Python 100 line Challenge - by menator01 - Jun-08-2022, 09:52 AM
RE: Python 100 line Challenge - by Coricoco_fr - Jun-20-2022, 07:18 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Python 25 Line Challenge codingCat 34 8,428 May-18-2022, 07:17 PM
Last Post: codingCat
  Zen Python Challenge ichabod801 3 4,168 Aug-13-2018, 12:02 AM
Last Post: ichabod801

Forum Jump:

User Panel Messages

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