Anyone else here a programmer?

Started by Interested Nudist, July 12, 2020, 12:29:18 AM

0 Members and 1 Guest are viewing this topic.

FelixH2020

I have build some websites for family and friends but it is all in wordpress so I cannot say I am a programmer or developer I think!

I would like to learn some coding but am now in medicine so it is not so easy to find the time to learn it - I think combination of the two skills might make me a superman who can cure every problem in the world though!  :thinking:

With some html and css skill what is the next thing I should try and learn?

swede

Quote from: FelixH2020 on October 23, 2020, 03:18:12 PM
I have build some websites for family and friends but it is all in wordpress so I cannot say I am a programmer or developer I think!

I would like to learn some coding but am now in medicine so it is not so easy to find the time to learn it - I think combination of the two skills might make me a superman who can cure every problem in the world though!  :thinking:

With some html and css skill what is the next thing I should try and learn?

IMO you should start with the basics, like C++, then move on to stuff like java

PBA

Not a programmer, but im in a trade program for computer hardware, networking and security

Interested Nudist

Quote from: swede on October 24, 2020, 09:01:11 AM
Quote from: FelixH2020 on October 23, 2020, 03:18:12 PM
I have build some websites for family and friends but it is all in wordpress so I cannot say I am a programmer or developer I think!

I would like to learn some coding but am now in medicine so it is not so easy to find the time to learn it - I think combination of the two skills might make me a superman who can cure every problem in the world though!  :thinking:

With some html and css skill what is the next thing I should try and learn?

IMO you should start with the basics, like C++, then move on to stuff like java

Huh, I found Java to be easier to learn than C++. Guess that's just me
"It is a shame for a man to grow old without seeing the beauty and strength of which his body is capable." - Socrates

ejniceguy

Quote from: Interested Nudist on October 25, 2020, 01:05:36 AM
Quote from: swede on October 24, 2020, 09:01:11 AM
Quote from: FelixH2020 on October 23, 2020, 03:18:12 PM
I have build some websites for family and friends but it is all in wordpress so I cannot say I am a programmer or developer I think!

I would like to learn some coding but am now in medicine so it is not so easy to find the time to learn it - I think combination of the two skills might make me a superman who can cure every problem in the world though!  :thinking:

With some html and css skill what is the next thing I should try and learn?

IMO you should start with the basics, like C++, then move on to stuff like java

Huh, I found Java to be easier to learn than C++. Guess that's just me

I personally feel like Java was easier for me to pick up as well honestly. Once I got used to the syntax and such, Java made it so much easier for me to understand the concepts behind object oriented programming IMO.

CatBug

I don't think there is too much difference if you start with C++ / C# or Java for learning. It's the basic concepts that you need to know.
Would like to know all of you! Feel free to contact me, just PM :)

Delta

C++ is very much not designed to be a language that can easily be picked up. The concepts are not that different from other languages, but it has a lot more potential for working with the bare metal and getting hurt in the process, and a lot of historical baggage. A valuable skill to learn, but probably not as an intro to programming.
Please send me a message on the forum before contacting me over IM. For best results, also mention what you want to talk about, I am not much of a smalltalker.

Borter

Quote from: Mr S on October 22, 2020, 05:50:29 PM
I have basic knowledges about Python language. I would like to expand my skills in programming. Which languages do you all recommend?

It depends on what you want to do. If you want to go into embedded development (write software for devices) I would suggests C++ (and C for very lowlevel tasks), for Windows Desktop applications perhaps C# would be better, for Android Java or Kotlin, for Web development its good to start with php and JavaScript (also if it is possible to do it also with Java on server side).

Quote from: FelixH2020 on October 23, 2020, 03:18:12 PM
With some html and css skill what is the next thing I should try and learn?
If you want to become more professional on websites I would suggest JavaScript (needed for scripting on the browser side) and php (for scripting on server side).

Gusse

I think that nowdays node.js is very good to know. You can make desktop apps with it with electron, you can use node.js to code server-side. Node.js also has a good package manager npm. So I will suggest node.js. It is also good way to move on from python-like languages to more advanced languages like C.

If there needs to be semicolon after command in a language, it is advanced language.
"We are psychos."
"And I am history."

FelixH2020

Quote from: Delta on October 25, 2020, 09:33:10 AM
C++ is very much not designed to be a language that can easily be picked up. The concepts are not that different from other languages, but it has a lot more potential for working with the bare metal and getting hurt in the process, and a lot of historical baggage. A valuable skill to learn, but probably not as an intro to programming.

Thanks! I think it looks like Java for me next then  :coffee2

ejniceguy

Quote from: Conjuam on October 26, 2020, 10:59:39 PM
I'm currently studying computer science and I've been taught that, once you know the different paradigms, and you know what you want to make and how to make it, then that should govern your choice of language. Hi early though, any relatively universal language like C (++/#) or Java would be best to move on to as you can use them in a great many scenarios.

We're doing C# because we are making games in Unity2D, but I'd much rather use C++ or Python because that's where my familiarity and (limited) experience lies.

A quote from my professor that always stood with me is the hardest programming language to learn is your first one. Which makes a lot of sense, because a lot of the concepts are similar between many of the more popular languages. And at that point, all you need to do is figure out the differences in syntax and such between languages A and B, which is easy enough to determine once you know what you're looking for.

TheNudeBot

Quote from: Delta on October 25, 2020, 09:33:10 AM
C++ is very much not designed to be a language that can easily be picked up. The concepts are not that different from other languages, but it has a lot more potential for working with the bare metal and getting hurt in the process, and a lot of historical baggage. A valuable skill to learn, but probably not as an intro to programming.

Ironically, C++ is the language my college uses for its Computer Science 1 & 2 courses
Hanging out with everything out

Soldyrkare

A bit. I like it tbh, it can be a lot of fun and it's very creative. I'm not super adept at it at the moment but I'm learning.

TheMattinator

Quote from: TheNudeBot on December 31, 2020, 02:53:17 AM
Quote from: Delta on October 25, 2020, 09:33:10 AM
C++ is very much not designed to be a language that can easily be picked up. The concepts are not that different from other languages, but it has a lot more potential for working with the bare metal and getting hurt in the process, and a lot of historical baggage. A valuable skill to learn, but probably not as an intro to programming.

Ironically, C++ is the language my college uses for its Computer Science 1 & 2 courses

isnt it really old? do people still use it for real things?

Soldyrkare

Quote from: TheMattinator on January 05, 2021, 03:23:45 PM
Quote from: TheNudeBot on December 31, 2020, 02:53:17 AM
Quote from: Delta on October 25, 2020, 09:33:10 AM
C++ is very much not designed to be a language that can easily be picked up. The concepts are not that different from other languages, but it has a lot more potential for working with the bare metal and getting hurt in the process, and a lot of historical baggage. A valuable skill to learn, but probably not as an intro to programming.

Ironically, C++ is the language my college uses for its Computer Science 1 & 2 courses

isnt it really old? do people still use it for real things?

It is old but incredibly powerful. You have full control more or less, and it's the main language used when building larger scale applications because of its resource efficiency. Also it's fun, I'd say, lol.