Tutorial or guidance for learning code and using github? #148260
-
Select Topic AreaGeneral GitHub Feature AreaGitHub Education BodyHello, I have used Github for a while now, and I have download and edited the code on my own, but I still do not know how to put it on my profile. I have tried to go, but I still do not understand any of it. So, I think I would need to learn how to use Github first before learning to code. I am really sorry if this question sounds vague or stupid, I am in my 30 trying to learn coding for my jobs, so anything you guys throw at me would help. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 3 replies
-
Hey, I am new to coding as well. My background is in finance, but I have always tried to pivot into other areas and explore my potential. Don't be afraid to attempt something that is unfamiliar; things will work out. Anyway, I'm just a noob on github, have pushed some of my own, but have never done a merge request, but I believe the best place to start is with github and YouTube, you'll learn a lot! Like this example from github channel. There are many things to learn there. Another method to learn is to just do it. Choose a project that you feel interest in and try to reproduce it. This can be anything from crawling the web to data analysis. Tons of sample projects right here. It is never too late to pick up something new, we are all lifelong learners. Keep up the good work, and try your best. |
Beta Was this translation helpful? Give feedback.
-
Wow did not expect a reply, thank you so much for the answer and word of encouragement. I will check out those links! BTW, what about the third question? Have you tried anything else besides Github? |
Beta Was this translation helpful? Give feedback.
-
Welcome to GitHub and the GitHub Community @mikonno1 🎆 ! We're glad you're here and can't wait to see where your GitHub journey takes you. Check out this check-in with links on how to choose your first project to contribute to, a blog with getting started resources, and a new user checklist. Best of luck! |
Beta Was this translation helpful? Give feedback.
-
Learning ResourcesGitHub, Python, Terminal - NoviceCodedex.io offers quick and fun courses for Python, GitHub, and working with the command line—all for free. I recommend completing all three for anyone interested in programming. These courses make the learning curve much smoother. For official GitHub courses, visit learn.microsoft.com. It provides high-quality material, and it’s completely free. Python - BeginnerCisco provides an Entry-Level Python Certification course. The course material is free, but certification requires payment. I suggest completing the course without paying for the certificate, like I did. Python - Beginner to Expert**I’ve been using CodeSignal.com for some time now. Its free tier allows five quick exercises every day. This is a great way to stay motivated; the small lessons add up over time. Learning on MobileIf you’re using a phone, SoloLearn is a fantastic, hands-on learning platform and app. It’s beginner-friendly and perfect for passing time during a bus ride. Best of all, it’s free—and I love free. |
Beta Was this translation helpful? Give feedback.
Hey, I am new to coding as well. My background is in finance, but I have always tried to pivot into other areas and explore my potential. Don't be afraid to attempt something that is unfamiliar; things will work out.
Anyway, I'm just a noob on github, have pushed some of my own, but have never done a merge request, but I believe the best place to start is with github and YouTube, you'll learn a lot! Like this example from github channel. There are many things to learn there. Another method to learn is to just do it. Choose a project that you feel interest in and try to reproduce it. This can be anything from crawling the web to data analysis. Tons of sample projects right here.
It is neve…