some questions about python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

some questions about python

1. How can I read excel files and use them? 2. How can I do grafics in python? 3. Which development enviroment do you think is the best for using python? thanks, Ayal

14th May 2017, 8:16 PM
ayal matas
1 Answer
+ 10
1. Try openpyxl module, example use: https://code.sololearn.com/cGcw92Q6ZUjB/?ref=app 2. Lots of libraries: tkinter, pygame, kivy, pyglet... depends on what you are planning to "draw" :) 3. PyCharm (coding), JupyterNotebook (data science), QPython3 (one-liners testing ;)
14th May 2017, 9:26 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar