About 1,100,000 results
Open links in new tab
  1. Clean Code in Python: Good vs. Bad Practices Examples

    Nov 17, 2023 · In this guide, we’ll delve deeper into the concept of “Clean Code” in Python, contrasting examples of good and bad practices. This comparison will illustrate how clean …

  2. 13 Bad Practices in Python Coding - codefinity.com

    Delve into Python coding pitfalls: from code organization to PEP 8 violations, nested if statements, and overlooked Pythonic idioms. Learn about handling exceptions, data efficiency with …

  3. What are some prime examples of bad python code? : r/learnpython - Reddit

    Nov 19, 2017 · Subreddit for posting questions and asking for general advice about your python code. What are some prime examples of bad python code? If any beginner project contains …

  4. sunnysid3up/bad-python-code: Examples of bad python code - GitHub

    This common Python coding style assumes the existence of valid keys or attributes and catches exceptions if the assumption proves false. This clean and fast style is characterized by the …

  5. Bad Python Code: Top Mistakes You Should Never Make

    Sep 7, 2024 · Good formatting helps you spot errors and makes the code look professional. Inefficient Loops. Loops are easy to write, but there’s often a better way. Using Python’s built …

  6. Good and Bad Practices of Coding in Python - Duomly

    Oct 28, 2019 · This article shows several examples of good and bad practices of coding in Python that you’re likely to meet often. Using Unpacking to Write Concise Code Packing and …

  7. Understanding Good and Bad Python Practices

    Mar 16, 2024 · Bad coding practices often stem from shortcuts, lack of experience, or simply not adhering to established conventions. Let’s examine some common signs of bad coding in …

  8. Clean Code in Python: Good vs. Bad Practices - 3RI Technologies …

    Jun 3, 2024 · Let’s delve into the practical differences between good and bad code in Python through a table with illustrative examples: Uses clear and descriptive variable names that …

  9. Improve Python Code Quality with Examples | Python’s Gurus

    Jun 10, 2024 · In this guide, we’ll delve deeper into the concept of “Clean Code” in Python by contrasting examples of good and bad practices. This comparison will illustrate how clean …

  10. GitHub - sobolevn/python-code-disasters: This code is so bad, …

    Pythod bad code examples, Python antipatterns. This code is so bad, that it is worth sharing. Contribute to sobolevn/python-code-disasters development by creating an account on GitHub.

  11. Some results have been removed
Refresh