Ad
  • Custom User Avatar

    Also, for generally creatively short and impractical code, look up code golf! You'll probably find some challenges and guides.

  • Custom User Avatar

    The best way might just be to do katas on here and look at the solutions sorted by "clever" at the end, and then trying to understand them.

  • Custom User Avatar

    Hey! I found this trick with // and -(-x // y) really interesting for getting floor and ceil without using the math module. Where can I learn more of these kinds of Python tricks or smart coding techniques like this? Any books, courses, or resources you'd recommend? Thanks! 🙌

  • Custom User Avatar

    can you tell where you can learn this type of code i want to learn that type can anybody tell where i can learn