Skip to content

Commit f55998a

Browse files
committed
Added Janurary 21 Community Newsletter
Signed-off-by: Chandan Kumar (raukadah) <[email protected]>
1 parent b019cb7 commit f55998a

File tree

1 file changed

+80
-0
lines changed

1 file changed

+80
-0
lines changed
Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
---
2+
title: "PythonPune Community Newsletter [January 2021 Edition]"
3+
date: 2021-01-23T09:15:39+05:30
4+
url: newsletter/january-2021
5+
author: Chandan Kumar (raukadah)
6+
featured_image:
7+
categories:
8+
- Newsletter
9+
tags:
10+
---
11+
12+
## News from Python Community
13+
14+
* how Python attributes work
15+
https://tenthousandmeters.com/blog/python-behind-the-scenes-7-how-python-attributes-work/
16+
17+
* Isolate Python Subinterpreters
18+
https://vstinner.github.io/isolate-subinterpreters.html
19+
20+
* Tracing the Python GIL
21+
https://www.maartenbreddels.com/perf/jupyter/python/tracing/gil/2021/01/14/Tracing-the-Python-GIL.html
22+
23+
* Unravelling boolean operations
24+
https://snarky.ca/unravelling-boolean-operations/
25+
26+
* Unravelling the import statement
27+
https://snarky.ca/unravelling-the-import-statement/
28+
29+
* Unravelling assertions
30+
https://snarky.ca/unravelling-assertions/
31+
32+
* Testing & Packaging
33+
https://hynek.me/articles/testing-packaging/
34+
35+
* Testing Python Applications with Pytest
36+
https://stribny.name/blog/pytest/
37+
38+
* How to migrate Python 2 projects to 3 & some useful tips
39+
https://dev.to/epamindia/how-to-migrate-python-2-projects-to-3-some-useful-tips-1kid
40+
41+
* C for Python Programmers
42+
https://realpython.com/c-for-python-programmers/
43+
44+
* 2020 in Review
45+
https://pyfound.blogspot.com/2021/01/2020-in-review.html
46+
47+
## New projects
48+
49+
* Easy PEM file parsing in Python
50+
https://pem.readthedocs.io/en/stable/index.html
51+
52+
* Best-of Web Development with Python
53+
https://github.com/ml-tooling/best-of-web-python
54+
55+
* A tool to keep track of your Python package updates.
56+
https://github.com/jgonggrijp/pip-review
57+
58+
* Python library for font previews
59+
https://github.com/MatteoGuadrini/fontpreview
60+
61+
* Like a Python list but better.
62+
https://github.com/Lauriat/funct
63+
64+
* better error messages for assert equals in pytest
65+
https://github.com/hjwp/pytest-icdiff
66+
67+
## Project Releases:
68+
69+
* Python 3.10.0a4 is out!
70+
https://www.python.org/downloads/release/python-3100a4/
71+
72+
## Thanks
73+
74+
* Thank you Akshay, Vishal & Bhavin for hosting January PythonPune meetup 2021 virtually
75+
and Pradhvan for delivering talks.
76+
https://www.meetup.com/PythonPune/events/275599702/
77+
78+
## Compiled by PythonPune
79+
80+
* Chandan Kumar

0 commit comments

Comments
 (0)