So I tried to follow wyag at here but I was not able to. This tutorial is great but I was not able follow it because may be I am not still not much clear with python and how it works. So after much thought I have decided …
·updated 06-09-2026·4 min read·664 words·pym, dgplug
Day 4 PS: These are notes, there could be grammar error and spelling errors.
for loops For loop over a list goes as follows:
1 2 3 4 5 6 7 8 >>> a = ['Fedora', 'is', 'powerful'] …
·updated 06-09-2026·4 min read·806 words·pym, dgplug
Day 3 PS: These are notes, there could be grammar error and spelling errors.
Last time we were just starting with If else, the control flow,
if-else , the control flow Control flow is used when we need to do some …
·updated 06-09-2026·6 min read·1135 words·pym, dgplug
Day 2 PS: These are notes, there could be grammar error and spelling errors.
Last time had got until here,
We don’t need specify data type with python something similar to javascript where we use var for every type …
·updated 06-09-2026·2 min read·369 words·pym, dgplug
Day 1 Installing python one can install python using package manager depending upon the operating system you are using. As I have a windows machine and ubuntu using linux on windows subsystem. I can install python from …