Python Hacktoberfest2021

Open-source Python projects categorized as Hacktoberfest2021

Top 23 Python Hacktoberfest2021 Projects

  • cheat.sh

    the only cheat sheet you need

  • Project mention: Ask HN: What are your go to shell one-liners? | news.ycombinator.com | 2024-04-22

    curl https://cheat.sh/$1

  • linkedin-skill-assessments-quizzes

    Full reference of LinkedIn answers 2023 for skill assessments (aws-lambda, rest-api, javascript, react, git, html, jquery, mongodb, java, Go, python, machine-learning, power-point) linkedin excel test lösungen, linkedin machine learning test LinkedIn test questions and answers

  • Project mention: Tell HN: The Turing.com hiring platform is complete nonsense | news.ycombinator.com | 2024-01-11

    Been spending a bunch of time trying to get on their hiring platform. After a bunch of surveys on soft skills, assessments for selected tech stacks are required to receive job opportunities.

    It seems like the assessment tests are written by a machine and/or scraped entirely from questions in online repositories.

    As an example, here's a screenshot of one of their nonsense questions for an Android assessment: https://prnt.sc/waKVQjFoETwr

    Almost all the questions are like that. I also figured out that a bunch of the questions seem to be copied word for word from online repositories like https://github.com/Ebazhanov/linkedin-skill-assessments-quizzes/blob/main/android/android-quiz.md.

    Tried to speak to a person about all the issues which make taking an assessment impossible, and just got more bots.

    I'm sure many are looking for jobs, so figured this would save people a bunch of time.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • whereami

    Uses WiFi signals :signal_strength: and machine learning to predict where you are

  • openlibrary

    One webpage for every book ever published!

  • Project mention: Ask HN: Anyone looking for contributors for their open source projects | news.ycombinator.com | 2024-03-21

    I'd like to make a pitch for Openlibrary.org the free online library from Internet Archive that includes a fulltext search of millions of books.

    I've been volunteering with them on and off for several years and it's always a lovely experience. Their backend is python and frontend mostly from python templates and some Vue for librarian stuff.

    Every Tuesday they have a call on Zoom that everyone is welcome to join to share what they're working on, ask for help, and generally chat a bit. It's a great time.

    Depending on what you're interested in there's a lot to do from helping build import pipelines for more book entries, writing bots to cleanup data, Performance improvements, better documenting public APIs, etc

    I'm currently slowly working on a wikidata integration for their authors page. We also could use some help upgrading to Vue 3, mentors for Google summer of code would be helpful, find of ML projects needing help, moving away from old jQuery libraries, etc.

    They can be quite responsive to PRs too like I blogged about here: https://blog.rayberger.org/idea-to-merged-in-less-than-30-mi...

    For example, here's a small issue that could use some help on the python side: https://github.com/internetarchive/openlibrary/issues/8928

  • igel

    a delightful machine learning tool that allows you to train, test, and use models without writing code

  • yagmail

    Send email in Python conveniently for gmail using yagmail

  • graphtage

    A semantic diff utility and library for tree-like files such as JSON, JSON5, XML, HTML, YAML, and CSV.

  • Project mention: Pijul: Version-Control Post-Git • Goto 2023 | news.ycombinator.com | 2023-08-11

    I'm not familiar with Pijul, and haven't finished watching this presentation, but IME the problems with modern version control tools is that they still rely on comparing lines of plain text, something we've been doing for decades. Merge conflicts are an issue because our tools are agnostic about the actual content they're tracking.

    Instead, the tools should be smarter and work on the level of functions, classes, packages, sentences, paragraphs, or whatever primitive makes sense for the project and file that is being changed. In the case of code bases, they need to be aware of the language and the AST of the program. For binary files, they need to be aware of the file format and its binary structure. This would allow them to show actually meaningful diffs, and minimize the chances of conflicts, and of producing a corrupt file after an automatic merge.

    There has been some research in this area, and there are a few semantic diffing tools[1,2,3], but I'm not aware of this being widely used in any VCS.

    Nowadays, with all the machine learning advances, the ideal VCS should also use ML to understand the change at a deeper level, and maybe even suggest improvements. If AI can write code for me, it could surely understand what I'm trying to do, and help me so that version control is entirely hands-free, instead of having to fight with it, and be constantly aware of it, as I have to do now.

    I just finished watching the presentation, and Pijul seems like an iterative improvement over Git. Nothing jumped out at me like a killer feature that would make me want to give it a try. It might be because the author focuses too much on technical details, instead of taking a step back and rethinking what a modern VCS tool should look like today.

    [1]: https://semanticdiff.com/

    [2]: https://github.com/trailofbits/graphtage

    [3]: https://github.com/GumTreeDiff/gumtree

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • spotify-github-profile

    Show your Spotify playing on your Github profile

  • deep-translator

    A flexible free and unlimited python tool to translate between different languages in a simple way using multiple translators.

  • PyWhatKit

    Send WhatsApp message at certain time and many other things.

  • pytm

    A Pythonic framework for threat modeling

  • restless

    A lightweight REST miniframework for Python.

  • scrapyrt

    HTTP API for Scrapy spiders

  • Hacktoberfest-2023

    Make this Hacktoberfest a learning period and contribute to Great Open Source Projects.

  • 101-linux-commands-ebook

    101 Linux commands Open-source eBook

  • pysonDB

    A Simple , ☁️ Lightweight , 💪 Efficent JSON based database for 🐍 Python. PysonDB-V2 has been released ⬇️

  • svg_utils

    Python tools to create and manipulate SVG files

  • Project mention: Is it possible to merge multiple Inkscape SVGs into a single file from the command line? | /r/Inkscape | 2023-05-21

    I have a hobby website where I can upload individual SVGs, and the server will combine these SVGs into a single file, which I can download and continue editing. For this I've been using this tool server side: https://github.com/btel/svg_utils, which is made for stacking SVGs for scientific publications, but it's not aware of Inkscape specific functions. I've just bumped into the issue that when I create two individual files which are using the same name (or ID) for a swatch (because one file is a modified copy of the other), the swatches will overwrite each other in the combined file. Also duplicate element IDs cause issues.

  • codethesaur.us

    A polyglot developer reference tool to compare programming language concepts side-by-side! Great for learning new languages or using for reference.

  • Stocks-Pattern-Analyzer

    This tool should help discover different patterns based on similarity measures in historical (financial) data

  • MAD

    Map PoGo stuff with Android devices

  • githubProfileReadmeGenerator

    Generate a cool README/About me page for your Github Profile

  • ImageGoNord-pip

    A tool that can convert your rgb images to nordtheme palette

  • docker-cups-airprint

    A standalone CUPS and Avahi (mDNS/Bonjour) server, exposing local printers on AirPrint for iOS devices

  • Project mention: AirPrint with Cups | news.ycombinator.com | 2023-08-02

    https://github.com/SickHub/docker-cups-airprint

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Python Hacktoberfest2021 related posts

Index

What are some of the best open-source Hacktoberfest2021 projects in Python? This list will help you:

Project Stars
1 cheat.sh 37,443
2 linkedin-skill-assessments-quizzes 28,092
3 whereami 5,088
4 openlibrary 4,837
5 igel 3,080
6 yagmail 2,580
7 graphtage 2,317
8 spotify-github-profile 1,376
9 deep-translator 1,369
10 PyWhatKit 1,252
11 pytm 836
12 restless 829
13 scrapyrt 816
14 Hacktoberfest-2023 551
15 101-linux-commands-ebook 444
16 pysonDB 373
17 svg_utils 301
18 codethesaur.us 277
19 Stocks-Pattern-Analyzer 214
20 MAD 209
21 githubProfileReadmeGenerator 202
22 ImageGoNord-pip 152
23 docker-cups-airprint 144

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com