Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
notepad
I don't know, IT-class? Python book? Udemy course?
What do you want to archive with programming? -
@BambuSource because I dont know anyone programming in Brainfuck. I made something once but not as job.
-
C -> Java/C#/Swift/Anything else
-> learn the concepts
-> look for examples
-> recreate stuff (it's the only way to gain massive amount of XP and knowledge)
-> go on your way
-> learn the cliches and join the dark side -
@py2js because he wants to write a WinRAR version without that annoying license pop-up?
-
Skrambl816y@coci start with c#. Its easy to understand, and you will see results really fast. There are also many tutorials and examples out there which will help you to understand the core principles.
-
@coci alright, so you understand little programming, like the basic syntax of python and logic, now what you do with it, is first understand (if exist, I'm no python expert) OOP, like objects, inheritance, all of that (again I have no clue how it's don't in python, you're on your own) then, pick up a framework for building gui applications, then start adding buttons, text fields, build whatever the hell comes to your mind first (don't get too complex, as your goal to get something that at least works) once you do that, start searching more and more about other stuff like server side code, how a massive application works and how there is a front end and backend that communicate together, understand what happens behind the scenes (unnecessary, but it helps with abstract thinking) and keep up with the trend, and expirement with other languages/frameworks, if you have an idea, don't be afraid to try it, that's how you learn the most.
In short, learn, write, compile, repeat.
where and how i start programming ?
question