https://github.com/simpsonresearch/apc0
Introduction to my Advanced Programming Club
https://github.com/simpsonresearch/apc0
go learn programming python rust
Last synced: 4 months ago
JSON representation
Introduction to my Advanced Programming Club
- Host: GitHub
- URL: https://github.com/simpsonresearch/apc0
- Owner: simpsonresearch
- License: mit
- Created: 2022-10-07T23:10:41.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-09T18:19:48.000Z (about 3 years ago)
- Last Synced: 2025-08-11T15:30:00.967Z (4 months ago)
- Topics: go, learn, programming, python, rust
- Homepage: https://simpson-computer-technologies-research.github.io/APC0/
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# APC0  

Introduction to my Advanced Programming Club
# Creating A Github Account
- Visit `https://github.com/signup` and create a new Github Account
- Your Github Account can be used as your portfolio where all your projects can be saved to.
- Your projects are saved as 'repositories'
# Simpson Computer Technologies Research
- Visit `https://github.com/Simpson-Computer-Technologies-Research`
- Here is the Advanced Programming Club Curriculum and some other things that relate to writing clean, fast, optimized code.
- Feel free to check out some of the repositories.
# Option #1 (Recommended): Visual Studio Code
- Download VSCode Here: `https://code.visualstudio.com/download`
- If you can't download VSCode, then you can use their online IDE: `https://vscode.dev/`
# Option #2: Repl.it
- Visit `https://replit.com/signup` and create a new replit account
- Using Python in Replit `https://replit.com/languages/python3`
- Using Golang in Replit `https://replit.com/languages/go`
- Using Rust in Replit `https://replit.com/languages/rust`
# License
MIT License
Copyright (c) 2022 Simpson Computer Technologies Research
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.