Repository Analysis

walter201230/Python

小白 python 教程

1.5 Likely human-written View on GitHub
1.5
Adjusted Score
1.5
Raw Score
100%
Time Factor
2026-05-15
Last Push
26,225
Stars
Python
Language
24,916
Lines of Code
106
Files
31
Pattern Hits
2026-05-31
Scan Date

Score History

Severity Breakdown

CRITICAL 0HIGH 0MEDIUM 5LOW 26

Pattern Findings

31 matches across 4 categories. Click a row to expand file-level details.

Excessive Try-Catch Wrapping23 hits · 26 pts
SeverityFileLineSnippet
LOWArticle/PythonBasis/python20/1.md391except Exception as e:
LOWArticle/PythonBasis/python19/1.md226except Exception as e:
LOWArticle/PythonBasis/python19/1.md702 except Exception as e:
LOWArticle/PythonBasis/python19/1.md723 except Exception as e:
LOWArticle/PythonBasis/python19/1.md772 except Exception as e:
LOWArticle/PythonBasis/python19/1.md907 except Exception as e:
LOWArticle/PythonBasis/python19/1.md962 except Exception as e:
LOWArticle/PythonBasis/python19/1.md966 except Exception as e:
LOWArticle/PythonBasis/python19/1.md977 except Exception as e:
LOWArticle/PythonBasis/python19/1.md1050except Exception:
LOWArticle/PythonBasis/python19/1.md1063except Exception:
LOWArticle/PythonBasis/python19/1.md1077except Exception:
LOWArticle/PythonBasis/python19/1.md1276except Exception:
MEDIUMArticle/PythonBasis/python19/1.md138def parse_age(s):
LOWArticle/PythonBasis/python26/1.md471 except Exception as e:
LOWArticle/PythonBasis/python26/1.md495 except Exception:
LOWArticle/PythonBasis/python26/1.md937 except Exception:
LOWArticle/PythonBasis/python26/1.md979 except Exception:
LOWArticle/PythonBasis/python26/1.md1073except Exception as e:
LOWArticle/PythonBasis/python26/1.md1126except Exception:
MEDIUMArticle/PythonBasis/python26/1.md468def divide(a, b):
MEDIUMArticle/PythonBasis/python26/1.md492def divide(a, b):
LOWArticle/PythonBasis/python21/1.md1056 except Exception as e:
Decorative Section Separators2 hits · 6 pts
SeverityFileLineSnippet
MEDIUMArticle/codeSpecification/codeSpecification_second.md37# =====================================
MEDIUMArticle/codeSpecification/codeSpecification_second.md39# =====================================
Hyper-Verbose Identifiers5 hits · 5 pts
SeverityFileLineSnippet
LOWArticle/PythonBasis/python23/1.md883def test_check_url_returns_int():
LOWArticle/PythonBasis/python25/1.md736def test_divide_by_zero_message():
LOWArticle/PythonBasis/python25/1.md746def test_divide_by_zero_detail():
LOWArticle/PythonBasis/python25/1.md1151def test_negative_initial_raises():
LOWArticle/PythonBasis/python25/1.md1207def test_save_and_load_roundtrip(rich_wallet, tmp_path):
Deep Nesting1 hit · 1 pts
SeverityFileLineSnippet
LOWtools/example_runner.py55