Changes between Version 4 and Version 5 of SummerOfCode2022


Ignore:
Timestamp:
Feb 9, 2022, 10:06:09 AM (2 years ago)
Author:
Carlton Gibson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SummerOfCode2022

    v4 v5  
    165165Creating a test harness using (say) [https://locust.io Locust.io] would make a great project.
    166166
     167== Typed Django ==
     168
     169After a successful GSoC project working on the `mypy` plugin in 2020, the [https://github.com/typeddjango/django-stubs `django-stubs` project] is open to applications for this year.
     170
     171`django-stubs` provides type annotation stub files that enables Django code to be checked with `mypy`, and other type checkers. Typing is gaining ground in Python, and you can help push forward its use in the Django ecosystem.
     172
     173If you're interesting in this, open a discussion on the django-stubs repo or [https://gitter.im/mypy-django/Lobby the project chat].
     174
     175
     176
    167177... MORE IDEAS INCOMING ...
    168178
Back to Top