self-contained-runnable-python-package-template VS Google Fonts

Compare self-contained-runnable-python-package-template vs Google Fonts and see what are their differences.

self-contained-runnable-python-package-template

This is a template for creating self-contained, runnable python projects in the form of a tidy, structured, runnable python package (by tpapastylianou)

Google Fonts

Font files available from Google Fonts, and a public issue tracker for all things Google Fonts (by google)
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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
self-contained-runnable-python-package-template Google Fonts
3 494
18 17,625
- 1.1%
0.0 9.9
over 1 year ago 5 days ago
Python HTML
GNU General Public License v3.0 only -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

self-contained-runnable-python-package-template

Posts with mentions or reviews of self-contained-runnable-python-package-template. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-03.
  • Underappreciated Challenges with Python Packaging
    10 projects | news.ycombinator.com | 3 Jan 2023
    The approach I prefer is to not mess with setuptools etc at all in the first place, and simply make a nice executable package.

    e.g. https://github.com/tpapastylianou/self-contained-runnable-py...

  • How to create a Python package in 2022
    13 projects | news.ycombinator.com | 27 Jul 2022
    The title should be: How to create a "Python DISTRIBUTION package".

    The term "python package" means something entirely different (or at the very least is ambiguous in a pypi/distribution context).

    To add to the confusion, creating a totally normal, runnable python package in a manner that makes it completely self-contained such that it can be "distributed" in a standalone manner, while still being a totally normal boring python package, is also totally possible (if not preferred, in my view).

    Shameless plug: https://github.com/tpapastylianou/self-contained-runnable-py...

  • Show HN: Hatch 1.0.0 – Modern, extensible Python project management
    6 projects | news.ycombinator.com | 28 Apr 2022
    Shameless plug: I use my own template, which organises things as runnable projects.

    https://github.com/tpapastylianou/self-contained-runnable-py...

    It serves my purposes very well (which is creating projects that represent standalone experiments).

    Sharing in case someone else here finds it useful.

    More recently I've modified this a bit to also generate nice html reports straight from the __main__.py file, independently of the underlying python code, and use this as lab books (where each lab book contains a single analysis and its report). I'll upload this template separately when I find the time.

Google Fonts

Posts with mentions or reviews of Google Fonts. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-11.
  • Custom Fonts In React Native: Pro Tip!
    1 project | dev.to | 7 May 2024
    Head over to a font repository like Google Fonts and choose a font you like. Let's say we pick "Briem Hand" from the search input. Download the font files by clicking Get Font, usually provided in a zip format.
  • Remnants of a Legendary Typeface Have Been Rescued from the River Thames
    1 project | news.ycombinator.com | 6 May 2024
    Thanks!, hadn’t come across Mebinac.

    I’m also a big fan of Igino Marini’s recreation of the Fell typefaces:

    The Fell Types took their name from John Fell, a Bishop of Oxford in the seventeenth-century. Not only he created an unique collection of printing types but he started one of the most important adventures in the history of typography. — https://web.archive.org/web/20240128075552/https://iginomari...

    The IM Fell fonts themselves seem to live on Google Fonts these days: https://fonts.google.com/?query=Igino+Marini

    I use Doves Type for… everything. One day I started to find my monomaniacal obsession a bit funny and sort of to spite myself I set every font in Firefox to Doves Type. Serif, sans-serif, monospace, no other fonts allowed, as well as the UI font by tweaking the Firefox user profile iirc.

    And it was just… very good. And I kept using it.

    I use Doves Type for everything, and to be able to do that on my phone I use iFont: https://apps.apple.com/is/app/ifont-find-install-any-font/id...

    Or yeah I do use IBM PC VGA 9x16, IBM BIOS 8x8, and Eagle Spirit PC CGA Board Alternate 3 a little :) From the Ultimate Oldschool PC Font Pack: https://int10h.org/oldschool-pc-fonts/

    I even munged together a combination of Doves Type Regular and IM Fell Great Primer Italic that matches the character scale and linespacing to both each other and to the IBM PC VGA 9x16 font at 1:1 size. FontLab did the trick!: https://fontforge.org/en-US/

    (FontForge can autogenerate italics for any font. If you’re bored, I suggest loading up the classic VGA font and pressing the ITALICIZE button on ot. It’s… interesting!)

    In general, on Windows I much prefer MacType’s fomt rendering: https://www.mactype.net … it’s kind of amazing that this kind of surgery is even possible.

  • Add a Custom Font to Your XCode Project
    1 project | dev.to | 4 May 2024
    Choose and download font When choosing a font for your application design, you need to consider the factors such as the font's readability, its contrast, how well it can scale on different devices, and whether it matches your application's brand and color scheme. After deciding the font, download its .tff files. One can get these files from Google Fonts. In this example, we will download 'Sedan SC' font.
  • React website sample for portfolio
    2 projects | dev.to | 11 Apr 2024
    I first checking out any good fonts on Google font that fits the theme of the website. I select the Nunito as I could feel the playful vibe behind it.
  • Optimizing Fonts and Images (Next.js)
    1 project | dev.to | 31 Mar 2024
    Visit Google Fonts and search for Lusitana to see what options are available.
  • Google Fonts: Can't use the /download URLs to fetch static font files
    1 project | news.ycombinator.com | 30 Mar 2024
  • An Afternoon with SVGs | Frontend Challenge Entry
    2 projects | dev.to | 28 Mar 2024
    Next I spruced up my form's visuals a bit by heading to Google Fonts and finding one that had camping vibes - eventually landing on Amatic SC. Then I had the wild idea of making the form look like a piece of paper, so that I could make the submit button fold the paper up into an envelope or paper airplane and fly off screen if it was submitted successfully (This was EXTREMELY high hopes and I didn't even get around to trying to start this animation in the time I allotted myself 😂). I started by trying to find a crumpled paper look on sites like Hero Patterns, but eventually found myself on this codepen:
  • Button Component with RiotJS (Material Design)
    4 projects | dev.to | 23 Mar 2024
    BeerCSS supports Material Fonts by default, here is the list of all icons: https://fonts.google.com/
  • Free Resources Every Web Developer Should Know About
    15 projects | dev.to | 18 Mar 2024
    Google Fonts (https://fonts.google.com/)
  • 100+ FREE Resources Every Web Developer Must Try
    22 projects | dev.to | 26 Feb 2024
    Google Fonts

What are some alternatives?

When comparing self-contained-runnable-python-package-template and Google Fonts you can also consider the following projects:

hatch - Modern, extensible Python project management

inter - The Inter font family

Nuitka - Nuitka is a Python compiler written in Python. It's fully compatible with Python 2.6, 2.7, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9, 3.10, and 3.11. You feed it your Python app, it does a lot of clever things, and spits out an executable or extension module.

source-code-pro - Monospaced font family for user interface and coding environments

Poetry - Python packaging and dependency management made easy

fontsource - Self-host Open Source fonts in neatly bundled NPM packages.

pip-audit - Audits Python environments, requirements files and dependency trees for known security vulnerabilities, and can automatically fix them

JetBrainsMono - JetBrains Mono – the free and open-source typeface for developers

tox-poetry-installer - A plugin for Tox that lets you install test environment dependencies from the Poetry lockfile

PrusaSlicer - G-code generator for 3D printers (RepRap, Makerbot, Ultimaker etc.)

Font-Awesome - The iconic SVG, font, and CSS toolkit

og-image - Open Graph Image as a Service - generate cards for Twitter, Facebook, Slack, etc