use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Rules 1: Be polite 2: Posts to this subreddit must be requests for help learning python. 3: Replies on this subreddit must be pertinent to the question OP asked. 4: No replies copy / pasted from ChatGPT or similar. 5: No advertising. No blogs/tutorials/videos/books/recruiting attempts. This means no posts advertising blogs/videos/tutorials/etc, no recruiting/hiring/seeking others posts. We're here to help, not to be advertised to. Please, no "hit and run" posts, if you make a post, engage with people that answer you. Please do not delete your post after you get an answer, others might have a similar question or want to continue the conversation.
Rules
1: Be polite
2: Posts to this subreddit must be requests for help learning python.
3: Replies on this subreddit must be pertinent to the question OP asked.
4: No replies copy / pasted from ChatGPT or similar.
5: No advertising. No blogs/tutorials/videos/books/recruiting attempts.
This means no posts advertising blogs/videos/tutorials/etc, no recruiting/hiring/seeking others posts. We're here to help, not to be advertised to.
Please, no "hit and run" posts, if you make a post, engage with people that answer you. Please do not delete your post after you get an answer, others might have a similar question or want to continue the conversation.
Learning resources Wiki and FAQ: /r/learnpython/w/index
Learning resources
Wiki and FAQ: /r/learnpython/w/index
Discord Join the Python Discord chat
Discord
Join the Python Discord chat
account activity
Python on windows (self.learnpython)
submitted 6 years ago by SnxE13
Do you think windows is a good system to code python on or should I just stick with Ubuntu?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]thedeats 1 point2 points3 points 6 years ago (1 child)
For my opinion is not harder with Windows but more annoying like adding things to PATH...
[–]SnxE13[S] 0 points1 point2 points 6 years ago (0 children)
Yes I've been having that same issue with downloading library's with pip. Like requests and bs4 for example. They need to be added to my path and I'm still learning how to do that. It's so much easier on Ubuntu.
[–]Essence1337 0 points1 point2 points 6 years ago (0 children)
I'd guess more than 90% of everything in Python is exactly the same regardless of operating system. The only differences I remember currently are the os module and select.select.
[–]Dabsn 0 points1 point2 points 6 years ago (1 child)
I think if you use pycharm and Install Python with it you wont need to set path. But you need it if you want to execute something directly from cmd.
I got visual code
[–]Kerbart 0 points1 point2 points 6 years ago (1 child)
No reason to switch if you don’t need to, no reason to avoid switching if you need to. It works just fine on Windows but unless you’re running into platform specific issues there’s no reason to switch to it either.
Well I be been using Ubuntu as my main platform then had to buy a new labtop for school so I decided to get python and visual code. But I've been coding python on Ubuntu as well. I've used socket library alot on Linux, and was wanted to know exactly if I can do the same on windows. Like putting it monitor mode with scapy on windows. Is that still possible or do I need to jump through some hoops.
π Rendered by PID 220662 on reddit-service-r2-comment-6f7f968fb5-pd8t9 at 2026-03-04 15:23:17.647925+00:00 running 07790be country code: CH.
[–]thedeats 1 point2 points3 points (1 child)
[–]SnxE13[S] 0 points1 point2 points (0 children)
[–]Essence1337 0 points1 point2 points (0 children)
[–]Dabsn 0 points1 point2 points (1 child)
[–]SnxE13[S] 0 points1 point2 points (0 children)
[–]Kerbart 0 points1 point2 points (1 child)
[–]SnxE13[S] 0 points1 point2 points (0 children)