Andela: IT Training And Job - Jobs/Vacancies (106) - Nairaland
Nairaland Forum › Nairaland General › Jobs/Vacancies › Andela: IT Training And Job (694426 Views)
1 2 3 ... 103 104 105 106 107 108 109 ... 263 Reply (Go Down)
| Re: Andela: IT Training And Job by Spyde(m): 12:15pm On May 10, 2016 |
enigmatique:hello bro, as a beginner ,what if i havent really done any software project before? |
| Re: Andela: IT Training And Job by miketayo(m): 12:22pm On May 10, 2016 |
Barselonia:you wait for an invitation for the interview.. u should get d mail a week before the interview starts. |
| Re: Andela: IT Training And Job by Ali01: 6:07pm On May 10, 2016 |
I dey greet oo where my guy @ tr3y ?? When is the camp starting ![]() |
| Re: Andela: IT Training And Job by damieskillz(m): 7:01pm On May 10, 2016 |
congratulations to my fellow boot campers looking forward to hooking up with brilliant minds cheers |
| Re: Andela: IT Training And Job by tr3y(m): 7:30pm On May 10, 2016 |
Ali01:Next Monday |
| Re: Andela: IT Training And Job by Ali01: 7:48pm On May 10, 2016 |
tr3y:Ok good luck! And for the experienced ones which Programming language is mostly used ![]() |
| Re: Andela: IT Training And Job by enigmatique(m): 8:23pm On May 10, 2016 |
Spyde:It doesn't matter. All you need to know is provided in the Home Study Curriculum. Study it very well, ace the tests and labs associated with it and you will sure be a guru. |
| Re: Andela: IT Training And Job by enigmatique(m): 8:30pm On May 10, 2016 |
Uhm... |
| Re: Andela: IT Training And Job by enigmatique(m): 8:33pm On May 10, 2016 |
Ehm... |
| Re: Andela: IT Training And Job by enigmatique(m): 8:35pm On May 10, 2016 |
tr3y, miketayo, johnez1987, damieskillz, louisdante et al, congratulations to US all! Let this hacking be taken to the next level! See y'all on Monday! (That is, HALLELUYAH, I also got a bootcamp IV! ) |
| Re: Andela: IT Training And Job by Spyde(m): 8:51pm On May 10, 2016 |
enigmatique:thanks |
| Re: Andela: IT Training And Job by tr3y(m): 1:03am On May 11, 2016 |
enigmatique:Nice!! Congrats, yeah see you on Monday. |
| Re: Andela: IT Training And Job by Spyde(m): 5:49am On May 11, 2016 |
guys pls help me out with this, i've been on it all through the night, thanks, class BankAccount(object): def __init__(self, balance=0): self.balance = balance def deposit(self, amount): self.amount = amount balance += amount return self.balance def withdraw(self, amount): if amount > balance: return "invalid transaction" else: self.balance -= amount return self.balance class MinimumBalanceAccount(BankAccount): def __init__(self, balance): BankAccount.__init__(self) self.minimum_balance = minimum_balance
|
| Re: Andela: IT Training And Job by Nobody: 8:35am On May 11, 2016 |
For those that wanna learn python with building a game check out http://programarcadegames.com that's where I learnt how to program really well from those days lol is based on python 3 |
| Re: Andela: IT Training And Job by miketayo(m): 8:43am On May 11, 2016 |
enigmatique:congrats!! see u on monday ![]() |
| Re: Andela: IT Training And Job by Spyde(m): 9:32am On May 11, 2016 |
Spyde:somebody shld pls assist me with this oooo |
| Re: Andela: IT Training And Job by Geist(m): 10:31pm On May 11, 2016 |
Spyde:pls post the question also |
| Re: Andela: IT Training And Job by enigmatique(m): 11:10pm On May 11, 2016 |
3doursdown:From what I gather, age(or gender) is NOT a barrier to getting into Andela. Further proof can be found from this Twitter post by the Andela branch in Kenya. https://mobile.twitter.com/Andela_Kenya/status/695910020681170944/photo/1 That was their class V. So, fear not. |
| Re: Andela: IT Training And Job by damieskillz(m): 6:43pm On May 12, 2016 |
enigmatique:looking forward to hacking alongside geniuses |
| Re: Andela: IT Training And Job by zenith4us: 6:48pm On May 13, 2016 |
enigmatique:See y'all on Monday! |
| Re: Andela: IT Training And Job by miketayo(m): 11:03pm On May 13, 2016 |
enigmatique:who is in bootcamp class 1? |
| Re: Andela: IT Training And Job by tr3y(m): 1:44am On May 14, 2016 |
miketayo:Reporting for duty |
| Re: Andela: IT Training And Job by johnez1987: 8:55am On May 14, 2016 |
tr3y:I'm in bootcamp class 1 too. What is the difference between bootcamp class 1 and class 2? |
| Re: Andela: IT Training And Job by damieskillz(m): 11:05am On May 14, 2016 |
miketayo:I'm in bootcamp class 1 also |
| Re: Andela: IT Training And Job by Barselonia(m): 2:08pm On May 14, 2016 |
Spyde:am having same problem like yours, stuck there for over 2 days.... don't know the way out.... anybody can help us. oooo we are stranded miketayo damieskillz johnez1987 enigmatique we need your help na.. u just doing like u don't see our message |
| Re: Andela: IT Training And Job by Geist(m): 2:36pm On May 14, 2016 |
Barselonia:if you can post the question along with the code you've written I'm will to help. |
| Re: Andela: IT Training And Job by Barselonia(m): 3:03pm On May 14, 2016 |
Geist:class BankAccount(object): def __init__(self, balance): self.balance = balance def deposit(self, amount): self.amount = amount balance += amount return self.balance def withdraw(self, amount): if amount > balance: return ("invalid transaction" ![]() self.balance -= amount return self.balance class MinimumBalanceAccount(BankAccount): self.minimumbalance = minimumbalance |
| Re: Andela: IT Training And Job by Spyde(m): 3:35pm On May 14, 2016 |
Barselonia:hey bro ,i av bin able to solve it, let d 'withdraw' come before deposit, works 4 me dat way |
| Re: Andela: IT Training And Job by miketayo(m): 4:46pm On May 14, 2016 |
Barselonia:post that part of ur code, with the error its giving u..am willing to help |
| Re: Andela: IT Training And Job by Barselonia(m): 6:09pm On May 14, 2016 |
miketayo:class BankAccount(object): def _init_(self, balance=0): self.balance = balance def withdraw(self, amount): if amount > self.balance: return 'invalid transaction' else: self.balance -= amount return self.balance def deposit(self, amount): self.balance += amount class minimumBalanceAccount(BankAccount): pass THERE IS AN ERROR/BUG IN YOUR CODE Results: Internal Error: runTests aborted: TestOutcomeEvent(handled=False, test=, result=, outcome='error', exc_info=(, TypeError('object() takes no parameters',), ), reason=None, expected=False, shortLabel=None, longLabel=None) is not JSON serializable |
| Re: Andela: IT Training And Job by miketayo(m): 8:38pm On May 14, 2016 |
Barselonia:in ur deposit function amount should equal something nd return self.balance . the other part of ur code is empty too |
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



