Skip to main content

previous disabled Page of 14
and
  1. No Access

    Video Segment

    Testing Asynchronous Code

    This segment discusses how to effectively test your multi processing and multi processing code.

    Coen de Groot in Asynchronous Programming with Python (2020)

  2. No Access

    Video Segment

    Vendor Evaluation

    There are over 70 RPA vendors on the market. So you need to find ways to narrow the list down and find those software applications that best fit your needs.

    Tom Taulli in Robotic Process Automation (2020)

  3. No Access

    Video Segment

    Use modern Python

    This segment compares modern versus older Python syntax.

    Coen de Groot in Benchmarking, Profiling, and Optimizing Your Python Code (2020)

  4. No Access

    Video Segment

    Focus your efforts using profiling

    This segment shows you how to profile your code, to discover the areas which run most often and which take up most of running time, to help you focus your efforts.

    Coen de Groot in Benchmarking, Profiling, and Optimizing Your Python Code (2020)

  5. No Access

    Video Segment

    Race conditions

    This segments shows how race conditions can give you unexpected results, and how Python’s GIL helps to prevent race conditions internally.

    Coen de Groot in Asynchronous Programming with Python (2020)

  6. No Access

    Video Segment

    Conclusion

    This part finishes the video with a brief summary.

    Coen de Groot in Asynchronous Programming with Python (2020)

  7. No Access

    Video Segment

    Bot Development

    This will be a short demo of how to create a simple bot. This will be done using the UiPath platform.

    Tom Taulli in Robotic Process Automation (2020)

  8. No Access

    Video Segment

    Let Python do the work

    This video segment shows you when letting Python do the work will speed up your code.

    Coen de Groot in Benchmarking, Profiling, and Optimizing Your Python Code (2020)

  9. No Access

    Video Segment

    Big O

    The segment explains the big O notation and how to compare the order of magnitude of computations between different algorithms.

    Coen de Groot in Benchmarking, Profiling, and Optimizing Your Python Code (2020)

  10. No Access

    Video Segment

    Deadlocks and starvation

    This segment shows you other pitfalls of using locks - deadlocks and starvation.

    Coen de Groot in Asynchronous Programming with Python (2020)

  11. No Access

    Video Segment

    Data

    AI is becoming more important with RPA. But to be successful, you need to have a data preparation plan.

    Tom Taulli in Robotic Process Automation (2020)

  12. No Access

    Video Segment

    Caching

    This segments shows you a few different ways to avoid doing the same calculations multiple times.

    Coen de Groot in Benchmarking, Profiling, and Optimizing Your Python Code (2020)

  13. No Access

    Video Segment

    Returning values

    In this segment you will learn how (not) to return values from a process, and the practical differences between multi threading and multi processing.

    Coen de Groot in Asynchronous Programming with Python (2020)

  14. No Access

    Video Segment

    Get lazy

    This segment discusses the lazy loading pattern, allowing you to do as little as possible as late as possible.

    Coen de Groot in Benchmarking, Profiling, and Optimizing Your Python Code (2020)

  15. No Access

    Video Segment

    Queues

    This segment shows how to use queues to safely distribute work amongst a pool of workers and to gather the results.

    Coen de Groot in Asynchronous Programming with Python (2020)

  16. No Access

    Video Segment

    Process and thread pools

    This segments is a more in depth discussion of using worker pools to distribute work across threads or processes.

    Coen de Groot in Asynchronous Programming with Python (2020)

  17. No Access

    Video Segment

    RPA Skills

    To understand RPA, you do not need to be technical. But you still need to understand some key technologies like cloud computing, OCR, low code, APIs, and AI. All these will be covered.

    Tom Taulli in Robotic Process Automation (2020)

  18. No Access

    Video Segment

    Process Mining

    Process mining uses machine learning to identify and optimize processes. Process mining has been gaining much traction over the past few years and is becoming more important to RPA.

    Tom Taulli in Robotic Process Automation (2020)

  19. No Access

    Video Segment

    Writing Robust Code

    This video segment gives you many tips on how to make your asynchronous code easier to maintain and less likely to fail.

    Coen de Groot in Asynchronous Programming with Python (2020)

  20. No Access

    Video Segment

    Planning

    It’s tempting to just get started creating bots. But this usually leads to terrible results. Rather, you need to create a solid plan, which has a clear set of goals and timetables.

    Tom Taulli in Robotic Process Automation (2020)

previous disabled Page of 14