DeuceKaboose wrote:
I have never been that great at math yet I am trying to learn programming
as of right now I am learning python and am getting good ad it (But I know it's one of the easiest languages )
which languages should I avoid and what languages should I shift towards?
Honestly math is way overrated in terms of its applicability to life as a programmer. I suppose it depends a lot on what sorts of applications you'd be programming and what the subject matter is, but I've worked in IT now for nearly 20 years, mostly as a developer, and I don't think I've ever used much math beyond pretty basic stuff - probably not much beyond what you'd learn in Algebra 2 in high school. Of course if you want to write a program to solve differential equations, it helps to know something about differential equations

But really if I look back the amount of math I took in college - two semesters of 2D calculus, and one sememster each of 3d calculus, Linear Algebra, combinatorics, probabilities, numerical analysis and probably one or two others that I'm not recalling, and while almost all of it could be applicable in some types of programming (again, really depending on the subject matter) you could get by in many types of programming knowing little to none of it. For instance linear algebra is quite useful in computer graphics, but I never really did much with computer graphics.
In any case though, how much and what math you need to know is really related to what you want to program, not what language you are going to use to do it. so if you aren't good at math, I don't feel you have any need to particularly avoid or embrace any particular languages.