diff --git a/site/content/2022-08-26.md b/site/content/2022-08-26.md deleted file mode 100644 index f11bbe3..0000000 --- a/site/content/2022-08-26.md +++ /dev/null @@ -1,49 +0,0 @@ ---- -title: Weekly Community News - 2022-08-26 -date: 2022-08-26 15:00 -tags: industry, conferences, security -github: https://github.com/kjaymiller/Python-Community-News/blob/main/app/content/2022-08-26.md -youtube: _xyKDQJxNOg -podcast: 23bdf9e6 ---- -## Topics -### Heroku ends free tier -Submitted by: [jonafato](https://api.github.com/users/jonafato) on 2022-08-26T17:47:10Z - -URL: https://blog.heroku.com/next-chapter - -Heroku is ending its free tier and plans to remove "inactive" accounts. - - -### Phishing attack targeting PyPI users -Submitted by: [jonafato](https://api.github.com/users/jonafato) on 2022-08-26T17:19:18Z - -URL: https://twitter.com/pypi/status/1562442188285308929 - -A phishing attack has targeted maintainers of projects hosted on https://pypi.org. This attack comes less than two months after PyPI [announced a plan](https://twitter.com/pypi/status/1545455297388584960) to require 2FA for "critical" packages. The PyPI admins have taken down malicious releases including several "typosquat" packages, and temporarily frozen affected maintainer accounts. Additionally, they have extended the [2FA security key giveaway](https://pypi.org/security-key-giveaway/) to include eligible maintainers that already have TOTP-based 2FA enabled on their accounts. At the end of the Twitter thread, the PyPI team reminds users to contact `security@pypi.org` if they believe they have been targeted by a phishing attack. - - -### Python’s still No. 1, but employers love to see SQL skills -Submitted by: [kjaymiller](https://api.github.com/users/kjaymiller) on 2022-08-26T15:58:45Z - -URL: https://spectrum.ieee.org/top-programming-languages-2022 - -Python's position w/e but I would like to learn more about why it's not as appealing as SQL/Java in job hunt, especially when we have solid ORMs. (The Java thing is just legacy IMHO) - -### KiwiPy Talks are Now Available -Submitted by: [kjaymiller](https://api.github.com/users/kjaymiller) on 2022-08-26T15:49:42Z - -You can now watch the KiwiPy talks on YouTube! - -## Upcoming Conferences and CFPs -### Open CFPs -- [PyCon PL (Poland)](https://pl.pycon.org/2022/en/agenda/) (Closes September 2nd) -- [PyJamas (Online)](https://pyjamas.live/cfp/) - -### September -- [PyCon APAC](https://tw.pycon.org/2022/en-us) -- [PyBay](https://pybay.com) - -### October -- [Pycon Ghana](https://gh.pycon.org) -- [DjangoCon US](https://2022.djangocon.us) diff --git a/site/content/2022-09-16.md b/site/content/2022-09-16.md new file mode 100644 index 0000000..aa59267 --- /dev/null +++ b/site/content/2022-09-16.md @@ -0,0 +1,38 @@ +--- +title: Weekly Community News - 2022-09-16T17:13:49Z +date: 2022-09-16T17:13:49Z +github: https://github.com/kjaymiller/Python-Community-News/blob/main/app/content/2022-09-16T17:13:49Z.md +--- + +## Topics + +### Deb Bryant accepts role of US Policy Director for the Open Source Initiative + +Submitted by: [jonafato](https://api.github.com/users/jonafato) on 2022-09-15T21:34:37Z + +TODO + + +### Washington Post Open Sources Election Model + +Submitted by: [kjaymiller](https://api.github.com/users/kjaymiller) on 2022-09-15T08:11:50Z + +The Washington post has decided to open source then election model. +The model originally built using R is now a python repo available on GitHub. + + +### PyTorch Foundation established under Linux Foundation umbrella + +Submitted by: [jonafato](https://api.github.com/users/jonafato) on 2022-09-13T02:43:28Z + +PyTorch is moving to the newly-established PyTorch Foundation under the umbrella of the Linux Foundation. + + +### Python 3.11.0rc2 + +Submitted by: [kjaymiller](https://api.github.com/users/kjaymiller) on 2022-09-12T14:16:35Z + +Python 3.11.0rc2 is now available. This is the last preview before the final release of Python 3.11.0 on 2022-10-24. +The update's call to actions are: +- Core developers review documentation leading up to the general availability +- 3rd Party Devs with Python projects prepare their projects for general availability and report any bugs via the Python Bug Tracker. diff --git a/site/static/img/logo.jpg b/site/static/img/logo.jpg deleted file mode 100644 index f825c35..0000000 Binary files a/site/static/img/logo.jpg and /dev/null differ diff --git a/site/tailwind.config.js b/site/tailwind.config.js deleted file mode 100644 index 9dc7770..0000000 --- a/site/tailwind.config.js +++ /dev/null @@ -1,8 +0,0 @@ -/** @type {import('tailwindcss').Config} */ -module.exports = { - content: ["site/templates/**/*.html"], - theme: { - extend: {}, - }, - plugins: [require('@tailwindcss/typography')] -} diff --git a/site/templates/archive.html b/site/templates/archive.html deleted file mode 100644 index 5f25878..0000000 --- a/site/templates/archive.html +++ /dev/null @@ -1,9 +0,0 @@ -{% extends 'base.html' %} -{% block content %} - -
{{SITE_TITLE}} is a podcast, livestream, and newsletter that focuses on the Non-Pipable news in the Python Community.
-Join Jon Banafato, experienced conference organizer, and Jay Miller, community organizer and advocate, each week as they look at the top stories affecting Pythonistas around the world.
-You can tune in live every friday at 6pm EST/3pm PST. If you miss us live you can check out the podcast or watch the VODs on Youtube.
-