You are viewing a single comment's thread from:
RE: Python tutorials for beginners : Part - II
Can you add some comments to your code snippets explaining what they do (since it's for beginners) or format it differently. For example, this is better in my opinion:
info = ['programminghub', 'steemit' , 2, 'posts', 'python']
info.append('useless')
>>> ['programminghub', 'steemit' , 2, 'posts', 'python', 'useless']
Dear @amosbastian I guess the format I used is not difficult to understand for anyone. As I already mentioned I am using Pycharm IDE to run my code, this tutorial code format is exactly how it works in Pycharm. I explained the code in the tutorials. Should I further edit this tutorial? Or Will I add more comments in code from next tutorials?
In the future please do it, since I think your tutorial is very simple in the first place, so you need to explain it thoroughly to actually make it a valuable contribution to Utopian.io.
@amosbastian Yeah, I am going to make tutorials from begginers to advance level and wanted to cover various topics on python.Thus , I am starting from very begining. It will advance in every tutorials in coming days.