Skip to main content
7 answers
7
Asked 563 views

How should I learn Python and Javascript?

I am a 10th-grader who knows almost nothing about Java and Python. What is the best way for me to become proficient and know how to use those languages for a range of projects? I have seen lots of websites and youtube videos on this but I want to know which websites/course/books etc worked the best for you learn Python or Java script

+25 Karma if successful
From: You
To: Friend
Subject: Career question for you

7

7 answers


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

Adit’s Answer

If you're just starting out with Python and JavaScript, here's a friendly guide to help you:

For Python, let's begin:

Platforms: Codecademy or Replit are great places to start.

Books: Give "Automate the Boring Stuff with Python" a try. It's a fun read!

YouTube: Check out freeCodeCamp or Programming with Mosh. Their tutorials are super helpful.

Projects: Start by building small tools. A calculator or a to-do list can be a good start.

Moving on to JavaScript:

Platforms: freeCodeCamp or Scrimba are excellent resources to explore.

Books: Have a look at "Eloquent JavaScript". It's free online and very informative.

Projects: Start creating simple websites or fun games like tic-tac-toe.

And don't forget to practice:

Platforms like HackerRank or Codewars offer interesting challenges.

Apply what you've learned in beginner-friendly coding projects.

Remember, the key is to learn a little every day and work on small projects. This will help your skills flourish!
1
0
Updated
Share a link to this answer
Share a link to this answer

Betsy’s Answer

I took Python for Beginners on Udemy. You can often find free courses on Udemy. I enjoyed the course and the instructor was very knowledgeable. There are many educational sites to learn from - as mentioned by some of the people here already.
0
0
Updated
Share a link to this answer
Share a link to this answer

Fadi’s Answer

First off, it’s fantastic that you’re looking to learn Python and JavaScript! Both languages are incredibly versatile and a great foundation for many types of projects, from web development to data science..

Before diving deep, it’s important to grasp the basic concepts of programming. These apply to most languages, including your targeted ones
.
PS:Most of the online introduction courses have these parts covered

Then try to learn about programming paradigms which we can describe as ways of thinking about how to write code. Understanding these will help you write cleaner, more efficient code and adapt to new languages easily.

Learn by Doing ! 

Start with small projects and gradually increase their complexity. This helps you apply what you’ve learned and solidify your knowledge

and most importantly, try to start with a pace that you can sustain over time since learning to program is like learning a new language: it takes time and practice.

Try to focus on understanding the core concepts and applying them in projects. Each time you build something new, you’re reinforcing your skills

.

Enjoy it and happy coding!
0
0
Updated
Share a link to this answer
Share a link to this answer

Linda’s Answer

Hi Janelle!

