Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / NewStats: 3,207,301 members, 7,998,514 topics. Date: Saturday, 09 November 2024 at 05:57 PM |
Nairaland Forum / Science/Technology / Programming / I Want To Learn Programming. Which Language Should I Start With? (693828 Views)
As A Computer Science Student,which Language Should I Start Learning / Which Programming Language Should He Go For? / I Want To Learn Computer Programming, What Language Should I Learn First? (2) (3) (4)
(1) (2) (3) ... (119) (120) (121) (122) (123) (124) (125) ... (168) (Reply) (Go Down)
Re: I Want To Learn Programming. Which Language Should I Start With? by Daejoyoung: 10:15am On May 17, 2020 |
Goodbloke:Html and css are not programming languages. You just write them in an IDE like visual basic and the likes. Java is a programming language, and the environment for java must be downloaded and installed. |
Re: I Want To Learn Programming. Which Language Should I Start With? by Javanian: 2:24pm On May 17, 2020 |
Thanks to everyone who has kept answering questions of this thread. Thanks for keeping the thread moving. You guys are the best! 6 Likes 1 Share |
Re: I Want To Learn Programming. Which Language Should I Start With? by arejibadz(m): 2:29pm On May 17, 2020 |
Please any one here using vue....tried using it for the 2nd time but its not hosting locally again do i need to install it again before using it
|
Re: I Want To Learn Programming. Which Language Should I Start With? by Kennyolowo(m): 2:35pm On May 17, 2020 |
Daejoyoung: Please am new to programming. i've been watching python tutorial. But i think i need someone to put me through a bit. |
Re: I Want To Learn Programming. Which Language Should I Start With? by Daejoyoung: 4:40pm On May 17, 2020 |
Kennyolowo:Try to solve exercises from a book on each topic you have learnt. Sfter learning 5 topics, build a project or try to analyse a project that makes use of those topics. |
Re: I Want To Learn Programming. Which Language Should I Start With? by Kennyolowo(m): 1:14am On May 18, 2020 |
Daejoyoung: Please can you recommend books for me and where i can get them from. I only watch youtube videos. Thanks in advance. |
Re: I Want To Learn Programming. Which Language Should I Start With? by Daejoyoung: 5:56am On May 18, 2020 |
Kennyolowo:Automate the boring stuff with python (pdf). |
Re: I Want To Learn Programming. Which Language Should I Start With? by iCode2: 11:52am On May 18, 2020 |
Hey guys, so, I'm trying my hands on this exercise: The Collatz Sequence Write a function named collatz() that has one parameter named number. If number is even, then collatz() should print number // 2 and return this value. If number is odd, then collatz() should print and return 3 * number + 1. Then write a program that lets the user type in an integer and that keeps calling collatz() on that number until the function returns the value 1. (Amazingly enough, this sequence actually works for any integer—sooner or later, using this sequence, you’ll arrive at 1! Even mathematicians aren’t sure why. Your program is exploring what’s called the Collatz sequence, sometimes called “the simplest impossible math problem.”) Remember to convert the return value from input() to an integer with the int() function; otherwise, it will be a string value. Hint: An integer number is even if number % 2 == 0, and it’s odd if number % 2 == 1. Here's my code:
What am I not doing right? Cc: Daejoyoung And all |
Re: I Want To Learn Programming. Which Language Should I Start With? by Nikhilkumarcool: 7:48pm On May 18, 2020 |
One of the best website which I found was https://www.chlopadhe.com/constructor-overloading-in-c/ |
Re: I Want To Learn Programming. Which Language Should I Start With? by DAVIDESK: 5:50am On May 19, 2020 |
You asked a very wonderful #question- I suggest that you begin with Desktop Application before switching to mobile, preferably java. Learn more about developing with javafx in a well materialized xml coding here JavaFX as you know is a very hot tea in the industry. Don't forget to subscribe to always get update on our Latest tut. 1 Like |
Re: I Want To Learn Programming. Which Language Should I Start With? by Nikhilkumarcool: 10:55am On May 19, 2020 |
You Can try C or C++ [s]https://www.chlopadhe.com/constructor-overloading-in-c/[/s] |
Re: I Want To Learn Programming. Which Language Should I Start With? by HappyPagan: 10:51pm On May 19, 2020 |
Javanian:Hey Java.. don tey o.. |
Re: I Want To Learn Programming. Which Language Should I Start With? by HappyPagan: 11:09pm On May 19, 2020 |
@iCode2 ....Try this. def collatz(number): |
Re: I Want To Learn Programming. Which Language Should I Start With? by Maydayy(m): 12:05pm On May 20, 2020 |
Good afternoon friends. I'm new to programming. I'm still learning java and CSS . pls can someone recommend apps I can use in practicing the both of them on my laptop. |
Re: I Want To Learn Programming. Which Language Should I Start With? by Nobody: 4:55pm On May 20, 2020 |
Please who knows how to download videos froom youtube |
Re: I Want To Learn Programming. Which Language Should I Start With? by iCode2: 7:46pm On May 20, 2020 |
HappyPagan:It worked! Thanks |
Re: I Want To Learn Programming. Which Language Should I Start With? by Raxxye(m): 10:41pm On May 20, 2020 |
HappyPagan:Good evening, Bro. Pls what's the minimum system spec requirements to install python? The package isn't working in my system. Mine laptop is Pentium dual core, 4gig RAM. |
Re: I Want To Learn Programming. Which Language Should I Start With? by HappyPagan: 10:59pm On May 20, 2020 |
Raxxye:Good day.. what's the exact problem? What package did you download? I'll be hosting a class on Programming with Python on Telegram. |
Re: I Want To Learn Programming. Which Language Should I Start With? by HappyPagan: 11:00pm On May 20, 2020 |
iCode2:You are welcome. I'm teaching a class on Python, if you'd like to join. Link: bitDOTly/2Lr4q13 (change dot to fullstop) 2 Likes |
Re: I Want To Learn Programming. Which Language Should I Start With? by Raxxye(m): 11:14pm On May 20, 2020 |
HappyPagan:I have downloaded both the full anaconda distribution as well as python from python website. Both have failed to install. The error message when I try installing the python is: "the program can't start bc api-ms-win-crt-runtime-l1-1-0.dll is missing from your computer". I googled the error code and tried to fix it as demonstrated on the YouTube video, but it still doesn't work. I've also tried installing MS visual code, but that also failed. Don't know why I'm having these issues. |
Re: I Want To Learn Programming. Which Language Should I Start With? by HappyPagan: 11:21pm On May 20, 2020 |
Raxxye:Hey, what Operating system are you using? Win 10, 7 or 8? is it 64-bit or 32-bit? Download and install one of the below. Then try installing the programs again. 64-bit https://aka.ms/vs/16/release/VC_redist.x64.exe 32-bit https://aka.ms/vs/16/release/VC_redist.x86.exe |
Re: I Want To Learn Programming. Which Language Should I Start With? by Raxxye(m): 11:34pm On May 20, 2020 |
HappyPagan:I'll try this. Thanks. System is Windows 7, 64-bit. |
Re: I Want To Learn Programming. Which Language Should I Start With? by ayoola27: 10:13am On May 21, 2020 |
pls...is there an app that I can use to learn HTML with Android |
Re: I Want To Learn Programming. Which Language Should I Start With? by HappyPagan: 10:30am On May 21, 2020 |
Raxxye:Yo. Did it work? |
Re: I Want To Learn Programming. Which Language Should I Start With? by HappyPagan: 10:32am On May 21, 2020 |
Kennyolowo:Good day . I'll be hosting a class on Programming with Python on Telegram. |
Re: I Want To Learn Programming. Which Language Should I Start With? by Nobody: 4:16pm On May 23, 2020 |
I started with Django, trying to make a blog app. But I'm getting this error. Help will be greatly appreciated.
|
Re: I Want To Learn Programming. Which Language Should I Start With? by Daejoyoung: 4:50pm On May 23, 2020 |
Graspad:Check the folders for views.py and urls.py. I think it can't read it from the folder, or try importing views directly from your app. For example if the name of your app is blog, then write: from blog import views It's a folder problem, I believe. |
Re: I Want To Learn Programming. Which Language Should I Start With? by Nobody: 5:45pm On May 23, 2020 |
ayoola27: Download Sololearn on Playstore. 1 Like |
Re: I Want To Learn Programming. Which Language Should I Start With? by fleksy: 9:44am On May 24, 2020 |
Re: I Want To Learn Programming. Which Language Should I Start With? by iCode2: 2:35pm On May 24, 2020 |
Graspad:Hi, can I talk to you offline? Maybe on WhatsApp.. |
(1) (2) (3) ... (119) (120) (121) (122) (123) (124) (125) ... (168) (Reply)
Viewing this topic: 6 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. 39 |