Skip to content

Commit 7c38fdb

Browse files
committed
Added June community newsletter
Signed-off-by: Chandan Kumar (raukadah) <[email protected]>
1 parent c867818 commit 7c38fdb

File tree

2 files changed

+83
-0
lines changed

2 files changed

+83
-0
lines changed

2020/June/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Meetup title
2+
* [Event page on meetup.com]()
3+
* [Community Newsletter](./community_news.md)
4+
5+
## Talk title
6+
* **Speaker**: <!-- name of the speaker -->
7+
* **Description**: <!-- Short description about the
8+
talk/workshop. What was covered? -->
9+
10+
* [Slides]() <!-- link to slides -->
11+
* [Source]() <!-- link to any code/snippets from talk -->
12+
* [Video recording]() <!-- link to any video recording if available -->
13+
* [Proposal](https://github.com/pythonpune/meetup-talks/issues/<issue number>)

2020/June/community_news.md

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
# PythonPune Community Newsletter [June 2020 Edition]
2+
3+
## News from Python Community
4+
5+
* PyLadies India embarked its journey
6+
https://anweshadas.in/pyladies-india-embarked-its-journey/
7+
8+
* Pickle’s nine flaws
9+
https://nedbatchelder.com/blog/202006/pickles_nine_flaws.html
10+
11+
* 2020 Python Software Foundation Board of Directors Election Retrospective and Next Steps
12+
https://pyfound.blogspot.com/2020/06/2020-python-software-foundation-board_26.html
13+
14+
* MyST - Markedly Structured Text
15+
https://myst-parser.readthedocs.io/en/latest/index.html
16+
17+
* Autobuild Documentation for Pull Requests
18+
https://docs.readthedocs.io/en/latest/guides/autobuild-docs-for-pull-requests.html
19+
20+
* Slices
21+
https://quansight.github.io/ndindex/slices.html
22+
23+
* What is the core of the Python programming language?
24+
https://snarky.ca/what-is-the-core-of-the-python-programming-language/
25+
26+
* Curl cookbook
27+
https://catonmat.net/cookbooks/curl
28+
29+
* Function to flatten nested dicts from real-world jsons with multiple depths and arrays mixed in:
30+
https://stackoverflow.com/a/62186053/4355695
31+
32+
* Pattern Matching, Draft for PEP: 622
33+
https://github.com/gvanrossum/patma
34+
35+
## New projects
36+
37+
* https://github.com/xxh/xxh
38+
Bring your favorite shell wherever you go through the ssh
39+
40+
* https://github.com/adamian98/pulse
41+
Self-Supervised Photo Upsampling via Latent Space Exploration of Generative Models
42+
43+
* https://pypi.org/project/plot-coverage/
44+
Python package to generate plots from coverage report
45+
46+
* https://github.com/joshiemoore/snakeware
47+
Free Linux distro with a Python userspace inspired by the Commodore 64.
48+
49+
## Upcoming events in & around Pune
50+
51+
* DGPLUG summer training is back, starting on 30th Jun at 13:30 UTC at
52+
#dgplug IRC channel on FREENODE server.
53+
https://foss.training/
54+
55+
* Call for Proposals for PyCon India 2020 is now open!
56+
https://in.pycon.org/cfp/2020/proposals/
57+
58+
## Thanks
59+
60+
* Thank you Vishal & Bhavin for hosting June PythonPune meetup 2020 virtually and
61+
Abhijeet & Ankit for delivering talks.
62+
https://www.meetup.com/PythonPune/events/271412377/
63+
64+
## Compiled by PythonPune
65+
66+
* Amol Kahat
67+
* Chandan Kumar
68+
* Girish Joshi
69+
* Nikhil VJ
70+
* Pradhvan Bisht

0 commit comments

Comments
 (0)