Skip to main content
6 answers
6
Updated 1362 views

I need to know how to learn fully Javascript and Python!?

I need to learn coding such as Javascript and Python , but I get confused and I don't think I;m absorbing the material. Please give me your expert advice on what to do????


6

6 answers


1
Updated
Share a link to this answer
Share a link to this answer

Shay’s Answer

It's completely normal to feel confused when learning to code, especially with multiple languages. My best advice is to start with just one language, like Python, and focus on understanding the core concepts behind the code, not just memorizing syntax. Active learning is key: consistently write code yourself, even if it's just retyping examples, and immediately apply what you learn by solving small problems and building tiny projects. Don't be afraid of errors; they're valuable learning opportunities. This focused, hands-on approach, combined with consistent practice, will help you absorb the material and build confidence.
Thank you comment icon Thank you, this is amazing! I really needed it. Jimmy
1
0
Updated
Share a link to this answer
Share a link to this answer

David’s Answer

Learning a programming language can be quite challenging, so don't worry if it feels overwhelming or confusing at first. As others have said, start with one language at a time, as it will limit the learning curve. One of the best ways I have found to absorb a new language is to write a real-world application or program in that language. This is a common approach in many online language training programs. It doesn't have to be large or fancy, but having an application that forces you to use the language to accomplish tasks and solve problems really helps solidify what you are learning. Another benefit of creating an application like this is that when you go to learn another programming language, you can rewrite the app using the new language, which will help you learn the new language, but also compare and contrast the differences, strengths, and weaknesses of the two languages.
0
0
Updated
Share a link to this answer
Share a link to this answer

David’s Answer

It's fantastic that you're excited about coding and eager to learn different languages. Start by choosing one language and dive deep into it, gaining as much experience and knowledge as you can. Don't hesitate to explore new ideas and learn from any mistakes. Often, the best lessons come from things that don't work out as planned, and solving these challenges will boost your skills.

The skills and mindset you build while learning your first language will be incredibly valuable and will make picking up other languages easier. Although each language has its own syntax, developing a strong programming approach will help you notice the similarities between them.
0
0
Updated
Share a link to this answer
Share a link to this answer

Jesenia’s Answer

Hi Jimmy,

The below sites offer great ways to expand your skillset.

https://www.fullstackacademy.com/intro-to-coding
https://www.fullstackacademy.com/fullstack-events

The Tech Connect program at the New York Public Library is also an awesome resource below
https://www.nypl.org/techconnect
0
0
Updated
Share a link to this answer
Share a link to this answer

Jai’s Answer

It's great that you're excited to learn a language like JavaScript! Start with the basics using this helpful tutorial:

https://www.w3schools.com/js/

Once you're comfortable, you can explore more advanced topics here:

https://tc39.es/ecma262/

Keep going, and enjoy the journey!
0
0
Updated
Share a link to this answer
Share a link to this answer

Donald’s Answer

Learning computer languages can be challenging, but you're not alone. Many people start without any natural talent, and that's why there are so many resources and communities ready to help you.

Every programmer, even experienced ones, uses Google for help. Websites like Reddit and Stack Overflow offer supportive communities where you can ask questions and get advice. It's just about finding the ones that suit you best.

There are also many affordable or free ways to learn coding. You can explore free websites, visit your local library for programming books, or even check out Kindle Unlimited for more options. Joining programming meet-up groups or Facebook communities can also be a great way to connect with others, especially if you prefer learning with people face-to-face. Keep exploring until you find what works for you.
0