Learning python through pym 14-08-2019
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 →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 →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 →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 →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 →