Python's IDLE is the integrated development environment (IDE) and learning platform for Python.
N/A
Microsoft Power Automate
Score 8.4 out of 10
N/A
Microsoft Power Automate (formerly Microsoft Flow) enables employees to create and automate workflows and tasks across multiple applications and services without help from developers. Microsoft Power Automate includes capabilities from the former Softomotive, which was acquired by Microsoft in May 2020 to expand the capabilities of Power Automate.
IDLE is a good option to run small scripts directly on the console, and that's it. It is a good exit when you don't want or need to open a proper IDE like Pycharm.
Well Suited - Collecting data and organizing it. - Eliminate a lot of admin work. - Send auto-response emails to customers/users. - Notify relevant users when the data is updated. - Creating business process flows. Less Appropriate - If creating a flow to create a pdf file that combines all the attachments into one pdf file. - Flow will fail sometimes if the flow is too long and complex and if the flow connections are changed from one user to another.
"When an item is changed in a SharePoint list, do ____" - very easy to trigger massive flows of data based upon a one-field change on a SharePoint list.
Being able to manually trigger from a Microsoft PowerApp button press to perform actions.
Scheduled tasks - once a day, get every record in (LIST) with (Filters) and do (Stuff) to them.
I think general training could be improved. I'm sure there are many more uses than the simple automation tasks I was using Power Automate for, but I didn't have the time or bandwidth to dig through Microsoft's documentation on the tool.
The IDE Python IDLE is a good place to start as it helps you become familiar with the way Python works and understand its syntax.
This IDE allows you to configure the environment, font, size, colors, .....
It also looks like any simple text editor for any operating system, I work with Windows or Linux interchangeably, and you don't have to learn to use the IDE before programming.
Once the IDE is executed you can start programming directly in it.
For most tasks WinAutomation is great and easy to use. You just set up tasks on a step by step basis and you can even tell the program what to do when there is an error (such as continue with job). Sometimes with complicated web extraction jobs it would be good to be able to easily extract data from the web page source.
Python IDLE support is what the community can give you. As it is free software, it does not have support provided by the manufacturer or by third-parties.
In any case, for most of the problems that normal users can find, the solution, or alternatives, can be found quickly online.
As this IDE is made in Python, the support is the same group of Python developers.
So Microsoft Flow support for its general troubleshooting or correcting issues is excellent. But to my knowledge, Microsoft Flow itself does not have service providers, even though they offer templates on their online app. I have found myself many times trying to complete individual actions that have no known template or even forum example. Every business is unique, and Microsoft does an excellent job of providing versatile yet straightforward systems. Microsoft Flow is definitely on the more advanced side of things. Having support or being able to purchase superior service (on building personalized flows) would be great.
Python IDLE is very easy to use compared to PyCharm. So for simple python scripting, Python IDLE is preferable to PyCharm, which has relatively steep learning curve. Compared to Python IDLE, PyCharm is more resource intensive, which may be worth it when comes to large projects, but PyChram does not provide any extra value for simple scripting.
Microsoft Power Automate is the first flow-based service that I have used, and I loved its convenience. It does take some time to learn and a lot of research. I recommend that you first plan out how you imagine that the flow should work and change things around as you start creating the flows.
Power Automate has allowed us to create applications or customer interfaces we would not have been able to if we weren't able to move data around like we can with Power Automate
Power Automate helped us connect 3rd party systems that previously had no connection by passing data between different channels. This reduces license counts.