Hurzt Posted October 22, 2022 Share Posted October 22, 2022 Hey, I've been using Alfred for a few months, and it is becoming very apparent that It would be TREMENDOUSLY more powerful if I knew how write code. What advice would you give this total beginner to learn programming for the specific purpose of creating more efficient and advanced Alfred workflows? I plan to learn with Python. Thanks! Link to comment
vitor Posted October 26, 2022 Share Posted October 26, 2022 I’d first recommend you get yourself familiar with creating workflows in general. With Automation Tasks you can do a ton of stuff without code, and understanding how things connect and flow is relevant. On the programming front, make sure you understand how to get command-line arguments from Python and how to build a JSON. Go for Python 3, and if possible stick with 3.8.9 (or under) features because that’s the version macOS has, meaning code written in it will be easier to share. Also, I’m sure some would disagree but consider staying away from any library which doesn’t ship with Python until you have an understanding of the basics of programming. Link to comment
Hurzt Posted November 1, 2022 Author Share Posted November 1, 2022 @vitor Hey, Thanks a lot. I've been building a bunch of workflows with using the various objects but never actually looked into the automation tasks. I'm excited to play around with these! I will keep this all in mind. Thanks again! Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now