I get ModuleNotFoundError after I alrealy installed the Module /u/eekkumo Python Education

I get ModuleNotFoundError after I alrealy installed the Module /u/eekkumo Python Education

This is my error

File "C:xxxxxxsettings.py", line 1, in <module>

import yaml

ModuleNotFoundError: No module named 'yaml'

Press any key to continue . . .

And after I googled it. I tried this

C:Usersxxx>pip install pyyaml

Collecting pyyaml

Using cached PyYAML-6.0.2-cp310-cp310-win_amd64.whl (161 kB)

Installing collected packages: pyyaml

Successfully installed pyyaml-6.0.2

C:Usersxxx>pip install pyyaml

Requirement already satisfied: pyyaml in c:usersxxxappdatalocalprogramspythonpython310libsite-packages (6.0.2)

I think I have installed the module now, but unluckily it doesnt work. I still get the same error.
sorry but i dont have any python knowlage. I use command prompt. I installed python 3.10 but i dont know how to launch it. please explain it to me like im an idiot.

submitted by /u/eekkumo
[link] [comments]

​r/learnpython This is my error File “C:xxxxxxsettings.py”, line 1, in <module> import yaml ModuleNotFoundError: No module named ‘yaml’ Press any key to continue . . . And after I googled it. I tried this C:Usersxxx>pip install pyyaml Collecting pyyaml Using cached PyYAML-6.0.2-cp310-cp310-win_amd64.whl (161 kB) Installing collected packages: pyyaml Successfully installed pyyaml-6.0.2 C:Usersxxx>pip install pyyaml Requirement already satisfied: pyyaml in c:usersxxxappdatalocalprogramspythonpython310libsite-packages (6.0.2) I think I have installed the module now, but unluckily it doesnt work. I still get the same error. sorry but i dont have any python knowlage. I use command prompt. I installed python 3.10 but i dont know how to launch it. please explain it to me like im an idiot. submitted by /u/eekkumo [link] [comments] 

This is my error

File "C:xxxxxxsettings.py", line 1, in <module>

import yaml

ModuleNotFoundError: No module named 'yaml'

Press any key to continue . . .

And after I googled it. I tried this

C:Usersxxx>pip install pyyaml

Collecting pyyaml

Using cached PyYAML-6.0.2-cp310-cp310-win_amd64.whl (161 kB)

Installing collected packages: pyyaml

Successfully installed pyyaml-6.0.2

C:Usersxxx>pip install pyyaml

Requirement already satisfied: pyyaml in c:usersxxxappdatalocalprogramspythonpython310libsite-packages (6.0.2)

I think I have installed the module now, but unluckily it doesnt work. I still get the same error.
sorry but i dont have any python knowlage. I use command prompt. I installed python 3.10 but i dont know how to launch it. please explain it to me like im an idiot.

submitted by /u/eekkumo
[link] [comments]  This is my error File “C:xxxxxxsettings.py”, line 1, in <module> import yaml ModuleNotFoundError: No module named ‘yaml’ Press any key to continue . . . And after I googled it. I tried this C:Usersxxx>pip install pyyaml Collecting pyyaml Using cached PyYAML-6.0.2-cp310-cp310-win_amd64.whl (161 kB) Installing collected packages: pyyaml Successfully installed pyyaml-6.0.2 C:Usersxxx>pip install pyyaml Requirement already satisfied: pyyaml in c:usersxxxappdatalocalprogramspythonpython310libsite-packages (6.0.2) I think I have installed the module now, but unluckily it doesnt work. I still get the same error. sorry but i dont have any python knowlage. I use command prompt. I installed python 3.10 but i dont know how to launch it. please explain it to me like im an idiot. submitted by /u/eekkumo [link] [comments]

Read more

Free, good BPMn Tool /u/lyreex Python Education

Free, good BPMn Tool /u/lyreex Python Education

Hello redditors!

I finally started to get into Python and it is Great so far.

However, I want to visualize my Code into a Flow Chart and was searching for advice if there is any good free Modelling Tool for Home use.

Do you know something like that?

submitted by /u/lyreex
[link] [comments]

​r/learnpython Hello redditors! I finally started to get into Python and it is Great so far. However, I want to visualize my Code into a Flow Chart and was searching for advice if there is any good free Modelling Tool for Home use. Do you know something like that? submitted by /u/lyreex [link] [comments] 

Hello redditors!

I finally started to get into Python and it is Great so far.

However, I want to visualize my Code into a Flow Chart and was searching for advice if there is any good free Modelling Tool for Home use.

Do you know something like that?

submitted by /u/lyreex
[link] [comments]  Hello redditors! I finally started to get into Python and it is Great so far. However, I want to visualize my Code into a Flow Chart and was searching for advice if there is any good free Modelling Tool for Home use. Do you know something like that? submitted by /u/lyreex [link] [comments]

Read more

Learning with AI /u/KissMyOncorhynchus Python Education

Learning with AI /u/KissMyOncorhynchus Python Education

I may be doing this bass-ackwards, but it’s been working for me. I have long been interested in starting to code but could never get over the starting hill. I learn best with objectives: so I tried using chatgpt to help me extract some data from a website for a personal project. And I have to say, it was a positive experience. It didn’t work on the 1st or 5th try- but iterating with the LLM and getting feedback and instruction on what parameters needed to be refined really helped me. I was able to get data in an hour that would have taken a whole day. It was such a rewarding experience that I’ve signed up for the CS50:Python course to actually get an understanding of how things are done. But it’s nice to keep plunking away on simple things using ChatGPT. So to anyone else who’s thinking of how to start, maybe give this a method a try and see how it works for you.

