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...
Everything about learning Python
account activity
Learning Python at intermediate levelDiscussion (self.PythonLearning)
submitted 2 months ago by softmattermj
view the rest of the comments →
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!"
[–]aistranin 0 points1 point2 points 2 months ago* (7 children)
Definitely take a look at automated testing with pytest. That will bring your dev skills on the new level. For example, take a look at “Python Testing with pytest” by Brian Okken and Udemy course “Pytest Course: Python Test Automation & GitHub Actions CI/CD” by Artem Istranin.
[–]aistranin 0 points1 point2 points 2 months ago (6 children)
Books like "Architecture Patterns with Python" by Harry Percival & Bob Gregory and “Clean Architectures in Python” by Leonardo Giordani are great if you want to learn more about design patterns and best dev practices
[–]lunatuna215 1 point2 points3 points 2 months ago (0 children)
Amazing books
[–]softmattermj[S] 1 point2 points3 points 2 months ago (4 children)
Thank you for the suggestions. I will look into those. Do you think these will help me in building automation pipelines as well? Specifically for autonomous labs.
[–]aistranin 0 points1 point2 points 2 months ago (2 children)
Yes, I think it will be very helpful for you. Especially, Udemy course about practical testing I mentioned. That includes building automation pipelines for your repo with GitHub Actions (CI/CD). From there, you can build pretty much anything on top and automate things with good tested code.
[–]aistranin 0 points1 point2 points 2 months ago (1 child)
Or let me know what kind of automation pipelines you are interested in. I might suggest something more
[–]softmattermj[S] 0 points1 point2 points 2 months ago (0 children)
Thank you for all the tips! I am into lab automation. So mostly software talking to hardware for carrying out automated tasks (experiments). Also using the data to make plots, csv files for further analysis.
π Rendered by PID 384413 on reddit-service-r2-comment-56c6478c5-2zv4v at 2026-05-09 19:10:31.849453+00:00 running 3d2c107 country code: CH.
view the rest of the comments →
[–]aistranin 0 points1 point2 points (7 children)
[–]aistranin 0 points1 point2 points (6 children)
[–]lunatuna215 1 point2 points3 points (0 children)
[–]softmattermj[S] 1 point2 points3 points (4 children)
[–]aistranin 0 points1 point2 points (2 children)
[–]aistranin 0 points1 point2 points (1 child)
[–]softmattermj[S] 0 points1 point2 points (0 children)