sudo snap install caddy --edge
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import argparse | |
import platform | |
import sys | |
import subprocess | |
from pathlib import Path | |
def describe() -> dict: | |
meta = { | |
"python": "py" + ".".join(platform.python_version_tuple()[:2]), |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from faker import Faker | |
from faker_file.base import DynamicTemplate | |
from faker_file.providers.pdf_file import PdfFileProvider | |
from faker_file.providers.pdf_file.generators import reportlab_generator | |
from reportlab.lib.styles import getSampleStyleSheet | |
from reportlab.pdfbase import pdfmetrics | |
from reportlab.pdfbase.ttfonts import TTFont | |
from reportlab.platypus import PageBreak, Paragraph | |
FAKER = Faker() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
Usage: | |
python rock_paper_scissors.py | |
""" | |
import random | |
__title__ = "rock_paper_scissors" | |
__version__ = "0.1" |
packages.ubuntu.com reference.
https://packages.ubuntu.com/search?keywords=ttf-bitstream-vera
sudo apt install ttf-bitstream-vera
In software development, testing is an essential part of ensuring that code works as intended. One critical aspect of testing is debugging, which involves finding and fixing errors or bugs in a program. In this article, we'll explore how to debug Python applications and highlight some of the most commonly used methods for debugging Python code.
A practical guide
Use your favorite search engine to search for "stable diffusion image generator". You will find a lot of services. Pick one, for example Night Cafe Creator.