Programming and Computer Science Resources

In summary, programming and computer science resources are essential tools for learning and mastering the fundamentals of coding and computer science. These resources can range from online courses and tutorials to textbooks and coding challenges, providing individuals with a variety of options to suit their learning style and level of expertise. Additionally, there are numerous online communities and forums where individuals can connect with others in the field, share knowledge and resources, and seek help and advice. Keeping up with the ever-evolving world of technology, these resources are constantly updated and expanded, making it easier than ever to access the knowledge and skills needed to become proficient in programming and computer science.
  • #71
here are some some helpful resources
http://www.perlmonks.org/index.pl?node=Tutorials
http://archive.ncsa.uiuc.edu/General/Training/PerlIntro/
http://www.comp.leeds.ac.uk/Perl/start.html
 
Technology news on Phys.org
  • #72
Overall great thread! Thanks for everyone's input.
 
  • #73
I prefer to use www.codecademy.com
 
  • #74
Regardless of the coding language chosen, the best tool for coding efficiency is an excellent code editor. And no - Notepad is not a code editor.

I used to be most effective with Brief - and then Borland bought it, renamed it Codewright and dropped it.

My programming editor of choice now is Slickedit.
 
  • #75
As a self-taught programmer, I follow mainly OSSU's (Open Source Society University) curriculum on GitHub. It claims to be a complete education in computer science and has a list of free MOOC courses that you can follow, just like attending university.
https://github.com/ossu/computer-science
 
  • Like
Likes doglover9754
  • #76
Curiosity 1 said:
As a self-taught programmer, I follow mainly OSSU's (Open Source Society University) curriculum on GitHub. It claims to be a complete education in computer science and has a list of free MOOC courses that you can follow, just like attending university.
https://github.com/ossu/computer-science
I’m also a self taught programmer. Well, sorta... I learned a little on my own and then when I got really serious about it, I used other sources to help me.
 
  • Like
Likes Curiosity 1
  • #77
For Russian.
1. Stepic.org - russian education resources, equal coursera.
2. Russian language course C++ White Belt (for c++ beginners) - https://www.coursera.org/learn/c-plus-plus-white
 
  • #78
Personally, I prefer reading code theory, especially when I was a beginner at coding and often needed some guidance on how to perform one thing or another. An example of such code theory would be this: https://www.bitdegree.org/learn/ . I like that everything is explained step-by=step and it's easy to navigate thanks to the sidebar
 
  • #79
My GitHub repository: https://github.com/aromanro?tab=repositories has16 C++ projects targeted at computational physics. I'm working on the 17th now, on Ray Tracing (related with geometrical optics quite well).

Projects range from easy physics topics to quite advanced.
 
Last edited by a moderator:
  • #80
So far my coding is not so good so I usually re-use other programs and add/modify them. Here is good resource to look at some code examples:

code examples in different languages
 
  • #81
Thank you very much! This is A LOT of resources. Absolutely what I am looking for. :oldbiggrin:
 
  • #82

Similar threads

  • Programming and Computer Science
Replies
5
Views
700
  • Programming and Computer Science
Replies
11
Views
1K
  • Programming and Computer Science
Replies
15
Views
1K
  • Sticky
  • Programming and Computer Science
Replies
13
Views
4K
  • Programming and Computer Science
Replies
29
Views
3K
  • Programming and Computer Science
Replies
5
Views
3K
Replies
1
Views
788
  • Programming and Computer Science
Replies
7
Views
5K
  • STEM Academic Advising
Replies
7
Views
2K
Back
Top