Skip to main content
2 answers
4
Updated 326 views

If I want to make the program and can search the resource online and download it, what computer language or course do I need to learn?

I am junior in high school. I plan to take some courses at the City college.

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

4

2 answers


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

Adit’s Answer

If you're keen on crafting a program that hunts for and downloads resources from the web, here's a friendly guide on what to study:

1. Programming Languages:
Start with Python: It's beginner-friendly and a popular choice for web scraping. Get to know libraries such as BeautifulSoup, Selenium, and Requests.
Move on to JavaScript: It's handy for tasks related to the web, especially when using tools like Node.js.
Try C# or Java: These are excellent for creating desktop applications.

2. The ABCs of Networking:
Get familiar with HTTP/HTTPS protocols and the ways to communicate with web servers. Grasping the concept of APIs is crucial for structured data access.

3. The Art of Web Scraping:
Employ tools like BeautifulSoup and Selenium to pull data from websites.

When you're in college, keep an eye out for courses in programming, web development, and networking. They'll be super helpful!
1
0
Updated
Share a link to this answer
Share a link to this answer

Andrew’s Answer

If you are just starting out, your best bet is to pick one language and focus on learning that. Popular languages you may consider are JavaScript, Python, and C#. All of these have a wealth of free learning options online, and are in high-demand with employers. I highly recommend checking out sites like FreeCodeCamp, CodeAcademy, Udemy, or W3Schools to get started.

Ultimately, your goal early on should be to understand the core concepts, principles, and logic behind coding. Once you learn to 'think in programming', you can easily transfer those ideas to new languages and even other career paths. Hope this helps!
0