0

👏👏👏👏Python down, Javascript next to go.👏👏👏👏 Is this a right step?

1st Sep 2017, 8:06 PM
Bamgbose Adegbuyi
Bamgbose Adegbuyi - avatar
9 odpowiedzi
+ 4
try python first it is easy
27th Dec 2017, 8:48 PM
Elizabeth muli
Elizabeth muli - avatar
+ 4
Python is a high-level programming language, with applications in numerous areas, including web programming, scripting, scientific computing, and artificial intelligence. It is very popular and used by organizations such as Google, NASA, the CIA, and Disney.
27th Dec 2017, 8:50 PM
Elizabeth muli
Elizabeth muli - avatar
+ 3
I don't think so... you should go to html,css then javascript
1st Sep 2017, 8:19 PM
Elizabeth muli
Elizabeth muli - avatar
+ 2
@Elizabeth, Yes, you are right. I started with CSS, moved to HTML. I wanted to go for Javascript but thought I should do python, to see for myself what it's all about. Now, I've seen it. I wouldn't say it doesn't worth the hype. Neither would I say: it was over-hyped...with my knowledge and projects in Visual Basic.net, I would say: not just my kind of Language...my opinion, though. Now, straight to JavaScript.
1st Sep 2017, 8:45 PM
Bamgbose Adegbuyi
Bamgbose Adegbuyi - avatar
+ 2
Eliza hi,I would like to do programming,am I going to start with c_programming
27th Dec 2017, 8:46 PM
JOSEPHAT MUTIAH
JOSEPHAT MUTIAH - avatar
+ 2
okay what's about Python?
27th Dec 2017, 8:49 PM
JOSEPHAT MUTIAH
JOSEPHAT MUTIAH - avatar
+ 1
My favourite comment in Python course. For i in Range(10) try: if 10/i==2: break except ZeroDivisionError: print(1) else print(2) Solution: Range(10)=0,1,2,3,4,5,6,7,8 and 9. In the code, the program breaks only when 10/i==2, which is 5. Therefore, the program will run from 0 to 4. And, if a division by zero, print 1 else print 2. So, for i=0, output= 1 for i=1, output=2 for i=2, output=2 for i=3, output=2 for i=4, output=2 Therefore, the sum of numbers printed by the code= 1+2+2+2+2=9.
1st Sep 2017, 8:08 PM
Bamgbose Adegbuyi
Bamgbose Adegbuyi - avatar
+ 1
@bamgbose 😂😂😂😂 "Not your kind of language..."
1st Sep 2017, 9:30 PM
Elizabeth muli
Elizabeth muli - avatar
0
okay I will try
3rd Jan 2018, 8:25 AM
JOSEPHAT MUTIAH
JOSEPHAT MUTIAH - avatar