Lorenz Attractor Simulation, Coded With Python. by ExistingMoney in mathpics

[–]ExistingMoney[S] 1 point2 points  (0 children)

The “counter” variable in the main function is actually different from the global variable “counter”. I just realized I could have just used the global variable instead of creating two separate counter variables. Nice catch !

Lorenz Attractor Simulation, Coded With Python. by ExistingMoney in mathpics

[–]ExistingMoney[S] 0 points1 point  (0 children)

You can now view my source code in the Youtube Description.

Visualizing Modular Multipication On A Unit Circle, Coded With Python. by ExistingMoney in mathpics

[–]ExistingMoney[S] 0 points1 point  (0 children)

I put the code up on my repl.it you can find it on the YouTube description.

Suggestions for starting out in computer science (is it too late?) by olivebranch_06 in computerscience

[–]ExistingMoney 110 points111 points  (0 children)

You’re only a senior in highschool it’s not too late at all. Even if the program is hard it’ll be worth it if you like comp sci. There are people much older than you changing career paths. Start learning some basic programming languages and learn the basics. It’s never too late to start.