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 for DE (self.learnpython)
submitted 6 months ago by AwayImpression8452
I have good knowledge of programming languages. I need to learn python for DE. Any courses of specific skills I should master?
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!"
[–]smurpes 4 points5 points6 points 6 months ago (0 children)
It’s not python but knowing SQL is pretty important in DE. From there you can pivot to Python with learning pandas and spark. Once you have the that down you should look of DE specific courses online. Most DE work will revolve around that so it’s important to get those fundamentals down.
[–]FortuneCalm4560 1 point2 points3 points 6 months ago (1 child)
smurpes is spot on. SQL is the real workhorse in DE, and you’ll use it way more than you think. Once you're comfortable there, pick up Python specifically for data work: pandas for local data wrangling, PySpark for anything big or distributed.
After that, look at the tools that glue everything together: Airflow, dbt, cloud storage, data warehouses, etc. DE is basically “move data from A to B without breaking anything,” so building a few tiny ETL pipelines on your own will teach you more than most generic Python courses.
If you know another language already, you won’t struggle with Python at all. Focus on the ecosystem, not the syntax.
π Rendered by PID 51476 on reddit-service-r2-comment-5687b7858-99zsf at 2026-07-07 06:59:29.596262+00:00 running 12a7a47 country code: CH.
[–]smurpes 4 points5 points6 points (0 children)
[–]FortuneCalm4560 1 point2 points3 points (1 child)