Skip to content

Commit ae808eb

Browse files
Compiled Newsletter for the month of October 2020. (#127)
1 parent 62dd3b1 commit ae808eb

File tree

1 file changed

+79
-0
lines changed

1 file changed

+79
-0
lines changed
Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
---
2+
title: "PythonPune Community Newsletter [October 2020 Edition]"
3+
date: 2020-10-28T22:54:33+05:30
4+
url: newsletter/october-2020
5+
author: Sourabh Deshmukh
6+
featured_image:
7+
categories:
8+
- Newsletter
9+
tags:
10+
---
11+
12+
## News from Python Community
13+
* Ideas for making CPython 5x faster by Mark Shannon.
14+
https://github.com/markshannon/faster-cpython/blob/master/plan.md
15+
16+
* How I Tried To Reduce Pylint Memory Usage by Raphael.
17+
https://rtpg.co/2020/10/12/pylint-usage.html
18+
19+
* How to Kill a Python Thread by Miguel.
20+
https://blog.miguelgrinberg.com/post/how-to-kill-a-python-thread
21+
22+
* Python PEPs Graph Visualization by Vinayak Mehta.
23+
http://python-peps-graph.glitch.me/
24+
25+
* Rust bindings for Python.
26+
https://pyo3.rs/v0.12.3/
27+
28+
* Kindling projects gathered by Ned Batchelder.
29+
https://nedbatchelder.com/text/kindling.html
30+
31+
* Zettelkasten method to take notes.
32+
https://writingcooperative.com/zettelkasten-how-one-german-scholar-was-so-freakishly-productive-997e4e0ca125
33+
34+
* urllib3 Newsletter - September 2020.
35+
https://sethmlarson.dev/blog/2020-10-05/urllib3-newsletter-september-2020
36+
37+
* Bangpypers's Newsletter - October 2020.
38+
https://bangpypers.substack.com/p/bangpypers-m10w5
39+
40+
* Python’s super() considered super!
41+
https://rhettinger.wordpress.com/2011/05/26/super-considered-super/
42+
43+
* git-cu helps keep your local git repositories organized by cloning them into a directory structure based on their URL.
44+
https://gitlab.com/3point2/git-cu
45+
46+
* Scriv - changelog management tool.
47+
https://scriv.readthedocs.io/en/latest/
48+
49+
## Projects releases
50+
* Python 3.9.0 is officially out.
51+
https://www.python.org/downloads/release/python-390/
52+
53+
* GitHub CLI 1.0 is now available.
54+
https://github.blog/2020-09-17-github-cli-1-0-is-now-available/
55+
56+
## Python Courses
57+
* Free course for those who are interested in learning Python and Data analysis using Numpy and Pandas.
58+
https://jovian.ml/learn/data-analysis-with-python-zero-to-pandas
59+
60+
* Python Full courses from FreeCodeCamp are available.
61+
https://www.youtube.com/playlist?list=PLWKjhJtqVAbnqBxcdjVGgT3uVR10bzTEB
62+
63+
## Upcoming events in & around Pune
64+
* CFP and tickets for PyConf Hyderabad 2020 are available.
65+
https://pyconf.hydpy.org/2020/
66+
67+
* EuroPython 2021 will be run online.
68+
https://blog.europython.eu/post/632055258029473792/europython-2021-will-be-run-online
69+
70+
## Thanks
71+
* Thank you Vishal & Bhavin for hosting October PythonPune meetup 2020 virtually and Akshay & Amol for delivering talks.
72+
https://www.meetup.com/PythonPune/events/274160232/
73+
74+
## Compiled by PythonPune
75+
76+
* Abhijeet Kasurde
77+
* Amol Kahat
78+
* Chandan Kumar
79+
* Sourabh Deshmukh

0 commit comments

Comments
 (0)