Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,150,759 members, 7,809,925 topics. Date: Friday, 26 April 2024 at 05:20 PM

Andela: IT Training And Job - Jobs/Vacancies (120) - Nairaland

Nairaland Forum / Nairaland / General / Jobs/Vacancies / Andela: IT Training And Job (620362 Views)

Letter To All Fresh Graduates and Job seekers / Andela: IT Training And Job - Jobs/vacancies / Similarities Between Football And Job (2) (3) (4)

(1) (2) (3) ... (117) (118) (119) (120) (121) (122) (123) ... (263) (Reply) (Go Down)

Re: Andela: IT Training And Job by evergold(m): 11:47am On Sep 17, 2016
When will andela start sending invite oooo. I am waiting by my post office box. Lol
Re: Andela: IT Training And Job by ferdyferd: 1:33pm On Sep 17, 2016
WafiJoe:


You might want to state your number clearly, you could delete it off once you get added. or drop your email.

kindly add me or whoever is the admin. thanks
Re: Andela: IT Training And Job by kayor123: 4:42pm On Sep 17, 2016
07053310301 please add me to the group i am on my keenss
Re: Andela: IT Training And Job by Omari88: 9:58pm On Sep 17, 2016
Pls add me 07038900803
Re: Andela: IT Training And Job by loyecares: 10:55pm On Sep 17, 2016
baba11:

...
baba11:

...
please add me to the group "081780723244"
Re: Andela: IT Training And Job by loyecares: 11:03pm On Sep 17, 2016
ferdyferd:


kindly add me 0817 262 8908 or whoever is the admin. thanks
please add me too 08178072324
Re: Andela: IT Training And Job by Nobody: 11:55pm On Sep 17, 2016
Following Andela application....first step is learning python then I'll consult gurus here for my next step
Re: Andela: IT Training And Job by ferdyferd: 11:58pm On Sep 17, 2016
loyecares:
please add me too
pls take my number off your post
Re: Andela: IT Training And Job by Burburj: 9:03pm On Sep 18, 2016
please kindly add me to the group 07032828153.
i'm still left with 5 labs to go and i have done 3 out of the 5 but i keep getting this error "An error occurred running your script" when ever i try to test or submit my lab. I also tried to test the script i av already submitted to see if the error is because of a bug in my code, but i got the same error after testing that too. pls can someone help me out......5 more days to go
Re: Andela: IT Training And Job by Darlx(m): 11:52pm On Sep 18, 2016
Please add 07034434261
Re: Andela: IT Training And Job by Burburj: 12:03pm On Sep 19, 2016
HHHHHEEEEEEEELLLLLPPPPPPPPPP>>>>>>>>>>>>> HELP
please is there any solution to this error i keep getting when ever i try to test or submit my ds labs.......

Re: Andela: IT Training And Job by Oahray: 3:42pm On Sep 19, 2016
Burburj:
HHHHHEEEEEEEELLLLLPPPPPPPPPP>>>>>>>>>>>>> HELP
please is there any solution to this error i keep getting when ever i try to test or submit my ds labs.......
your code has obvious errors.
1) input is int would always give you False in python. You should use the type() function.
2) the print statement is unnecessary
3) you returned a string instead of raising an error.
4) you did not loop over the dictionary contents.
Can't see the rest of the code.

Raise your game bro, you are competing for an interview invite, against better prepared persons.

1 Like

Re: Andela: IT Training And Job by Burburj: 5:09pm On Sep 19, 2016
Oahray:
your code has obvious errors.
1) input is int would always give you False in python. You should use the type() function.
2) the print statement is unnecessary
3) you returned a string instead of raising an error.
4) you did not loop over the dictionary contents.
Can't see the rest of the code.

Raise your game bro, you are competing for an interview invite, against better prepared persons.
thanks boss...
but dis is anoda lab that i wrote and this is the error i keep getting no matter what i type as my solution.

Re: Andela: IT Training And Job by Burburj: 5:36pm On Sep 19, 2016
dis is my tax lab code....and the error i keep getting...... please some one should me me out......4 days left

Re: Andela: IT Training And Job by Oahray: 5:41pm On Sep 19, 2016
Burburj:

thanks boss...
but dis is anoda lab that i wrote and this is the error i keep getting no matter what i type as my solution.
log out and log back in. Your session was probably not initialized properly. A persistent 'bin/sh not found' error is no fault of your code.

What browser are you using?
Re: Andela: IT Training And Job by Burburj: 6:28pm On Sep 19, 2016
Oahray:
log out and log back in. Your session was probably not initialized properly. A persistent 'bin/sh not found' error is no fault of your code.

What browser are you using?

i changed to chrome now and its working, but i dont know wat the error in my code is, its saying i have a bug in my code. pls help me look it it. Thanks

Re: Andela: IT Training And Job by Burburj: 6:39pm On Sep 19, 2016
i was able to solve it, my error was including print function in the code......
Thanks to everyone
Re: Andela: IT Training And Job by Oahray: 6:50pm On Sep 19, 2016
Burburj:


i changed to chrome now and its working, but i dont know wat the error in my code is, its saying i have a bug in my code. pls help me look it it. Thanks
Remove the space between your 'isinstance' and the parentheses containing the arguments.

