Final step: take a quiz, and get a certificate!

The present

Congratulations! You made it! You created a real software robot to automate a mundane task. Looking at the completed robot, it is pretty impressive what you can achieve with a relatively small amount of code. And it is even quite readable. Looking at the functions, you get a pretty good picture of what the robot does. Wow! ๐ŸŽ‰

@task def robot_spare_bin_python(): """Insert the sales data for the week and export it as a PDF""" browser.configure( slowmo=100, ) open_the_intranet_website() log_in() download_excel_file() fill_form_with_excel_data() collect_results() export_as_pdf() log_out()

The best thing is that it all runs automatically in the cloud now. Maria will get an email if something goes wrong, but otherwise, she is now free to use her time to do something less brain-killing than copying and pasting all that sales data every week! ๐Ÿฅณ

You can also find this robot in our portal, Robot Spare Bin Intranet Robot - Python.

The past

Upon starting your journey, you might not have known much about software robots. During your journey, you learned many new concepts. You ran and reran your robot, getting the feel of iterative development. You took small steps towards the ultimate goal. Amazing! We did cut some corners, though.

The future

My precioussss! ๐Ÿ’

Remember Maria's credentials? Those should be taken away from your robot script and placed in a secure place called vault. The vault resides somewhere safe (no pun intended!). Never paste secret stuff in your robot scripts! Read more about how to use a vault for secrets and see the web store order robot for an example of using the vault.

Complete the Beginners' course quiz, and share your certificate!

Now when you have completed the Beginners' course, you can take our short quiz and receive your course certification. After passing the quiz, let the world know about your accomplishment, and share your certificate on social media! You can take the Beginners' course quiz as many times as you want.

After the quiz, keep on learning!

Build a man a fire, and he'll be warm for a day. Set a man on fire, and he'll be warm for the rest of his life.

You are on your way to becoming a great software robot developer. There is a ton of things to discover, but you are more than capable of learning the ropes. You can start by trying out the many examples and how-tos on this site. They'll teach you some new tricks and use some of the things you have already learned when building your first robot.

Robocorp supports automating any system that a robot has access to, be it a desktop application, API, mainframe, database, FTP server, an image stream of the user interface...

There are example robots available in our portal! Trying them out and reading their code can teach you a lot!

Check out Robocorp YouTube channel for video content!

Try the wonderful search field on this site. When wondering about a topic, enter a query in search, and you will find relevant results.

You could upgrade your experience and use your own personal assistant, ReMark ๐Ÿ’ฌโœจ to help you out either with quick answers to your questions or code snippets.

So Long, and Thanks for All the Fish! ๐Ÿฌ