+ 1
What can I do for my codes to get more visibility?
7 Answers
+ 3
Nick I think Tarawo Blessing means getting people to view his code, not improving readability.
+ 2
Make use of spaces, group some of the codes into functions that you might reuse later
+ 1
Oh and it's better to avoid 1-letter variables like a, b, c all the way to z, every variable should have a clear meaning of what it stores, it's okay to name the parameters x or y in a function, or i in a for loop, but in most cases, give it a name or a noun, for functions, give them a verb or an action
+ 1
Simon Sauter Thanks alot for this!!!
0
Nick thanks but what I meant was how can I get code bits to a wider audience here
0
There are some off-topic threads for advertising code.
E.g.
https://www.sololearn.com/discuss/475577/?ref=app
https://www.sololearn.com/discuss/497411/?ref=app
https://www.sololearn.com/discuss/481843/?ref=app
0
Download black formatter for python and learn pep document for python