Message from Python discussions

November 2018

— Please refer to the pinned message

— 

Hello everybody. I've finished a small script, maybe some of the users here might find it interesting. It's an image processing script that generates kind of ASCII graphics. Examples are shown in the repository.
https://github.com/IgorZyktin/Colortex

— Шикарно, nice)

— Спасибо:)

— English only please

— Sorry

— I'm sorry too, I was thinkg about different channel

— Doing that also. Have looked to hire someone but they are asking for rediculous prices.....

— Is there any inbuilt function to generate Chordal graph in networkx

— Why when calling a function inside the function sometimes works and sometimes don't?

— Like: def func():
func()

— I've noticed that sometimes I have to call it outside the function for it to work