Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,151,918 members, 7,814,090 topics. Date: Wednesday, 01 May 2024 at 06:31 AM

Programming: Where Do I Start From - Programming - Nairaland

Nairaland Forum / Science/Technology / Programming / Programming: Where Do I Start From (1744 Views)

How Do I Start Please / I Want To Learn Artificial Intelligence, Where Do I Start From / I Want To Learn Programming, Where Do I Start From? (2) (3) (4)

(1) (Reply) (Go Down)

Programming: Where Do I Start From by larrymatty: 2:59pm On Apr 01, 2020
Good day Nairalanders,

Please how do I kick-start my career in programming.. I have no idea at all.
Please help me out �������
Re: Programming: Where Do I Start From by yomightgold(m): 3:12pm On Apr 01, 2020
Dear,

The easiest language you can learn now is Python. I will advice you to start with Python and I will be so glad to give you that training materials for free. Or you can use youtube
Re: Programming: Where Do I Start From by JOACHINpedro: 3:17pm On Apr 01, 2020
yomightgold:
Dear,

The easiest language you can learn now is Python. I will advice you to start with Python and I will be so glad to give you that training materials for free. Or you can use youtube
I'm in
Re: Programming: Where Do I Start From by CaptainMarvel(m): 5:34pm On Apr 01, 2020
There's no such thing as easiest programming language to start with. My advice is have a particular project/product in mind and gear your mind towards creating it. Google similar product/project and see the technology(programming language) mostly used for it. then learn as you build
Re: Programming: Where Do I Start From by blissbliss: 7:32pm On Apr 02, 2020
Hello friend,

I congratulate you on your decision to venture into the programming world.

Do have it at the back of your mind that you’d face hurdles at many points but those would make and mould you, anytime you come across any issue, take a break and then go back to it.

You’d be needing google as you sojourn in this journey, YouTube in some cases, books in some others.

It’s recommended starters go with python being that it’s easier to learn.

Your area of interest would also matter; be it mobile apps, web apps, and a couple of others.

You can do it, you can make it, do not give up!

1 Like

Re: Programming: Where Do I Start From by larrymatty: 12:43am On Apr 03, 2020
Thanks so much famz.. I really appreciate
Re: Programming: Where Do I Start From by krixus2(m): 4:29am On Apr 03, 2020
First: Develop deep interest
Secondly, Search for where this dream can be realistic( I recommend Madesoft Academy)
Lastly: Fuel your dream with passion
Re: Programming: Where Do I Start From by junnyjake(m): 11:29pm On Apr 03, 2020
blissbliss:
Hello friend,

I congratulate you on your decision to venture into the programming world.

Do have it at the back of your mind that you’d face hurdles at many points but those would make and mould you, anytime you come across any issue, take a break and then go back to it.

You’d be needing google as you sojourn in this journey, YouTube in some cases, books in some others.

It’s recommended starters go with python being that it’s easier to learn.

Your area of interest would also matter; be it mobile apps, web apps, and a couple of others.

You can do it, you can make it, do not give up!

For someone whose interest is in web & mobile apps development, would Python still be the best place to start?
Re: Programming: Where Do I Start From by junnyjake(m): 11:30pm On Apr 03, 2020
yomightgold:
Dear,

The easiest language you can learn now is Python. I will advice you to start with Python and I will be so glad to give you that training materials for free. Or you can use youtube

I'd love to have these training materials if you'd be so kind.
Re: Programming: Where Do I Start From by dipopooo(m): 11:58pm On Apr 03, 2020
yomightgold:
Dear,

The easiest language you can learn now is Python. I will advice you to start with Python and I will be so glad to give you that training materials for free. Or you can use youtube
. Bro I'm interested. Can you send the materials to me? dipopoo@gmail.com
Re: Programming: Where Do I Start From by blissbliss: 5:16am On Apr 04, 2020
junnyjake:


For someone whose interest is in web & mobile apps development, would Python still be the best place to start?

Well..., the idea is you want something that’d open your eyes and you wouldn’t find difficult to learn thereby discouraging you. Python would open your mind to basic of programming such as data/control structures (If I have money, I can buy a phone, else I cannot), loops/iterations and all.

That said, you can also use python (django) for web development.

Alternatively,
For web, you can learn html, then proceed to CSS, and then JavaScript.
Mobile has variants; you either go with hybrid (one app for Android, iOS) or native (java or kotlin for android; swift for iOS). For hybrid, just learn one language unlike native where you’ve got to learn each of the ones you’re interested in developing (iOS and/or android)

If you’re learning mobile, you may not need to learn python.
Re: Programming: Where Do I Start From by Johnmattee(m): 12:21pm On Apr 04, 2020
blissbliss:


Well..., the idea is you want something that’d open your eyes and you wouldn’t find difficult to learn thereby discouraging you. Python would open your mind to basic of programming such as data/control structures (If I have money, I can buy a phone, else I cannot), loops/iterations and all.

That said, you can also use python (django) for web development.

Alternatively,
For web, you can learn html, then proceed to CSS, and then JavaScript.
Mobile has variants; you either go with hybrid (one app for Android, iOS) or native (java or kotlin for android; swift for iOS). For hybrid, just learn one language unlike native where you’ve got to learn each of the ones you’re interested in developing (iOS and/or android)

If you’re learning mobile, you may not need to learn python.
I had learnt html, CSS and JavaScript but I want to move with backend, which one is easier to use for backend between node js and python(Django). I don't have experience in python before.
Re: Programming: Where Do I Start From by blissbliss: 12:42pm On Apr 04, 2020
Johnmattee:

