DEV Community

[Comment from a deleted post]
Collapse
 
hedgy134117 profile image
Graham Smith

There a couple of ways.

  1. If you want to continue your high school python learning outside of school, you can try a web framework like flask or Django, with Django being my favorite.
  2. As you've been learning javascript, you could learn express with nodejs, which allows you to make an API using javascript.
  3. For Java, you could learn something like Spring, but it's probably best to not try and do 3 languages at once.

This is just my 2 cents, best of luck!

Collapse
 
kichi_deavy profile image
Kichi Deavy

Thank you for your advice!