submitted by /u/KissMyOncorhynchus
[link] [comments]

​r/learnpython I may be doing this bass-ackwards, but it’s been working for me. I have long been interested in starting to code but could never get over the starting hill. I learn best with objectives: so I tried using chatgpt to help me extract some data from a website for a personal project. And I have to say, it was a positive experience. It didn’t work on the 1st or 5th try- but iterating with the LLM and getting feedback and instruction on what parameters needed to be refined really helped me. I was able to get data in an hour that would have taken a whole day. It was such a rewarding experience that I’ve signed up for the CS50:Python course to actually get an understanding of how things are done. But it’s nice to keep plunking away on simple things using ChatGPT. So to anyone else who’s thinking of how to start, maybe give this a method a try and see how it works for you. submitted by /u/KissMyOncorhynchus [link] [comments] 

I may be doing this bass-ackwards, but it’s been working for me. I have long been interested in starting to code but could never get over the starting hill. I learn best with objectives: so I tried using chatgpt to help me extract some data from a website for a personal project. And I have to say, it was a positive experience. It didn’t work on the 1st or 5th try- but iterating with the LLM and getting feedback and instruction on what parameters needed to be refined really helped me. I was able to get data in an hour that would have taken a whole day. It was such a rewarding experience that I’ve signed up for the CS50:Python course to actually get an understanding of how things are done. But it’s nice to keep plunking away on simple things using ChatGPT. So to anyone else who’s thinking of how to start, maybe give this a method a try and see how it works for you.

submitted by /u/KissMyOncorhynchus
[link] [comments]  I may be doing this bass-ackwards, but it’s been working for me. I have long been interested in starting to code but could never get over the starting hill. I learn best with objectives: so I tried using chatgpt to help me extract some data from a website for a personal project. And I have to say, it was a positive experience. It didn’t work on the 1st or 5th try- but iterating with the LLM and getting feedback and instruction on what parameters needed to be refined really helped me. I was able to get data in an hour that would have taken a whole day. It was such a rewarding experience that I’ve signed up for the CS50:Python course to actually get an understanding of how things are done. But it’s nice to keep plunking away on simple things using ChatGPT. So to anyone else who’s thinking of how to start, maybe give this a method a try and see how it works for you. submitted by /u/KissMyOncorhynchus [link] [comments]

Read more

Is translating to English a good way to learn Python? /u/beast_of_production Python Education

Is translating to English a good way to learn Python? /u/beast_of_production Python Education

Many of the commands in Python are based on English words. Sometimes, I have found it helpful to “translate” my code into English. Is this actually good for learning? Or should I focus more on learning to “think in code” or whatever?

submitted by /u/beast_of_production
[link] [comments]

​r/learnpython Many of the commands in Python are based on English words. Sometimes, I have found it helpful to “translate” my code into English. Is this actually good for learning? Or should I focus more on learning to “think in code” or whatever? submitted by /u/beast_of_production [link] [comments] 

Many of the commands in Python are based on English words. Sometimes, I have found it helpful to “translate” my code into English. Is this actually good for learning? Or should I focus more on learning to “think in code” or whatever?

submitted by /u/beast_of_production
[link] [comments]  Many of the commands in Python are based on English words. Sometimes, I have found it helpful to “translate” my code into English. Is this actually good for learning? Or should I focus more on learning to “think in code” or whatever? submitted by /u/beast_of_production [link] [comments]

Read more

Optimizing a row by row CSV comparison program? /u/Utterizi Python Education

Optimizing a row by row CSV comparison program? /u/Utterizi Python Education

I have a program that compares CSVs, sometimes with the use of fuzzy matching. This program creates unique keys by combining all the columns of a row (the raw files lack a primary key) and checks for matches on both sides row by row, and if there are matching data points, returns their difference in data.

It works really good on files up to 5-10k rows. However, I also need this to work for a case where each file pair has 1.5million+ rows.

How can I approach this optimization process while also keeping the current functionalities of my program?

submitted by /u/Utterizi
[link] [comments]

​r/learnpython I have a program that compares CSVs, sometimes with the use of fuzzy matching. This program creates unique keys by combining all the columns of a row (the raw files lack a primary key) and checks for matches on both sides row by row, and if there are matching data points, returns their difference in data. It works really good on files up to 5-10k rows. However, I also need this to work for a case where each file pair has 1.5million+ rows. How can I approach this optimization process while also keeping the current functionalities of my program? submitted by /u/Utterizi [link] [comments] 

I have a program that compares CSVs, sometimes with the use of fuzzy matching. This program creates unique keys by combining all the columns of a row (the raw files lack a primary key) and checks for matches on both sides row by row, and if there are matching data points, returns their difference in data.

It works really good on files up to 5-10k rows. However, I also need this to work for a case where each file pair has 1.5million+ rows.

How can I approach this optimization process while also keeping the current functionalities of my program?

submitted by /u/Utterizi
[link] [comments]  I have a program that compares CSVs, sometimes with the use of fuzzy matching. This program creates unique keys by combining all the columns of a row (the raw files lack a primary key) and checks for matches on both sides row by row, and if there are matching data points, returns their difference in data. It works really good on files up to 5-10k rows. However, I also need this to work for a case where each file pair has 1.5million+ rows. How can I approach this optimization process while also keeping the current functionalities of my program? submitted by /u/Utterizi [link] [comments]

Read more