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.

  • 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
  • whereami

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

  • openlibrary

    One webpage for every book ever published!

  • Project mention: Internet Archive: Open Library | news.ycombinator.com | 2024-04-30
  • 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

  • SaaSHub

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

    SaaSHub 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.

  • Project mention: AI enthusiasm #9 - A multilingual chatbot📣🈸 | dev.to | 2024-05-01

    deep-translator is a package to translate sentences, based on several translation services (GitHub)

  • 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

  • AirPrint with Cups

    1 project | news.ycombinator.com | 2 Aug 2023
  • Daily General Discussion - June 16, 2023

    5 projects | /r/ethfinance | 16 Jun 2023
  • Reddit Alternative Analysis

    2 projects | /r/ethfinance | 16 Jun 2023
  • Is it possible to merge multiple Inkscape SVGs into a single file from the command line?

    1 project | /r/Inkscape | 21 May 2023
  • [Learn Python] Comment utiliser docker sur

    1 project | /r/enfrancais | 9 May 2023
  • Weather Report

    2 projects | news.ycombinator.com | 19 Feb 2023
  • Need an app for automatic scanning, sorting, organizing and meta data extraction?

    1 project | /r/unRAID | 10 Feb 2023
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 14 May 2024
    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. Learn more →

Index

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

Project Stars
1 cheat.sh 37,541
2 linkedin-skill-assessments-quizzes 28,134
3 whereami 5,090
4 openlibrary 4,865
5 igel 3,080
6 yagmail 2,580
7 graphtage 2,325
8 spotify-github-profile 1,388
9 deep-translator 1,382
10 PyWhatKit 1,269
11 pytm 838
12 restless 829
13 scrapyrt 816
14 Hacktoberfest-2023 552
15 101-linux-commands-ebook 494
16 pysonDB 373
17 svg_utils 303
18 codethesaur.us 278
19 Stocks-Pattern-Analyzer 215
20 MAD 210
21 githubProfileReadmeGenerator 202
22 ImageGoNord-pip 154
23 docker-cups-airprint 146

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