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…
Short and Simple — DynamoDB & Python: Scan, Query, Add, or Delete Items
https://medium.com/@darcyjwood/short-and-simple-dynamodb-python-scan-query-add-or-delete-items-69adfddd9732
https://medium.com/@darcyjwood/short-and-simple-dynamodb-python-scan-query-add-or-delete-items-69adfddd9732
Medium
Short and Simple — DynamoDB & Python: Scan, Query, Add, or Delete Items
Now that your DynamoDB table is built, let’s scan it, run a query, or add and delete items to the table.
How To Easily Print and Format Tables in Python
https://blog.devgenius.io/how-to-easily-print-and-format-tables-in-python-18bbe2e59f5f
https://blog.devgenius.io/how-to-easily-print-and-format-tables-in-python-18bbe2e59f5f
Medium
How To Easily Print and Format Tables in Python
Let’s see how to do this in a quick and simple way.