Skip to content

Instantly share code, notes, and snippets.

View nocomplexity's full-sized avatar

Maikel Mardjan nocomplexity

View GitHub Profile
@nocomplexity
nocomplexity / .md
Last active April 8, 2026 17:02
Unfiltered Roadmap items for Python Code Audit - version April 2026.md

Shortlist of possible roadmap items for Python Code Audit

Date: 8 April 2026

Note: Unfiltered. Over time, I put in the manual a more polished list.

  • Refactor code snippet functions: There are currently two functions for creating code snippets: def _collect_issue_lines(filename, line, context=1) in api_helpers and def pylint_reporting(result) in reporting.py. Ideally, a single function would be easier to maintain and improve. The function in reporting.py should be abandoned after the CLI HTML output is rewritten using the new (and superior) APIs.

  • Remote validation: Add an option to validate a script or package from a remote URL. Should this have limits (e.g., restricted to Codeberg, GitLab, GitHub, etc.)? Now only PyPI.org is possible (which is good! and secure)

[
{
"title":"Welcome - Emily Morehouse",
"url":"https:\/\/youtube.com\/watch?v=nWnIRYQrVtk&list=PL2Uw4_HvXqvYeXy8ab7iRHjA-9HiYhRQl&index=1&pp=iAQB",
"year":2022
},
{
"title":"Keynote - \u0141ukasz Langa",
"url":"https:\/\/youtube.com\/watch?v=wbohVjhqg7c&list=PL2Uw4_HvXqvYeXy8ab7iRHjA-9HiYhRQl&index=2&pp=iAQB",
"year":2022
@nocomplexity
nocomplexity / spacy_intro.ipynb
Created February 22, 2018 11:11 — forked from aparrish/spacy_intro.ipynb
NLP Concepts with spaCy. Code examples released under CC0 https://creativecommons.org/choose/zero/, other text released under CC BY 4.0 https://creativecommons.org/licenses/by/4.0/
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@nocomplexity
nocomplexity / conf.py.rst
Created April 25, 2017 19:22 — forked from mgedmin/conf.py.rst
HOWTO add "Show on GitHub" and "Edit on GitHub" links to the Sphinx sidebar

Edit on GitHub links for Sphinx

Create _ext/ and _templates/ subdirectories.

Move edit_on_github.py into the _ext/ subdirectory.

Move sourcelink.html into the _templates/ subdirectory.

Add the following after the import sys, os line