Sasha Matijasic

@selectnull
16 Followers
20 Following
32 Posts
I write software. Mostly in Python, but actually feel promiscuous about programming languages, love most of them (and hate some).

@danielfeldroy on the same note, my favorite is when using pydantic instead of (example of django-ninja code):

from typing import Optional
class Foo(Schema):
bar: Optional[int]

one can do:

class Foo(Schema):
bar: int | None

It saves an import and looks cleaner.

Hey @treyhunner , thanks for your article on how to use Python 3.13 REPL with Django.

I took the idea and packaged it as installable app, so one does not need to create `shell.py` inside one of the existing apps.

https://github.com/selectnull/django-pyrepl/

GitHub - selectnull/django-pyrepl: Use Python 3.13 REPL with Django shell

Use Python 3.13 REPL with Django shell. Contribute to selectnull/django-pyrepl development by creating an account on GitHub.

GitHub
@pixel I didn't play dangerous, but I sure spent months playing Elite on commodore 64

@key_chan Sure, markdown is just slight markup over plain text.

This is one example from my github project: https://github.com/selectnull/ave

Just see how it's done by reading README.md file.

@key_chan yup, i'm pythonista. What do you mean by "markdown from the past" ?
@key_chan yeah, i figured it out, thanks.
@selectnull On twitter, it symbol means "Official user".
BUT, on mastodon, they aren't it. They use character symbol.
http://qiita.com/koukun/items/ae673f2bae8f1525b6af
@key_chan Great, I tried it, it works. Now let's not use it all... :)
@qonnyr ok, thought as much. but i'm not sure how it's done. doesn't really matter :)
Some users have a green checkmark besides their name, what does that mean? #mastodon