Skip to content
This repository was archived by the owner on Oct 29, 2022. It is now read-only.

Commit 215dd88

Browse files
authored
Merge pull request #43 from kjaymiller/jm-large-readme-update
Large Update to Readme
2 parents ea46291 + ba69328 commit 215dd88

File tree

4 files changed

+45
-8
lines changed

4 files changed

+45
-8
lines changed

.github/assets/Add Conference.gif

618 KB
Loading

.github/assets/Add Topic.gif

647 KB
Loading

.github/assets/PCN Logo V0.16.jpg

254 KB
Loading

README.md

Lines changed: 45 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,54 @@
11
# Python Community News
2+
![PCN Logo](.github/assets/PCN%20Logo%20V0.16.jpg)
23

3-
4-
### Watch the stream:
5-
4+
- Check out <https://pythoncommunitynews.com>
65
- [Watch the Show on Twitch](https://twitch.tv/kjaymiller)
76
- [What the Shown on YouTube](https://youtube.com/c/kjaymiller)
7+
- https://buttondown.email/python-community-news
8+
## Topics
89

10+
Contributing Content to Python Community News
911

10-
### Subscribe to the Newsletter:
12+
> Non-Pipable: Any news or topic that do not result in someone needing to `pip install` something.
1113
12-
- https://buttondown.email/python-community-news
14+
#### Examples of great topics:
15+
16+
- Updates from the [Python Software Foundation (PSF)](https://www.python.org/psf/)
17+
- Posts from Pythonistas[^1] that address a concept or thought that could be helpful to other Pythonistas.
18+
- General Tech News or Topics that, while not necessarily related to the Python programming language, are still important to Pythonistas.
19+
- Topics that related to an underrepresented group of Pythonistas.
20+
- Topics that focus/showcase efforts Python communmities that are often overlooked.
21+
22+
> IMPORTANT: We recognize that the experiences of marginalized voices aren't always a shared by the majority of folks. We want to ensure that we cover topics with that understanding and hope our coverage of topics will be done with that in mind. We also want to ensure that in areas that we cannot cover, we will do our best to provide a perspective that can as well as be transparent of any conflicts of interest that may arise.
23+
24+
### Add a Topic
25+
26+
> :white_check_mark: Review the [Code of Conduct](CODE_OF_CONDUCT.md) before adding a topic or issue in general.
27+
28+
You can add some things you want us to talk about by creating an
29+
[issue](https://github.com/kjaymiller/Python-Community-News/issues/new/choose).
30+
31+
![Add a Topic](.github/assets/Add%20Topic.gif)
32+
## Conference Lightning Round
33+
34+
We also do a Conference Lightning Round to create shorter than lightning talk coverage of upcoming CFPs and Conferences. You can also view our existing list of Upcoming CFPs and Conferences in our [Python Community News Project Board](https://github.com/users/kjaymiller/projects/4/views/3).
35+
36+
We cover conferences and CFPs that are focused on the following topics:
37+
38+
- Python (General)
39+
- Data Science Where Python Is One of Dominant Languages
40+
- A Python Package
41+
- A Python Web Framework(s)
42+
- Python in Relation to a Specific Category or Topic
43+
44+
### To Add a Conference or CFP Announcement
45+
> :white_check_mark: Review the [Code of Conduct](CODE_OF_CONDUCT.md) before adding a topic or issue in general.
46+
47+
You can add a Conference/CFP by creating an
48+
[issue](https://github.com/kjaymiller/Python-Community-News/issues/new/choose).
1349

14-
## Add some Content to Talk About
15-
You can add some things you want us to talk about by creating an [issue](https://github.com/kjaymiller/Python-Community-News/issues/new?assignees=&labels=Content&template=news-topic.md&title=%3CTITLE+OF+THE+POST%3E).
50+
![Add a Conference](.github/assets/Add%20Conference.gif)
51+
## Contributing to the Backend
52+
For information on Contributing to the Backend, see the [CONTIBUTING](CONTRIBUTING.md) Guide.
1653

17-
Building the site, use [Render_Engine](https://github.com/kjaymiller/render_engine)
54+
[^1]: Someones that uses Python

0 commit comments

Comments
 (0)