Andela: IT Training And Job - Jobs/Vacancies (84) - Nairaland
Nairaland Forum › Nairaland General › Jobs/Vacancies › Andela: IT Training And Job (694620 Views)
1 2 3 ... 81 82 83 84 85 86 87 ... 263 Reply (Go Down)
| Re: Andela: IT Training And Job by 5staG(m): 3:44pm On Jan 08, 2016 |
turnnel:Uwc bro. Goodluck.. |
| Re: Andela: IT Training And Job by turnnel(m): 3:46pm On Jan 08, 2016 |
fortuneiyke:In the base case, if the number is less than two return 1 If it the number is 2 or greater, use recursive call to return the factorial e.g. factorial(0) = 1 factorial(1) = 1 factorial(2) = 2 * 1 = 2 factorial(5) = 5 * 4 * 3 * 2 * 1 * 0 same as 5 * (5-1) * (5-2) * (5-3) * (5-4) * (5-5) using recursive call ==> factorial(n) = n * factorial(n -1) |
| Re: Andela: IT Training And Job by fortuneiyke: 5:37pm On Jan 08, 2016 |
I got that but what is wrong with this iterative_factorial(n) def iterative_factorial(n): factor = 1 if n == 0: return factor while n > 0: factor *= n n -= 1 return factor |
| Re: Andela: IT Training And Job by brisingr187: 11:12pm On Jan 08, 2016 |
i just applied for the andela 2016 spring fellowship. Please how do i get materials to study? |
| Re: Andela: IT Training And Job by Dsense(m): 11:01am On Jan 09, 2016 |
Hello fellows, I applied for the Andela program. I'm literally done with the form submission and the Plum Test, i was sent the link to the Andela Curriculum link. However, i was informed that in a few weeks time, a link to the Aptitude Test would be sent to my email address. It's been two weeks and a few days now. Recently, Andela sent me an email message asking whether i had taken the test or not. The truth is that i am yet to receive any email containing any link to the Aptitude Test. I wrote them back that i'm yet to receive the link, but they claim that have sent it. I have checked my spam and inbox, unfortunately, i just couldn't find anything as such. I emailed them two nights ago, but they are yet to reply. Please, do advise me on what to do. Thank you guys. |
| Re: Andela: IT Training And Job by babs01(m): 11:34am On Jan 09, 2016 |
pls I'm in rural area no internet access can someone help me |
| Re: Andela: IT Training And Job by Dsense(m): 12:02pm On Jan 09, 2016 |
brisingr187:Hello, You should have been sent a link to the Andela Home Study Curriculum's link, by now. Check the email address's inbox and/or spam you have provided during your registration. |
| Re: Andela: IT Training And Job by Dsense(m): 12:06pm On Jan 09, 2016 |
babs01:Hello, Enroute to the city, bump into any cafe, do the registration by filling out the form and submitting the documents, as well as taking the Plum Test. Instantly, you will be sent the link to the Home Study Curriculum, so study through it. Finally, sit do the online test after which you have received a link to it. Mind you, you have gotten 5 days left ![]() |
| Re: Andela: IT Training And Job by olaymuchak(m): 2:11pm On Jan 09, 2016 |
turnnel:Hello bro, I am currently on d OOP lab test, I am getting this error message"error occured running script" |
| Re: Andela: IT Training And Job by babs01(m): 2:40pm On Jan 09, 2016 |
Dsense:I said I'm in rural area |
| Re: Andela: IT Training And Job by shayman(m): 4:56pm On Jan 09, 2016 |
Having issues with the DS LAB.. No code I have typed has been successful so far. Now its no longer bringing a guide to show the error message. Just pops up "an error occurred while running your script" |
| Re: Andela: IT Training And Job by Nobody: 7:07pm On Jan 09, 2016 |
| Re: Andela: IT Training And Job by mayoadegbola(m): 7:13pm On Jan 09, 2016 |
Have you sorted it out? If not, head to proctor.andela.co. Use the mail address you used in registering as the username and your mail address without the @gmail.com or @yahoo.com etc as the password. Dsense: |
| Re: Andela: IT Training And Job by Emmanike(m): 11:38pm On Jan 09, 2016 |
If you have problem getting the link and they claim it has been sent to you, try check ur primary and social mail, you no google has a way of categorizing mails. you can as well check ur spam to. And i think the mail comes with a subject The Recruitment Team If you have problem logging in or displaying well on ur screen, avoid using tunnelling or proxy connections. you may try use an android phone wifi to login. once you are logged in u may switch back to whatever internet and continue ur work. Cos i experienced same issue earlier. |
| Re: Andela: IT Training And Job by Emmanike(m): 11:48pm On Jan 09, 2016*. Modified: 3:22pm On Jan 10, 2016 |
Nairaland oooooooooooooooooo I need help on the Dslab ooooooo An error occurred running ur script is all im getting ooooo I have tried 5staG code ooooo Make una help me oooooo 5 days to go oooo Thanks in anticipating for your help oooo Please add me to the whatsapp group 08164250353 shayman Having issues with the DS LAB.. No code I have typed has been successful so far. Now its no longer bringing a guide to show the error message. Just pops up "an error occurred while running your script" Have you been able to resolve it, having same issue |
| Re: Andela: IT Training And Job by fortuneiyke: 5:20pm On Jan 10, 2016 |
Please i'm getting an error running script, who has any idea where the problem could be from? |
| Re: Andela: IT Training And Job by rejpragmatic: 6:34pm On Jan 10, 2016*. Modified: 7:24pm On Jan 10, 2016 |
OOP LAB and DS LABS have issues. Efforts to run the test or submit yields "An Error occurred in running your script". I have sent an email with screenshots of my code to Andela but received only an auto response mail of questions and answers not relevant to the problem. 5days to go and still at 20% and 33% respectively as I have 2Sessions running at the same time(Don't know why 2sessions opened). I have tried several browsers: Desktop Mozilla Firefox ver. 43.0.4, Desktop Torch Browser ver 39.0.0.9626 Chrome Browser ver. 47.0.2526.83 on Android Issue persists. I also communicated these issues in the survey sent via email. I hope this is rectified in time as I am currently at a standstill and Jan. 15 is just around the corner.
|
| Re: Andela: IT Training And Job by shayman(m): 7:36pm On Jan 10, 2016 |
Got a response from them to go back and read the notes and keep trying ![]() |
| Re: Andela: IT Training And Job by shayman(m): 7:38pm On Jan 10, 2016 |
rejpragmatic:You code is wrong though. You are using = sign in the if statements instead of == |
| Re: Andela: IT Training And Job by rejpragmatic: 7:45pm On Jan 10, 2016 |
Got feedack that: "You are experiencing errors because your solution is wrong. Please check your answers and then proceed to aubmit." Will try again. rejpragmatic: |
| Re: Andela: IT Training And Job by mayoadegbola(m): 7:59pm On Jan 10, 2016 |
rejpragmatic:You should only do one session. Continue with the one on 33 percent. Like shayman said, Use == instead of = . |
| Re: Andela: IT Training And Job by faith2ogesco(m): 8:08pm On Jan 10, 2016 |
mayoadegbola:did both o. |
| Re: Andela: IT Training And Job by miketayo(m): 8:17pm On Jan 10, 2016 |
fortuneiyke:wat error r u getting? u might need to return another factor in the loop |
| Re: Andela: IT Training And Job by scholarT: 5:12am On Jan 11, 2016 |
what errors am i making , i still cant submit , kindly help , can u add to the watsapp group 08055273470
|
| Re: Andela: IT Training And Job by olaymuchak(m): 8:50am On Jan 11, 2016 |
scholarT:Make all ur "balance" d same i.e self.balance throughtout. Under ur subclass just write pass on d next line after creating it. |
| Re: Andela: IT Training And Job by GreenBobo: 9:40am On Jan 11, 2016 |
Rich4god:Used Google Chrome Browser... |
| Re: Andela: IT Training And Job by TDyke: 12:11pm On Jan 11, 2016 |
Can anyone help me?.This is my code and it definitely hasn't passed for more than a week now. I mailed Andela and they said it is an error in my code. Please. No time again. Thanks |
| Re: Andela: IT Training And Job by mayoadegbola(m): 1:06pm On Jan 11, 2016 |
TDyke:Your code is correct but doesn't RETURN anything. Return self.balance in the deposit and withdrawal methods. It should work. |
| Re: Andela: IT Training And Job by jikez: 1:46pm On Jan 11, 2016*. Modified: 9:52pm On Jan 11, 2016 |
anyways thank God i am DONE!!! ![]() |
Letter To All Fresh Graduates and Job seekers • Andela: IT Training And Job - Jobs/vacancies • Similarities Between Football And Job • 2 • 3 • 4
Federal Road Safety Commission 2018 Recruitment: How To Apply • FIRS To Recruit 1,250 New Staff • NNPC Aptitude Test On December 6, 2014