Also remove the print statements from your code, they are unnecessary since you weren't asked to print. You can use the print statement for debugging purposes, but delete before submitting.

Edit:
oh... Alright.
Re: Andela: IT Training And Job by Burburj: 9:13pm On Sep 19, 2016
Oahray:

Remove the space between your 'isinstance' and the parentheses containing the arguments.

Also remove the print statements from your code, they are unnecessary since you weren't asked to print. You can use the print statement for debugging purposes, but delete before submitting.

Edit:
oh... Alright.
I av done that but i got this instead....still dont know how to put in dat exception in the code

Re: Andela: IT Training And Job by kayor123: 11:06pm On Sep 19, 2016
Guys i am stuck please help me out

Re: Andela: IT Training And Job by Oahray: 7:37am On Sep 20, 2016
Burburj:

I av done that but i got this instead....still dont know how to put in dat exception in the code
 
if your_condition:
raise ValueError("Your error statement" )
else:
# remaining code
Re: Andela: IT Training And Job by Oahray: 7:46am On Sep 20, 2016
kayor123:
Guys i am stuck please help me out
bros you raised ValueError everywhere except where it matters. You have to make sure that the input for number of repetitions (times) is an integer. From the result, you failed to do that. If you aren't sure how to use try-except, stick with if-else.
Re: Andela: IT Training And Job by ufumes(m): 8:00am On Sep 20, 2016
Pls is there is any whatsapp group on this topic
Re: Andela: IT Training And Job by amamazzing: 3:23pm On Sep 20, 2016
Why is it that no one talks about the bootcamp itself except for d34lp guy. As soon as they get there, they forget this thread
Re: Andela: IT Training And Job by AroogzBaba: 4:31pm On Sep 20, 2016
#Please I need help with this. The code passes all the visible test but fails hidden test
#Thanks

class BankAccount:

def withdraw():
pass

def deposit():
pass

class SavingsAccount(BankAccount):

def __init__(self):
#if self.balance != 500:
#raise ValueError()
self.balance = 500

@property
def balance(self):
return self.__balance

@balance.setter
def balance(self, amount):
if type(amount) == int or type(amount) == float:
if amount >= 500:
self.__balance = amount
else:
return
else:
raise ValueError()


def deposit(self, amount):
if type(amount) == int or type(amount) == float:
if amount < 0:
return "Invalid deposit amount"
self.balance += amount
return self.balance
else:
raise ValueError()

def withdraw(self, amount):
if type(amount) == int or type(amount) == float:

if amount < 0:
return "Invalid withdraw amount"
elif amount > self.balance:
return "Cannot withdraw beyond the current account balance"
elif (self.balance - amount) < 500:
return "Cannot withdraw beyond the minimum account balance"
self.balance -= amount
return self.balance
else:
raise ValueError()

class CurrentAccount(BankAccount):
def __init__(self):
self.balance = 0

@property
def balance(self):
return self._balance

@balance.setter
def balance(self, amount):
if type(amount) == int or type(amount) == float:
if amount >= 0:
self._balance = amount
else:
return
else:
raise ValueError()

def deposit(self, amount):
if type(amount) == int or type(amount) == float:

if amount < 0:
return "Invalid deposit amount."
self.balance += amount
return self.balance
else:
raise ValueError()
def withdraw(self, amount):
if type(amount) == int or type(amount) == float:

if amount < 0:
return "Invalid withdraw amount"
elif self.balance < amount:
return "Cannot withdraw beyond the current account balance"
else:
self.balance -= amount
return self.balance
else:
raise ValueError()
Re: Andela: IT Training And Job by omonosa25(m): 5:10pm On Sep 20, 2016
i don't know what is wrong. i ran test on my OOP lab and it returned All test passed, just to submit and be told my solution refused to pass all the test.

Re: Andela: IT Training And Job by omonosa25(m): 5:13pm On Sep 20, 2016
then this

Re: Andela: IT Training And Job by Ceejey01(m): 10:03pm On Sep 20, 2016
pls add me up... 07030186566
WafiJoe:


Yes, I think so too. Good news is, there is a group already cheesy
Re: Andela: IT Training And Job by viktinho: 9:07am On Sep 21, 2016
pls add me to the group 07069701471 victor
and for those getting error in your codes pls first use the test option and see if there are errors and make sure your return messages are exactly what they wrote dont change anything thanks
Re: Andela: IT Training And Job by Nobody: 9:43am On Sep 21, 2016
Do they have another center elsewhere, apart from Lagos?
Re: Andela: IT Training And Job by Ceejey01(m): 6:01pm On Sep 21, 2016
Please I need help..... I need someone who has finished to out me through. Errors everywhere..... Plsssssssss. Whatsapp:07030186566
Re: Andela: IT Training And Job by Ceejey01(m): 6:02pm On Sep 21, 2016
Put *
Ceejey01:
Please I need help..... I need someone who has finished to out me through. Errors everywhere..... Plsssssssss. Whatsapp:07030186566

(1) (2) (3) ... (117) (118) (119) (120) (121) (122) (123) ... (263) (Reply)

How To Apply For Nigeria Immigration Service (NIS) Recruitment 2017 / Federal Road Safety Commission 2018 Recruitment: How To Apply / FIRS To Recruit 1,250 New Staff

Viewing this topic: 1 guest(s)

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 33
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.