From f55998aca49b341d98e1b7ce0df3a8e6615c0411 Mon Sep 17 00:00:00 2001 From: "Chandan Kumar (raukadah)" Date: Sat, 23 Jan 2021 09:27:07 +0530 Subject: [PATCH] Added Janurary 21 Community Newsletter Signed-off-by: Chandan Kumar (raukadah) --- content/2021/January/community_news.md | 80 ++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 content/2021/January/community_news.md diff --git a/content/2021/January/community_news.md b/content/2021/January/community_news.md new file mode 100644 index 0000000..731b414 --- /dev/null +++ b/content/2021/January/community_news.md @@ -0,0 +1,80 @@ +--- +title: "PythonPune Community Newsletter [January 2021 Edition]" +date: 2021-01-23T09:15:39+05:30 +url: newsletter/january-2021 +author: Chandan Kumar (raukadah) +featured_image: +categories: +- Newsletter +tags: +--- + +## News from Python Community + +* how Python attributes work + https://tenthousandmeters.com/blog/python-behind-the-scenes-7-how-python-attributes-work/ + +* Isolate Python Subinterpreters + https://vstinner.github.io/isolate-subinterpreters.html + +* Tracing the Python GIL + https://www.maartenbreddels.com/perf/jupyter/python/tracing/gil/2021/01/14/Tracing-the-Python-GIL.html + +* Unravelling boolean operations + https://snarky.ca/unravelling-boolean-operations/ + +* Unravelling the import statement + https://snarky.ca/unravelling-the-import-statement/ + +* Unravelling assertions + https://snarky.ca/unravelling-assertions/ + +* Testing & Packaging + https://hynek.me/articles/testing-packaging/ + +* Testing Python Applications with Pytest + https://stribny.name/blog/pytest/ + +* How to migrate Python 2 projects to 3 & some useful tips + https://dev.to/epamindia/how-to-migrate-python-2-projects-to-3-some-useful-tips-1kid + +* C for Python Programmers + https://realpython.com/c-for-python-programmers/ + +* 2020 in Review + https://pyfound.blogspot.com/2021/01/2020-in-review.html + +## New projects + +* Easy PEM file parsing in Python + https://pem.readthedocs.io/en/stable/index.html + +* Best-of Web Development with Python + https://github.com/ml-tooling/best-of-web-python + +* A tool to keep track of your Python package updates. + https://github.com/jgonggrijp/pip-review + +* Python library for font previews + https://github.com/MatteoGuadrini/fontpreview + +* Like a Python list but better. + https://github.com/Lauriat/funct + +* better error messages for assert equals in pytest + https://github.com/hjwp/pytest-icdiff + +## Project Releases: + +* Python 3.10.0a4 is out! + https://www.python.org/downloads/release/python-3100a4/ + +## Thanks + +* Thank you Akshay, Vishal & Bhavin for hosting January PythonPune meetup 2021 virtually + and Pradhvan for delivering talks. + https://www.meetup.com/PythonPune/events/275599702/ + +## Compiled by PythonPune + +* Chandan Kumar