This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
With the release of Alteryx Designer 2018.2, the Python SDK has finally shed its Beta flag!
Now it's time to celebrate!
To enter the contest:
You'll have to make a decision: keep working on your tool closer to the deadline to make it as perfect as possible, or submit it early so you have time to socialize your post to get as many stars as possible?
Grand prize hotness
☝️☝️☝️ The winner will receive a custom WASD mechanical keyboard 🌋🌋🌋
👇👇👇 All entrants will be rewarded with the Python Contest badge 🔥🔥🔥
Participation trophy (Community badge)
Remember to make sure you've upgraded to 2018.2.
Subscribe to this thread or check back here (pythoncontest.alteryx.com) to vote as new tools are submitted!
Solved! Go to Solution.
@OperaNole Here's what it looks like for me when I run your workflow, yours looks different?:
It runs great, but the images are low-res. If I size them at all they look like **bleep**.
I was wondering if there was a way to set the resolution on the image output....
@OperaNole Perhaps your resolution in the Render tool is misconfigured? Try changing to 1x...
My first attempt at making a Python tool:
Window Calculations!
It takes in 2 main inputs, Window Type (Rolling or Expanding) and Window Calculation (Min, Max, Sum, Avg, St. Dev). I had been creating macros for these tasks in the past, so I thought a nice flexible tool would speed things up a bit.
If anyone has any suggestions for different calculations or other window parameters, I would love to hear what you think.