d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Start
12Next
Add Reply New Topic New Poll
Member
Posts: 57
Joined: Feb 16 2023
Gold: 7,433.00
Feb 25 2023 04:32pm
What programming language to start? I would like to make a online store

This post was edited by Ryniacz on Feb 25 2023 04:33pm
Member
Posts: 17,598
Joined: Sep 27 2012
Gold: 9,000.00
Feb 26 2023 08:23am
if your only goal is to make an online store. You dont need to learn programming. There is website builders/platforms like Wordpress / WooCommerce that will walk you through it

If you are adament on making it all from scratch, go for javascript :) Then learn HTML/CSS

This post was edited by ehmmkay on Feb 26 2023 08:24am
Member
Posts: 57
Joined: Feb 16 2023
Gold: 7,433.00
Feb 26 2023 02:55pm
Quote (ehmmkay @ Feb 26 2023 03:23pm)
if your only goal is to make an online store. You dont need to learn programming. There is website builders/platforms like Wordpress / WooCommerce that will walk you through it

If you are adament on making it all from scratch, go for javascript :) Then learn HTML/CSS


Thank you for your answer. What do you think about framework like Django or React?
Member
Posts: 17,598
Joined: Sep 27 2012
Gold: 9,000.00
Feb 26 2023 03:15pm
Quote (Ryniacz @ Feb 26 2023 09:55pm)
Thank you for your answer. What do you think about framework like Django or React?


Very nice frameworks :)

React is JavaScript
Django is python

I use Django myself but would probably recommend learning JavaScript + react if you really wanted to learn
Member
Posts: 57
Joined: Feb 16 2023
Gold: 7,433.00
Feb 27 2023 06:12pm
Quote (ehmmkay @ Feb 26 2023 10:15pm)
Very nice frameworks :)

React is JavaScript
Django is python

I use Django myself but would probably recommend learning JavaScript + react if you really wanted to learn


Thank you for your answer. Do you think javascript is better than python? More popular or future?
Member
Posts: 17,598
Joined: Sep 27 2012
Gold: 9,000.00
Feb 28 2023 02:57am
Quote (Ryniacz @ Feb 28 2023 01:12am)
Thank you for your answer. Do you think javascript is better than python? More popular or future?


For web development go with JavaScript

If you want to mess with big data / data science go python
Member
Posts: 23,271
Joined: Sep 29 2021
Gold: 0.69
Warn: 10%
Mar 1 2023 08:16am
Python for start imho. We are in 2023 currently all developers must control this langage. And its easy
Member
Posts: 9,080
Joined: Dec 14 2020
Gold: 4.00
Mar 4 2023 08:17am
Quote (Gr33dzie @ Mar 1 2023 04:16pm)
Python for start imho. We are in 2023 currently all developers must control this langage. And its easy


I would disagree with this statement. There is no real reason you to learn python if you are not into it on a daily basis. Also the fact that you have learnt the basics in programming will provide you with the skills to learn python in depth later on if you need to.

Python is quite popular option but lets not jump on to the hype train just for the sake of being up to date.

I have learnt python myself as a first language and i would consider that a wrong move for a first time learner except if you are specifically going for a DS, ML or AI job.

I would suggest javascript as a very first language if you are aiming at web development frontend / backend then learn html / css.
Member
Posts: 17,090
Joined: Nov 22 2008
Gold: 169.00
Mar 8 2023 03:37pm
Quote (Gr33dzie @ Mar 1 2023 03:16pm)
Python for start imho. We are in 2023 currently all developers must control this langage. And its easy


Also strongly disagree.
Python is great for beginners if they will do some basic scripts/crawlers/tasks but it gets extremely difficult doing some more complex things.

Start with fundamentals and switch to JS or some other language that have huge support and tutorials everywhere.
Member
Posts: 23,271
Joined: Sep 29 2021
Gold: 0.69
Warn: 10%
Mar 8 2023 03:43pm
Quote (WeAreTheBorg @ Mar 8 2023 10:37pm)
Also strongly disagree.
Python is great for beginners if they will do some basic scripts/crawlers/tasks but it gets extremely difficult doing some more complex things.

Start with fundamentals and switch to JS or some other language that have huge support and tutorials everywhere.


But JS isnt the best way to beggin in dev with all the respect i have to you
Also learning python will make it easier on other languages learning
Also python dev are in high demand

:hail:

Also for an online store with wordpress its python langage too.

This post was edited by Gr33dzie on Mar 8 2023 03:44pm
Go Back To Programming & Development Topic List
12Next
Add Reply New Topic New Poll