New pages

Jump to navigation Jump to search
New pages
Hide registered users | Hide bots | Show redirects
  • 11:02, 21 January 2025OPS435 Assignment 1 (hist | edit) ‎[6,971 bytes]Andrew (talk | contribs) (Created page with "=!!! THIS IS AN OLD ASSIGNMENT, IT'S NOT READY YET !!!= = Assignment 1 - Parsing a log file = '''Weight''': 15% of the overall grade. '''Due Date''': Ask your professor for exact date. '''Late penalty''': 10% per school day, and note the assignment must be completed satisfactorily in order to pass the course no matter what grade you get. == Overview == Often, system administrators need to analyze log files. This can be done using a paginator such as <code>less</cod...") Tag: Visual edit: Switched
  • 15:35, 11 January 2025OPS445 Assignment 1 (hist | edit) ‎[6,960 bytes]Andrew (talk | contribs) (Created page with "= !!! This assignment is not ready yet !!! = = Assignment 1 - Parsing a log file = '''Weight''': 15% of the overall grade. '''Due Date''': Ask your professor for exact date. '''Late penalty''': 10% per school day, and note the assignment must be completed satisfactorily in order to pass the course no matter what grade you get. == Overview == Often, system administrators need to analyze log files. This can be done using a paginator such as <code>less</code> when you...")
  • 15:31, 11 January 2025OPS445 Lab 8 (hist | edit) ‎[12,945 bytes]Andrew (talk | contribs) (Created page with "= !!!THIS LAB IS NOT READY YET!!! = = LAB OBJECTIVES = :Completing this course will give you the prerequisites for getting into the DevOps field. A DevOps professional is a system/network administrator with programming skills. As an introduction to that field, we will look at '''Fabric''' in this lab. Using Fabric you can automate deploying software, monitoring, and updating many systems at the same time, without using a terminal to connect to each of them separately....")
  • 15:30, 11 January 2025OPS445 Lab 7 (hist | edit) ‎[9,485 bytes]Andrew (talk | contribs) (Created page with "= !!!THIS LAB IS NOT READY YET!!! = = LAB OBJECTIVES = :Object-oriented programming is one level of complexity higher than simply structured programming as you've experienced in languages such as Bash or C. In this second lab on objects we're going to look at slightly more complex issues that come up when using them. == PYTHON REFERENCE == :In previous labs, you have been advised to make notes and use online references. This also relates to learning about object orient...")
  • 15:30, 11 January 2025OPS445 Lab 6 (hist | edit) ‎[18,078 bytes]Andrew (talk | contribs) (Created page with "= !!!THIS LAB IS NOT READY YET!!! = = LAB OBJECTIVES = * Create new type of objects using the Class construct and investigate different ways in using them. :Python is an object oriented programming language. Python uses the concept of "object" to store data(attributes) and code(methods) efficiently for later use. By using objects, programming languages gain the advantage of making large/complex programs into smaller and modular codes, which can be used or shared with o...")
  • 15:30, 11 January 2025OPS445 Lab 5 (hist | edit) ‎[29,238 bytes]Andrew (talk | contribs) (Created page with "= !!!THIS LAB IS NOT READY YET!!! = = LAB OBJECTIVES = :So far, you have created Python scripts to prompt a user to input data from the keyboard. When creating Python scripts, you may also need to be able to process large volumes of information, or store processed data for further processing. The first investigation in this lab will focus on file management, opening files, saving data to files, and reading files. :'''NOTE:''' Since many tasks that system administrator...")
  • 15:29, 11 January 2025OPS445 Lab 4 (hist | edit) ‎[20,644 bytes]Andrew (talk | contribs) (Created page with "= !!!THIS LAB IS NOT READY YET!!! = = OBJECTIVES = :The '''first investigation''' in this lab will focus on '''Data Structures'''. Each data structure has its own advantages and limitations. This lab will emphasize the most important differences between them. :The '''second investigation''' will focus on strings. You have been using and storing strings since our first class, however in this lab we will dive into the more complex nature of string manipulation. Finally...")
  • 15:29, 11 January 2025OPS445 Lab 3 (hist | edit) ‎[22,404 bytes]Andrew (talk | contribs) (Created page with "= !!!THIS LAB IS NOT READY YET!!! = = LAB OBJECTIVES = :In previous labs, you learned some programming tools in order to make your Python scripts '''more functional''' and allowed your Python script to run differently based on different data or situations. These tools included '''objects/variables''', '''condition statements''' and '''loops'''. The utilization of these basic tools not only apply to Python scripts, but basically all programming languages including inter...")
  • 10:11, 10 January 2025OPS445 Lab 2 (hist | edit) ‎[23,517 bytes]Andrew (talk | contribs) (Created page with "= !!! THIS LAB IS NOT READY YET !!! = = User Input = Asing the program user for input on the command-line is a rather unusual thing to do these days, but it will help you get used to several basic concepts. * To begin, let's start out with a very basic script. This script will use objects that will display specific values to your terminal. Create the file '''lab2a.py''' in the '''~/ops435/lab2''' directory, containing the following content:<syntaxhighlight lang="python...") Tag: Visual edit: Switched
  • 20:27, 14 December 2024OPS445 (hist | edit) ‎[4,545 bytes]Andrew (talk | contribs) (Created page with "{| style="float: right; margin: 0 0 3em 2em; border: 1px solid black;" !style="background: #cccccc"| Quick Links |- |<span style="background:#ffff00">Weekly Schedule</span><br>Course Passing Requirements |- !style="background: #cccccc"| Assignments |- ||OPS445 Assignment 1 |- ||OPS445 Assignment 2 |} = Welcome to OPS445 - ''Python Programming'' = {| width="100%" align="right" cellpadding="10" |- valign=...") Tag: Visual edit: Switched
  • 20:03, 14 December 2024OPS445 Passing Requirements (hist | edit) ‎[825 bytes]Andrew (talk | contribs) (Created page with "This is based on the official course outline, which I can no longer access since it requires a VPN connection. The minimum requirements you need to satisfy to pass this course are: *Both your '''assignments''' must be submitted, and the submissions must be good enough to deserve more than a 50% grade. Even if you get a zero because your assignment is so ridiculously late: it still needs to be submitted before the last day of the course. *The weighted '''average''' of yo...") Tag: Visual edit
  • 16:36, 14 December 2024OPS445 Lab 1 (hist | edit) ‎[14,412 bytes]Andrew (talk | contribs) (Created page with "= LAB OBJECTIVES = :In advance of this lab, you will install a current distribution of Linux to be used as a host machine. You will NOT be required to setup Virtual Machines for this lab (that will be covered in a future lab). You will then setup your Python scripting environment on your host machine, including the setup the of '''python''' libraries and also the setup of a user-friendly interactive Python environment called '''ipython'''. You will also install addition...") originally created as "OPS435 Lab 1"
  • 13:00, 3 December 2024OPS445 Weekly Schedule (hist | edit) ‎[7,006 bytes]Andrew (talk | contribs) (Created page with "{| width="100%" align="left" cellpadding="10" |- valign="top" | '''Note:''' Each OPS445 instructor will indicate the due dates for labs, tests and assignments.<br>This schedule is a considered to be a general guideline for week-by-week content. |} <table cellspacing="0" cellpadding="5" width="100%" style="border-top: thin solid black;"> <tr valign="top> <td width="20%" style="border-bottom: thin solid black;font-weight:bold;background-color:#f0f0f5;">Week</td> <...")
  • 10:48, 3 December 2024OPS445 Prep (hist | edit) ‎[8,330 bytes]Andrew (talk | contribs) (Created page with "* Learning outcomes: ** Two ways to go through the course: *** Easy way to get your mark *** Hard way to learn something ** Think like a programmer ** Learn typical programming language constructs ** Use existing tools/libraries/techniques to solve new problems * Prerequisite skills ** none * Set up Linux mint *") Tag: Visual edit