Learning python through pym 14-08-2019

· 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'] …

Read more →

Learning python through pym 13-08-2019

· 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 …

Read more →

Learning python through pym 12-08-2019

· 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 …

Read more →

Learning python through pym 10-08-2019

· 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 …

Read more →