Does someone (french) can review my code ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Does someone (french) can review my code ?

I would like some advices, good practices, etc 'cause i'm new to python

24th Sep 2020, 9:47 AM
edti
3 Answers
+ 9
Yes try enter this line in python: import this
24th Sep 2020, 10:16 AM
WenHao1223
WenHao1223 - avatar
+ 2
My advice 1. Break your code into paragraphs so it is easier to read the concepts. 2. Provide a default input example at the start of your code so people can gain an understanding of the expected output. 3. There is a suggested syntax for python which helps, as users tend to learn the pattern. PEP8 I think. I will look for it and post. Bon chance avec le coding. PS: My French is awful 🤔🤣
24th Sep 2020, 10:19 AM
Rik Wittkopp
Rik Wittkopp - avatar
24th Sep 2020, 10:21 AM
Rik Wittkopp
Rik Wittkopp - avatar