I used to be a computer science teacher. My students used CodeHS. (https://codehs.com) If you click "sign up" at the top-right corner and then click "At Home Learner" ... there is a free option for you to take courses. There are full-length Java and Python courses you can take: https://codehs.com/curriculum ... These were comprehensive and targeted to students your age. :)

I would also look for local hackathons where you can showcase your skills and work on real projects. Evenbrite is a great place to find those.

Hope this helps!

-Linda
0
0
Updated
Share a link to this answer
Share a link to this answer

Dinesh’s Answer

Boost your programming prowess by mastering Python and JavaScript, two languages that are prevalent in a variety of sectors. Here's an actionable guide to help you effectively learn each language:

Mastering Python

1. Grasp the Basics:
- Kickstart your journey by understanding Python's purpose and applications.
- Familiarize yourself with basic syntax, variables, data types, and operators.

2. Engage with Interactive Learning Platforms:
- Leverage websites like Codecademy, Coursera, edX, and freeCodeCamp for interactive Python courses.
- Practice coding problems on platforms like LeetCode and HackerRank.

3. Dive into Books and Documentation:
- Engage with books like "Automate the Boring Stuff with Python" by Al Sweigart and "Python Crash Course" by Eric Matthes.
- Utilize Python's official documentation as a rich resource.

4. Embark on Projects:
- Initiate with simple projects such as a calculator, to-do app, or web scraper.
- Explore GitHub for open-source projects that you can contribute to.

5. Discover Libraries and Frameworks:
- Delve into libraries like NumPy, pandas, and Matplotlib for data analysis.
- Master frameworks like Django or Flask for web development.

6. Immerse in a Community:
- Engage in Python communities like Python.org, Reddit’s r/learnpython, or Stack Overflow.

Mastering JavaScript

1. Understand the Basics:
- Learn about variables, data types, functions, loops, and events.
- Comprehend the Document Object Model (DOM) and JavaScript's interaction with HTML/CSS.

2. Leverage Online Courses:
- Utilize websites like freeCodeCamp, Codecademy, and Udemy for JavaScript courses.
- Engage with interactive coding exercises on platforms like Codewars or Exercism.

3. Understand JavaScript in Web Development:
- Discover how JavaScript is utilized in front-end development.
- Learn to manipulate the DOM and handle events.

4. Delve into Advanced Topics:
- Understand asynchronous programming, Promises, and async/await.
- Explore ES6+ features like arrow functions, destructuring, and modules.

5. Practice with Frameworks and Libraries:
- Master popular libraries and frameworks like React, Angular, or Vue.js.
- Comprehend how Node.js functions for server-side development.

6. Create Projects:
- Develop dynamic web applications or games.
- Participate in hackathons or coding challenges to apply your skills.

7. Engage with the Community:
- Join forums like Stack Overflow, Reddit’s r/javascript, or local meetups.

Persistently following these steps will help you gradually establish a robust foundation in both Python and JavaScript.

Dinesh recommends the following next steps:

Consistent Practice
Regularly solve problems on platforms like Project Euler or LeetCode
Collaborate with other learners to improve your skills.
Follow blogs, podcasts, and newsletters to keep up with new developments
Document your projects on GitHub or a personal blog to showcase your skills
0
0
Updated
Share a link to this answer
Share a link to this answer

Savyata’s Answer

Hi Jannelle,

To kickstart your journey in Python and JavaScript as a novice, I recommend starting with user-friendly online platforms like Codecademy or freeCodeCamp. Begin by focusing on the fundamental aspects of each language through engaging exercises. Then, slowly enhance your abilities by tackling small projects. These should involve crucial concepts such as variables, loops, functions, and conditional statements. Make sure you prioritize grasping the reasoning behind the code rather than just memorizing the syntax. And remember, regular practice is key to cementing your knowledge.
0
0
Updated
Share a link to this answer
Share a link to this answer

Iryna’s Answer

Hello!

Learning Python and JavaScript can be an exciting journey, especially for a 10th grader! Both languages are widely used in various fields, including web development, data analysis, and software engineering. Here’s a structured approach to help you become proficient in both languages, along with recommended resources:

Step-by-Step Learning Path
Understand the Basics
Start with basic programming concepts common to both Python and JavaScript, such as variables, data types, loops, and conditionals.

Choose Your Learning Resources
Select high-quality courses, books, and websites that cater to beginners. Here are some top resources for both languages:
Learning Python
Online Courses
Codecademy: Python Course
Interactive course that teaches beginner to intermediate concepts.

Codecademy Python
Coursera: Python for Everybody Specialization
University of Michigan's course focusing on Python's application in data and web.

Python for Everybody
edX: Introduction to Computer Science using Python
An introductory course by MIT, focusing on programming fundamentals.

MIT edX Course
Books
"Automate the Boring Stuff with Python" by Al Sweigart
Focuses on using Python for practical tasks, great for beginners.
Automate the Boring Stuff
"Python Crash Course" by Eric Matthes
A fast-paced introduction to Python with practical projects.
[Python Crash Course](https://www.no starch.com/pythoncrashcourse2e)

Learning JavaScript
Online Courses
Codecademy: JavaScript Course
An interactive course covering JavaScript fundamentals and beyond.
Codecademy JavaScript
freeCodeCamp: JavaScript Algorithms and Data Structures
A comprehensive and free resource for learning JavaScript.
freeCodeCamp

The Odin Project: Full Stack JavaScript
A free, open-source curriculum that covers JavaScript in the context of web development.
The Odin Project
Books
"Eloquent JavaScript" by Marijn Haverbeke
A well-regarded book that covers JavaScript and programming concepts.
Eloquent JavaScript
"JavaScript and JQuery: Interactive Front-End Web Development" by Jon Duckett
A visually engaging book that combines JavaScript with jQuery for web development.
JavaScript and JQuery

3. Practice Regularly
Coding Platforms: Use platforms like LeetCode, HackerRank, or Codewars to practice coding problems and improve your skills.
Engage in small projects or challenges to apply what you've learned. Building simple applications, games, or scripts will reinforce your understanding.

4. Join Online Communities
Discussion Forums: Participate in online programming communities such as Stack Overflow, Reddit (e.g., r/learnpython or r/javascript), or dedicated Discord servers. Asking questions and sharing knowledge can enhance your learning experience.
Local Coding Meetups: If available, join local coding clubs or meetups to network with fellow learners and experienced developers.

5. Work on Projects
Start applying your skills by working on small projects that interest you, such as:
A Python script to automate a mundane task.
A basic JavaScript web application or interactive web page.
Gradually increase the complexity of your projects as you gain confidence.

6. Explore Advanced Topics
Once you have a good grasp of the basics, explore advanced subjects such as:
Python: Data analysis (Pandas), web frameworks (Flask, Django), or machine learning (scikit-learn).
JavaScript: Front-end frameworks (React, Vue.js), back-end development (Node.js), or APIs.

Learning Python and JavaScript is achievable with dedication and the right resources. Start with beginner-friendly courses and books, practice regularly, engage with communities, and work on projects that excite you. Over time, you will develop proficiency in both programming languages, opening doors to various opportunities in technology and programming. Happy coding!
0