this post was submitted on 08 Dec 2024
41 points (90.2% liked)
Programming
17655 readers
323 users here now
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities [email protected]
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
okay, thanks ill start looking for resources.. are there any resources you can recommend for my zero knowledge brain about programming?
pardon my english
A good place to start is the University of Helsinki Java MOOC, it starts from zero knowledge and has lots of practice exercises.
thanks a lot sir.. edit : can u tell me why is it good to start on ur link?
It uses a strongly type language so it teaches good practices, it's based on a widely used language in the industry, it's a bloody good course that teaches the fundamentals of programming very well. If you learn better with videos, I recommend this course, but it's not free.
okay sir, ill try with your given links. thanks a lot
https://en.m.wikibooks.org/wiki/Non-Programmer%27s_Tutorial_for_Python_3
https://automatetheboringstuff.com/#toc
thank you