Posted September 26, 20222 yr For those who are studing programming: what's your fav programming language?
September 26, 20222 yr well I lile Python because it is good enough at most things to be useful and it is fast to write. It also has a great library support compared to the other languages that I have used. The majority of my work is limited more by my time than processing time, so things like multiprocessor optimization and weird data structures aren't really things that I have to worry about. I might put 500-1000 hours into a project that only gets run for 25 minutes every other week.
September 26, 20222 yr I study HTML + CSS and Java right now. I'm glad that I found web dev course at https://goit.global/us/ which I can combine with my day work. They can help me to improve my coding skills, create portfolio with samples of my work and employment assistance. I'll become a web developer in 10 months. Edited September 28, 20222 yr by olvs
September 26, 20222 yr Hi olvs, why are you talking to yourself with a bunch of aliases? This is an interesting topic though so I'm keeping it.
September 26, 20222 yr Python is what I like using for ease of just setting up some formulas to try out, I had some ideas about writing a program to web scrape ROTD votes from a thread and add them all up and output but I couldn't quite get the implementation down before this year's started. Got the regex sitting in my mind though, as long as votes are standardised. I have the most experience in answering formula questions and building small projects using Javascript so I'd also say that, it's a little bit more of a well put-together structure than Python and of course essential if you do web dev. And SQL is lovely, I almost never have problems with it. the more statically typed and strict languages scare me, though I'm at least okay with C. I've built a small text-based game in C++ and it was hellish. I don't like writing games, I've decided. At least not solo. (but this is the thing, try all the languages out, because they're mostly the same at their base and it all depends on use case)
September 26, 20222 yr JavaScript & C# have been the most 'natural' to me. I'd probably be fine with Python if I'd used it earlier but alas.
September 26, 20222 yr Difficult to choose! Python is always my go-to language, simply because it was the first one I learnt, but Java and C# are both nice languages as well (I enjoy how organised they both are).
May 20, 20232 yr I did R at university which was fine but a bit frustrating at times (it's developed quite a bit since then a lot of what I had trouble with is much easier now). Recently started learning Python and I'm enjoying it and finding it easier than R. Although I'm not sure if that's because my expereince in R makes learning Python a bit easier.  Â
June 5, 20232 yr Python: Python is known for its simplicity and readability. It is widely used for web development, scientific computing, data analysis, artificial intelligence, machine learning, and automation.
June 5, 20232 yr I learned Python during university and it's still pretty helpful for analysing data and doing scientific stuff basically.
Create an account or sign in to comment