43
need advices
(lemmy.world)
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
Follow the wormhole through a path of communities !webdev@programming.dev
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