Skip to content
This repository has been archived by the owner on Oct 20, 2024. It is now read-only.

Basic formation for common development tools and methodologies (Git, GitHub, VSCode, Python). Specifically designed for UVigo Aerotech

License

Notifications You must be signed in to change notification settings

erlete/aerotech-programming-course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UVigo Aerotech Programming Course

Important

This repository has been deprecated in favor of the development of PyLearningLab as it contains newer and significantly better content. This means that support in this repository has been completely disabled. Issues, PRs and discussions will not receive any further attention.

Estimated completion time: 5 minutes

Welcome to the UVigo Aerotech basic formation course! This repository contains all necessary resources to achieve a basic formation in common development practices, Python programming and code editing skills.

It is intended to be a foundation for collaborative development. It can be really useful for students that are starting their career in the industry. It does not intend to replace any official courses, yet it covers a set of topics that can be used as a kickstart for further learning.

Structure

%%{
    init: {
        'logLevel': 'debug',
        'theme': 'forest',
        'gitGraph': {
            'showBranches': true,
            'showCommitLabel':true,
            'mainBranchName': 'main'
        }
    }
}%%

gitGraph
   commit id: "Welcome!" type: HIGHLIGHT

   commit id: "Version control"
   branch version-control
   checkout version-control
   commit id: "Git setup"
   commit id: "Git and GitHub features"
   commit id: "GitHub Desktop setup"
   checkout main
   merge version-control

   commit id: "Python setup"
   branch python
   checkout python
   commit id: "Interpreter setup"
   commit id: "Package manager setup"
   commit id: "Virtual environment setup"
   checkout main
   merge python

   commit id: "Visual Studio Code"
   branch visual-studio-code
   checkout visual-studio-code
   commit id: "Editor setup"
   commit id: "Extensions setup"
   checkout main
   merge visual-studio-code

   commit id: "Python programming"
Loading

Environment setup and version control

This section covers the steps required to set up the collaborative environment for software development. It is divided into three subsections:

  1. Version control: introduction to Git usage through the GitHub platform, as well as GitHub-specific tools for team collaboration (50 minutes)

    1. Git setup
    2. Git and GitHub features
    3. GitHub Desktop setup
  2. Python: introduction to the language and component setup (15 minutes)

    1. Interpreter setup
    2. Package manager setup
  3. Visual Studio Code: introduction to the editor tool and component setup (10 minutes)

    1. Editor setup
    2. Extensions and profiles setup

Python programming

This section covers topics related to Python programming from basic to intermediate level. It is divided into three subsections:

  1. Standard library data types and control statements
  2. Functions, classes, error handling and external libraries usage
  3. Code stylization and final project

Software specifications

Here are the specifications for the software tools used in this course:

Software Version Windows support macOS support Linux support Optional
Python 3.11.2 Yes Yes Yes No
Git 2.39.2+ Yes Yes Yes No
GitHub Desktop 3.1.6+ Yes Yes Yes1 Yes
Visual Studio Code 1.75.0+ Yes Yes Yes Yes

Note that specified versions may differ from actual software ones, since said software is actively being updated, whereas this course might stop being maintained.

How to follow the course?

The course is designed to cover multiple topics in a specific way. In order to do that, you only need to read a chapter until you reach the end, where you will find a link to the next one.

You are free to explore the repository as you wish, yet it is highly recommended to follow the course in the expected order, since not doing so might lead to confusion, configuration errors and other undetermined issues (which the teacher will not be responsible for).

Git

First off, let's start by installing Git as our version control software. You will find all the necessary instructions in the next chapter.


Disclaimer

This course is intended to be used as a foundation for collaborative development. It is not intended to be a complete course on any of the topics covered. It is highly recommended to explore the topics covered in this course in more depth for further learning.

Contents covered by this course do not represent any official validation of the knowledge acquired by the students. The repository is an open-source tool for learning purposes only.

Suggestions over the contents of this course are welcome, yet it is not assured that all (or any) suggestions will be implemented. Feel free to open an issue or a pull request to propose any changes.

This repository is subject to the GNU Affero General Public License v3.

Footnotes

  1. Linux support is not explicitely provided by GitHub, but it can be installed through this repository (link to the latest release).

About

Basic formation for common development tools and methodologies (Git, GitHub, VSCode, Python). Specifically designed for UVigo Aerotech

Topics

Resources

License

Stars

Watchers

Forks