Articles tagged: Python
Found 27 documents
- Archive/Firefox_OS/Automated_testing/gaia-ui-tests/Part_1_Marionette_Firefox_OS_start This tutorial series aims to get you onboard with writing and running automated UI tests for ...
- Archive/Firefox_OS/Automated_testing/gaia-ui-tests/Part_2_Marionette_Firefox_OS_interactions In part 2 of our tutorial we’ll get started with some simple Marionette commands that allow us ...
- Archive/Firefox_OS/Automated_testing/gaia-ui-tests/Part_4_Reusing_commands_Firefox_OS_setup In Parts 2 and 3 we got a working test, but if we wanted to reset its state (for example killing ...
- Archive/Firefox_OS/Automated_testing/gaia-ui-tests/Part_5_Introducing_a_test_runner Everything is going well so far, but we are still only dealing with one test. When testing a ...
- Archive/Firefox_OS/Automated_testing/gaia-ui-tests/Part_6_Marionette_By_class In our code so far, we have used many locators to find specific elements, whether they are apps ...
- Archive/Firefox_OS/Automated_testing/gaia-ui-tests/Part_7_Writing_your_own_tests So far we've given you most of the tools and information you need to start writing your own ...
- Archive/Firefox_OS/Automated_testing/gaia-ui-tests/Part_8_Using_a_base_class Now you have multiple tests you are probably feeling pretty good about your progress. However ...
- Archive/Firefox_OS/Automated_testing/gaia-ui-tests/Part_9_app_objects In automated testing we often use app objects to abstract code. This reduces duplication of code ...
- Archive/XUL_Parser_in_Python v.00001
- Glossary/Python Python is a high level general-purpose programming language. It uses a multi-paradigm approach, ...
- Learn/Drafts/Python Python is a widely used, general-purpose, interpreted scripting language. It is available on a ...
- Learn/Drafts/Python/Conditionals If programs could just be run from bottom-down without possible detours they would achieve very ...
- Learn/Drafts/Python/Getting_to_know_the_interactive_interpreter Python can be used in basically two ways: interactive and non-interactive. When the interpreter ...
- Learn/Drafts/Python/Hello_world As customary when learning a new language, the first program a programmer writes is called ...
- Learn/Drafts/Python/Installing_Python_on_your_machine You can download the latest version of python here. Once you complete the download, launch the ...
- Learn/Drafts/Python/Lists When it comes to data manipulation, one often needs some structure to store multiple values. ...
- Learn/Drafts/Python/Loops
- Learn/Drafts/Python/Quickly_Learn_Object_Oriented_Programming This tutorial explains how to get started with object-oriented programming, using code examples ...
- Learn/Drafts/Python/Variables Doing computation on the fly is fun and all, but suppose you want to actually store the results ...
- Learn/Server-side/Django Django is an extremely popular and fully featured server-side web framework, written in Python. ...
- Learn/Server-side/Django/Admin_site That's it! You've now learned how to set up the administration site in both its simplest and ...
- Learn/Server-side/Django/authentication_and_sessions Excellent work — you've now created a website that library members can login into and view their ...
- Learn/Server-side/Django/development_environment You now have a Django development environment up and running on your computer.
- Learn/Server-side/Django/Introduction Congratulations, you've completed the first step in your Django journey! You should now ...
- Learn/Server-side/Django/Sessions You now know how easy it is to use sessions to improve your interaction with anonymous users.
- Mozilla/Projects/L20n L20n lets localizers reach higher levels of free linguistic expression by sharpening the divide ...
- Mozilla/Projects/L20n_clone L20n lets localizers reach higher levels of free linguistic expression by sharpening the divide ...