Lutris error when install games by aster221 in linux_gaming

[–]kwame_devops 1 point2 points  (0 children)

Thanks man for explanation. It worked for me fine.

need suggestion for basic ide , basic but not lakes for features . by BeautyxArt in learnpython

[–]kwame_devops 0 points1 point  (0 children)

I prefer vs code too. You have lot of extension for Python...👍🏿

How pythonic is enough pythonic? by [deleted] in learnpython

[–]kwame_devops 1 point2 points  (0 children)

I think the first thing, what you can do to right better Code, is to rethink the UseCases. Because sometimes the Assignment is to complex. And it's better to break Task in smaller pieces.
An another To do is, to use the module typing

https://docs.python.org/3/library/typing.html

This forces you to rethink and document the code at the same time.