I had learnt html, CSS and JavaScript but I want to move with backend, which one is easier to use for backend between node js and python(Django). I don't have experience in python before.

You can pick anyone that interests you.

Want to work for startups? Nodejs, PHP (laravel), in a few cases, python comes in handy.

Want more stability (banking)? DotNET, Java (Spring boot).

As a backend developer, you’re not limited to a language so either python or nodejs might come in handy for you at any point.

Verdict: you may choose node.js first since you’ve learnt JavaScript
Re: Programming: Where Do I Start From by junnyjake(m): 4:26pm On Apr 04, 2020
blissbliss:


Well..., the idea is you want something that’d open your eyes and you wouldn’t find difficult to learn thereby discouraging you. Python would open your mind to basic of programming such as data/control structures (If I have money, I can buy a phone, else I cannot), loops/iterations and all.

That said, you can also use python (django) for web development.

Alternatively,
For web, you can learn html, then proceed to CSS, and then JavaScript.
Mobile has variants; you either go with hybrid (one app for Android, iOS) or native (java or kotlin for android; swift for iOS). For hybrid, just learn one language unlike native where you’ve got to learn each of the ones you’re interested in developing (iOS and/or android)

If you’re learning mobile, you may not need to learn python.

Thanks so much for this.

This has given me the perfect head start.
Re: Programming: Where Do I Start From by abdulrahmanas: 5:22pm On Apr 04, 2020
Visit our site for learn Web Development https://vudaily..com
Re: Programming: Where Do I Start From by blissbliss: 6:08pm On Apr 04, 2020
junnyjake:


Thanks so much for this.

This has given me the perfect head start.

Awesome. Glad it helped in some way.
Re: Programming: Where Do I Start From by junnyjake(m): 1:30am On Apr 05, 2020
blissbliss:


Awesome. Glad it helped in some way.

Yea! A quick one please!

Although, I know, the further I advance the path becomes clearer, but, permit me to ask, where does the opportunity abound more? Web or mobile dev??
Re: Programming: Where Do I Start From by blissbliss: 5:13am On Apr 05, 2020
junnyjake:


Yea! A quick one please!

Although, I know, the further I advance the path becomes clearer, but, permit me to ask, where does the opportunity abound more? Web or mobile dev??

There are more web dev. guys than mobile, so you may have an edge with mobile.

But, just go the extra length to make your self the best; that way, you’d become an authority and a’hot cake’ in whichever you finally go with.

1 Like

Re: Programming: Where Do I Start From by junnyjake(m): 6:19pm On Apr 05, 2020
blissbliss:


There are more web dev. guys than mobile, so you may have an edge with mobile.

But, just go the extra length to make your self the best; that way, you’d become an authority and a’hot cake’ in whichever you finally go with.

Thanks bro!!
Re: Programming: Where Do I Start From by blissbliss: 7:24pm On Apr 05, 2020
junnyjake:


Thanks bro!!
You’re welcome Sir.
Re: Programming: Where Do I Start From by Raustin(m): 1:24pm On May 26, 2020
Check out these Posts by Bytestream (https://www.nairaland.com/5757688/what-learn-newbie-developerand-how#87797666), (https://www.nairaland.com/5758415/what-learn-app-developer-how#87808188) and this post by Philip0906 (https://www.nairaland.com/5468457/what-made-pick-interest-programming#83083167)
I hope it helps!
larrymatty:


Good day Nairalanders,

Please how do I kick-start my career in programming.. I have no idea at all.
Please help me out �������
Re: Programming: Where Do I Start From by Lorienta: 5:03pm On May 27, 2020
Programming lessons for kids ages 5+ and adults in Abuja.
Python
Java
Android
Javascript
Html
Css
Php
Scratch
Very affordable and from the safety and comfort of your home.
Call/WhatsApp: 09059206923
Re: Programming: Where Do I Start From by pidginedtec(m): 9:06am On May 28, 2020
larrymatty:
Good day Nairalanders,

Please how do I kick-start my career in programming.. I have no idea at all.
Please help me out �������

Your decision to kick-start a programmer career is a significant step; If you want to get started in the programming industry, no matter what platform or language you choose, this is what I'm going to recommend:

1. Pick your area of interest
Decide whether to develop web technologies (HTML5, CSS, JavaScript), mobile apps (Android, iOS, Windows Mobile), server development
(PHP, Node.js, ASP.NET) or writing desktop apps (.NET, WinForms, C++, C, WPF).


2. Select a language related to your area of interest
For example, you don’t need to learn COBOL when your area of interest is web development. Hardly a popular language for web pages.


3. Research your craft
Find every blog, article, magazine, video, and podcast dedicated to that language and learn.


4. Find a mentor
It will save you a lot of time and it will help boost your confidence level. Even though the Internet is vast and informative, a mentor can help in two ways: they can assist you in implementing best practises based on their experience and if they have a network of people, they may refer you to potential future opportunities.


5. Branch out/Experiment with other languages
You can run into obstacles with one language, where another language is easier to use. Once you grasp the strategies and semantics of one programming language, adapting the concepts to another is trivial.


Now that you have discovered and started coding your preferred language, how can you become an expert?

1. Become passionate about becoming better
Real programmers never stop learning.


2. ALWAYS know at least two Languages/Technologies

3. Code Personal Projects/Contribute to Open Source


Hope this helps!

(1) (Reply)

Learning Python Kivy / How To Convert EML File Into PST / Female Programmers Lets Meet Here

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