TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: A listing of beginner-friendly issues for open-source Python projects

1 pointsby robertjwebbover 5 years ago

1 comment

robertjwebbover 5 years ago
Hi HN,<p>Getting started in open source software development can be intimidating to newcomers - but a lot of great projects highlight &quot;good first issues&quot;. I wanted to make something that allows you to see all these issues in one place (for Python). I&#x27;m thinking of extending this for other languages depending on whether this is of any use to anyone...<p>I implemented it by creating an AWS Lambda function that pulls the latest tagged issues from GitHub for a number of repositories, then saves these as JSON files on S3. The website itself is coded in React.<p>- Bob