https://github.com/alejandrorm-dev/static-code-analyzer
In this project, you will create a simple static analyzer tool that finds common stylistic issues in Python code. You will get a general idea of static code analysis and expand your competence in Python.
https://github.com/alejandrorm-dev/static-code-analyzer
Last synced: 12 months ago
JSON representation
In this project, you will create a simple static analyzer tool that finds common stylistic issues in Python code. You will get a general idea of static code analysis and expand your competence in Python.
- Host: GitHub
- URL: https://github.com/alejandrorm-dev/static-code-analyzer
- Owner: AlejandroRM-DEV
- Created: 2023-07-25T17:46:47.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-28T05:45:36.000Z (almost 3 years ago)
- Last Synced: 2025-02-23T14:28:15.125Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 207 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Static-Code-Analyzer
## Learning outcomes
After completing this project, you will have a good understanding of how static source code analyzers work. You will also get more experience with object-oriented programming, regular expressions, and file processing. You will practice using the abstract syntax tree, and, last but not least, learn more about the rules of Python code style.
### See
https://github.com/AlejandroRM-DEV/Static-Code-Analyzer/blob/master/Static%20Code%20Analyzer/task/analyzer/code_analyzer.py