Skip to content

Commit

Permalink
Merge pull request #142 from raukadah/newsletter
Browse files Browse the repository at this point in the history
Added Janurary 21 Community Newsletter
  • Loading branch information
bhavin192 authored Jan 23, 2021
2 parents b019cb7 + f55998a commit 5b10b4d
Showing 1 changed file with 80 additions and 0 deletions.
80 changes: 80 additions & 0 deletions content/2021/January/community_news.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 5b10b4d

Please sign in to comment.