Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
It's the universe trying to save you from a lot of future headache by telling you to not bother with Python and learn some other language instead...
-
Lesson number one for a new dev: read fucking error messages. Understand them. If that fails, google them. Then fix the issue.
-
are you working with some video tutorial or something ? its very necessary to work with something like that. instead of reading off a pdf or online blog. that way it's very hard to make mistakes
-
@skkywalker I don't know, depends a little where your aspirations lay. I just don't think Python should be one of the first languages to learn, based purely on the struggles I've seen of those who've learned Python first to then go on and learn other languages (not universally applicable of course, but just a personal observation).
-
I recognize the problem. I think that it is the same I have struggled with. Yes, you need to install the library in your environment. The last time I struggled with it I found Pyenv, a tool for managing your Python environments. I don’t remember if you used pip or pyenv to install libraries, but I think it saves some time.
-
PyCharm supports most of stable Python virtual environments. You'd better choose one for every new project.
Am having a problem with my pycharm ide i am new to programming i am learning python using pycharm as my ide but wen i try importing openpyxl it always gives me an error message so i was thinking of switching to atom pleas i need help
rant