Django High Security Releases Issued: 4.0.6 and 3.2.14
https://www.djangoproject.com/weblog/2022/jul/04/security-releases/
https://www.djangoproject.com/weblog/2022/jul/04/security-releases/
Building a Site Connectivity Checker
https://realpython.com/courses/python-site-connectivity-checker/
https://realpython.com/courses/python-site-connectivity-checker/
Realpython
Building a Site Connectivity Checker – Real Python
In this video course, you'll build a Python site connectivity checker for the command line. While building this app, you'll integrate knowledge related to making HTTP requests with standard-library tools, creating command-line interfaces, and managing concurrency…
Low Quality Code is 15x More Prone to Bugs. Cut Down on Bug Risk and Tech Debt with Sourcery
https://sourcery.ai/team/?utm_source=pycoders-weekly&utm_campaign=june30
https://sourcery.ai/team/?utm_source=pycoders-weekly&utm_campaign=june30
sourcery.ai
Sourcery | For Teams and Enterprises
Catch and fix quality issues before they enter your code base. Reduce bugs, increase velocity, and make your team happier.
Preserving Columnar Types When Reindexing DataFrames
https://dev.to/flexatone/one-fill-value-is-not-enough-preserving-columnar-types-when-reindexing-dataframes-2jdj
https://dev.to/flexatone/one-fill-value-is-not-enough-preserving-columnar-types-when-reindexing-dataframes-2jdj
DEV Community
One Fill Value Is Not Enough: Preserving Columnar Types When Reindexing DataFrames
Reindexing DataFrames in Pandas can lead to undesirable degradation of columnar types; StaticFrame offers alternatives that solve this problem.
MostMinimalWebFramework: 100 LOC Web Framework
https://github.com/kadircancetin/MostMinimalWebFramework
https://github.com/kadircancetin/MostMinimalWebFramework
GitHub
GitHub - kadircancetin/MostMinimalWebFramework: Most Minimal Python Web Framework
Most Minimal Python Web Framework. Contribute to kadircancetin/MostMinimalWebFramework development by creating an account on GitHub.
more-itertools: Routines for Iterables, Beyond itertools
https://github.com/more-itertools/more-itertools
https://github.com/more-itertools/more-itertools
GitHub
GitHub - more-itertools/more-itertools: More routines for operating on iterables, beyond itertools
More routines for operating on iterables, beyond itertools - more-itertools/more-itertools
This is how I accelerated Jesse, a python framework to run 16 times faster! (Part II)
https://medium.com/@yakir4123/this-is-how-i-accelerated-jesse-a-python-framework-to-run-16-times-faster-part-ii-ec3a718095b3
https://medium.com/@yakir4123/this-is-how-i-accelerated-jesse-a-python-framework-to-run-16-times-faster-part-ii-ec3a718095b3
Medium
This is how I accelerated Jesse, a python framework to run 16 times faster! (Part II)
In my previous story I’ve described how to accelerate Jesse run time simulation, but still, it has not coverage all scenarios. Therefore…