what possibilities do i have with python | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

what possibilities do i have with python

hello. im trying to give an hour per day to informatics but im new at programming. heard python was good for beginners and was covering a big range of possibilities. But can it be used as an actual structure or do it just come in addition with other languages? for example can you write webpages with it or do it just come in addition with HTML? Or can you write or edit operating system ? thanks for reading this and excuse my english.

8th Aug 2016, 1:31 AM
Joël Thenail
Joël Thenail - avatar
6 Antworten
0
python is indeed a programming language wich can be easily done by a beginner (like me on the beginning) and yes, python has a very large range of possibillities. with the basic python functions you can do not that much but thats why people write their own functions and modules. with these 3rd party libraries everything is possible, from games to websites to datastructures to robots to supercomputers
8th Aug 2016, 7:29 AM
Tom Post
Tom Post - avatar
0
fwiw, speaking of robots, all code I've used on my raspberry pis are in Python..robots, temp sensors and reporting, etc.
8th Aug 2016, 10:43 AM
Izz
Izz - avatar
0
thank you guys for your answers , so those librairies are acting like software that change the actual code from a language to another one ?
8th Aug 2016, 11:21 AM
Joël Thenail
Joël Thenail - avatar
0
think of them more like plugins to enhance. you could do it all yourself in Python, but the modules are there to help make things easier...you can even write your own. it's all still python...just basic python equals basic functionality. python + modules = superhero python there to help you.
8th Aug 2016, 11:26 AM
Izz
Izz - avatar
0
hmm its still looks unclear to me but i guess ill get it with time and patience.
8th Aug 2016, 11:39 AM
Joël Thenail
Joël Thenail - avatar
0
I'll try to be more clear in next post..on my way to work now. :) I am always more than happy to assist.
8th Aug 2016, 11:41 AM
Izz
Izz - avatar