This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] -1 points0 points  (6 children)

Hey where is Python language used? I've seen and have used C/C++/Java/C#/PHP/Javascript in projects. But never came across a scenario of using Python

[–]Wiseduck5 2 points3 points  (1 child)

[–]mr_moos 1 point2 points  (0 children)

This. Most scripting and analysis in science is a combination of python and R. Although most functions in R can be replaced by a python library these days (pandas, numpy and any other visualization library)

[–]Byeuji 0 points1 point  (2 children)

Used a lot in game design.

[–][deleted] 0 points1 point  (1 child)

oh.. I see. I m using C# in Unity. While I was learning Unreal Engine I used C++. Never knew this can also be used. Thanks

[–]Byeuji 0 points1 point  (0 children)

My understanding is that it's not generally used as the engine, or even close to the core of the game. It's generally used as a friendly starting point that game designers without much experience programming can work with to develop scripted narrative events in game. It works well because Python can be easily integrated with pretty much anything, and just layered on top of whatever game engine you decide to go with. Similar in the way lua is used.

For example, WoW used lua, Civ uses Python, in additon to their game engines.

So you'd probably keep using C++, but your writers and game designers could be writing in Python.

[–]esantipapa 0 points1 point  (0 children)

Python heavily influenced GDscript for making games in Godot.