[VicPiMakers Projects] Jim's Challenge (re-posted from Slack)
Michelle Wiboltt
michellewiboltt at outlook.com
Fri Oct 9 13:26:33 PDT 2020
Hi there,
Can I post another challenge?
Here it is, but first, I’m hoping that what I have copied and pasted is computer code? Pretty sure, 99%...but, regardless… .
How about that for any code that is written, a write/read it like a story in long hand, be offered as well?
I’m just thinking - like that STD / banging / sex code, - well, maybe the foundational code could/should/would be rewritten to be more I dunno, romantic, without “that” std stuff and if the code WAS read in long form wouldn’t that just illustrate better where some course corrections need to occur? Well, if romance and sexy and fun and flirty etc. are to reign supreme, eh?
Very berry interesting, maybe for sure?
m
name: python application
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
max-parallel: 4
matrix:
python-version: [3.6]
steps:
- uses: actions/checkout at v1
- name: set up python 3.6
uses: actions/setup-python at v1
with:
python-version: 3.6
- name: install dependencies
run: |
python -m pip install --upgrade pip
pip install -r python/requirements.txt
- name: lint with flake8
run: |
flake8 test_jims_challenge.py
flake8 python/jims_challenge.py
From: Projects <projects-bounces at vicpimakers.ca> on behalf of Greg H <greg.horie at gmail.com>
Reply-To: Talk about Raspberry Pi / embeded projects <projects at vicpimakers.ca>
Date: Friday, October 9, 2020 at 11:14 AM
To: "projects at vicpimakers.ca" <projects at vicpimakers.ca>
Subject: [VicPiMakers Projects] Jim's Challenge (re-posted from Slack)
Hi Folks
I've created a GitHub project where you can post your answers to Jim's Challenge - https://github.com/netserf/vicpimakers-challenges<https://nam01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnetserf%2Fvicpimakers-challenges&data=02%7C01%7C%7C112a19f388c44b59543708d86c7f2e7c%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637378640781073897&sdata=ONRdVdxNrulWfI2K34KExvXob6ZMHVchMOIBTVvIZpY%3D&reserved=0>
This is the month of Hacktoberfest, so I'm hoping we can get some other code examples submitted. If you submit 4 PRs in October, you can get a free T-shirt!
Cheers,
Greg
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://vicpimakers.ca/pipermail/projects_vicpimakers.ca/attachments/20201009/7c9b6a3e/attachment.htm>
More information about the Projects
mailing list