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.
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
0
fwiw, speaking of robots, all code I've used on my raspberry pis are in Python..robots, temp sensors and reporting, etc.
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 ?
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.
0
hmm its still looks unclear to me but i guess ill get it with time and patience.
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.