Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,171,222 members, 7,880,815 topics. Date: Friday, 05 July 2024 at 07:24 AM

Coding Looks Cool. - Programming (5) - Nairaland

Nairaland Forum / Science/Technology / Programming / Coding Looks Cool. (18891 Views)

CODELAGOS: 337 Schools To Participate In Coding Competition / Learn Coding For Free, With Microverse, Pay The Tuition When You Start Earning. / Do We Have Coding Bootcamps In Nigeria? / Faster Way To Learn Web Development. (2) (3) (4)

(1) (2) (3) (4) (5) (Reply) (Go Down)

Re: Coding Looks Cool. by Olakinsdotcom(m): 12:55pm On Dec 29, 2019
ogorwyne:

Apart from developing interest, you would need to be focused and consistent. And oga, a lot of reading, sitting and practice is involved. Hope you can do all that? I'm a learner like you.

You could use books. Try to download these books : A Crash Course in python by Eric Matthes, Automate the boring stuff by Al ste*****. Some people use YouTube videos too Sha. Try codecademy.com if you can, w3schools, dataquest.io. While using books, always try to solve every exercise and do well to brush up everyday. smiley.
Try to go through this section thoroughly. You may find one or two threads useful.
Thanks big sister...Much love � .

1 Like

Re: Coding Looks Cool. by ogorwyne(f): 2:05pm On Dec 29, 2019
Olakinsdotcom:

Thanks big sister...Much love � .
You are welcome kiss.
Re: Coding Looks Cool. by Bossgem: 8:47pm On Dec 30, 2019
Grandlord:
I solve problems on the book I use but you can also check out

Leetcode
Topcoder
Codingbat

cc: Bossgem




Thank you. Will look them up.

1 Like

Re: Coding Looks Cool. by DavidTariq96(m): 11:48pm On Jan 01, 2020
Grandlord:
So I just started my self-taught tutorials on python and I'm loving it already! I feel like a fish taking to water. Awesome stuff. cool

I feel like i made the wrong career choice a decade ago. I should've majored in computer science in the university.

All the same, I think I'm gonna go on a big ride into this world of software and tech. I'm excited!
Anybody else starting out on programming? smiley

same here man, just started.
Kicked of with HTML though, dunno know if it's de right move for a newbie...
Love this thread, gonna keep in touch with it
Re: Coding Looks Cool. by Maskyy(m): 3:52am On Jan 11, 2020
someone should check out this my js code. ERROR: instead of 3 iteration output, it output 9 iterations. just bordering me since.


let z = [
{id : 1 , age : 20},
{id : 2 , age : 15},
{id : 3 , age : 30}
]

let Obj = {
oder1:{
id : 1,
name : 'Ben',
club : 'chelsea',
food : 'pie',
stat : 500
},
oder2:{
id : 4,
name : 'Bolu',
club : 'ManU',
food : 'saws',
stat : 700
},

oder3:{
id : 2,
name : 'Julie',
club : 'ManU',
food : 'saws',
stat : 700
}

}

z.filter(value => {
for (const key in Obj) {
if (Obj.hasOwnProperty(key)) {
const element = Obj[key];
value.id===element.id ? console.log(`hi ${element.name}. Id is correct`) : console.log(`invalid Id ${!String()}`);
}
}});
Re: Coding Looks Cool. by Xandelle: 1:03pm On Jan 12, 2020
Guys check this out:

[url]hackernoon.com/why-businesses-fail-at-machine-learning-fbff41c4d5db[/url]
Re: Coding Looks Cool. by noob03saibot(m): 7:22am On Jan 16, 2020
Grandlord:
Python no hard sha. I see why most people recommend it for beginners. I learnt all the basics in 4 weeks. I'm learning JavaScript now and with my knowledge of python, it's seems really easy too.

But my guy, no be by learning these basics o. All these basics na like tools. It is what you do with the tools that matter. So right now I'm working on many python projects to hone my skills on using these tools (basics). cool
hello! Please sir, which youtube video would you recommend for an absolute beginner to learn the rudiments of Python?
Re: Coding Looks Cool. by Grandlord: 7:38am On Jan 18, 2020
noob03saibot:
hello! Please sir, which youtube video would you recommend for an absolute beginner to learn the rudiments of Python?
I'll mention you on a post I wrote about this.
Re: Coding Looks Cool. by noob03saibot(m): 4:08am On Jan 19, 2020
Grandlord:
I'll mention you on a post I wrote about this.
thank you, I will be expecting.
Re: Coding Looks Cool. by iCode2: 5:55pm On Feb 11, 2020
I had issues with my hard disk. Had to buy a new one. I'm trying to install python on the system now but it's not just working. I get a message saying Windows service pack 1 needs to be installed. I've downloaded several from the net very large files up to 1gb but none of them installed as they were not compatible. One didn't even run sef.

Guys, pls what's the way out?
Re: Coding Looks Cool. by Infamous(m): 6:26pm On Feb 26, 2020
Bossgem:
Hi guys! Can you please help me figure out how to print this hollow rectangle with for loops? I was able to do it with print () alone. But the instruction is to use for loop. I tried youtube but didn't get any good answers. Please help!
Hello. What's your progress with Brian Heinold Python book?

1 Like 1 Share

Re: Coding Looks Cool. by Maskyy(m): 10:53pm On Apr 09, 2020
Maskyy:
someone should check out this my js code. ERROR: instead of 3 iteration output, it output 9 iterations. just bordering me since.


let z = [
{id : 1 , age : 20},
{id : 2 , age : 15},
{id : 3 , age : 30}
]

let Obj = {
oder1:{
id : 1,
name : 'Ben',
club : 'chelsea',
food : 'pie',
stat : 500
},
oder2:{
id : 4,
name : 'Bolu',
club : 'ManU',
food : 'saws',
stat : 700
},

oder3:{
id : 2,
name : 'Julie',
club : 'ManU',
food : 'saws',
stat : 700
}

}

z.filter(value => {
for (const key in Obj) {
if (Obj.hasOwnProperty(key)) {
const element = Obj[key];
value.id===element.id ? console.log(`hi ${element.name}. Id is correct`) : console.log(`invalid Id ${!String()}`);
}
}});

You want to be a programmer, developer, data scientists, designer and mobile dev eith full guide and motoring with tasks.

Codefans is helping a budding techie person Like you. Join their community and get train at no cost.

Fill this form to get started

https://docs.google.com/forms/d/18cWuMdfV2fZ7ERJHRkwzpAmqaAwA-_W5R4cpE0zGeFw/edit?usp=drivesdk

(1) (2) (3) (4) (5) (Reply)

C# - Capturing File Name From A FileUpload Control In Asp.net / Web Based Software Vs Standalone Solution / Simple Code Challenge: C#, Java, C, C++

(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. 21
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.