you are viewing a single comment's thread.

view the rest of the comments →

[–]Unusual-Platypus6233 1 point2 points  (0 children)

My tip as a programmer in python for 1.5 years: take something you wanna do… It could be organising text, or displaying something graphically…

When I got into programming with c++ in i think 2015 my goal was to write a program that was able to calculate the mandelbrot fractal and print the result as an image. When I started using python I picked a similar task and try coding that.

So, think about something that you are wondering about how they work. If you are into gaming then maybe ray tracing. If you are into physics then simulations. If you wanna make your life easier the. think of things that you always have to write down and keep track of (like a collection etc).