PyAnWin

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Introduction[edit source]

Brief overview of Python, Angular and Windows Server and how they can work together

Python[edit source]

Python basics[edit source]

Data types, variables, control flow, functions, classes

/Python Variables and Data Types

/Python Control Flow and Iteration

/Python Functions

/Python Classes and OOP

Python standard library highlights

/Python Standard Library

Python for web development[edit source]

Flask framework overview

/Flask Quickstart

/Flask Routing and Views

/Flask Templates

Developing REST APIs

/Developing REST APIs in Flask

Connecting to databases like SQLite and PostgreSQL

/Using SQLite in Flask

/Using PostgreSQL in Flask

Angular[edit source]

Angular basics[edit source]

Components, directives, services, routing


/Angular Components

/Angular Directives

/Angular Services

/Angular Routing

Angular CLI

/Using the Angular CLI

Building Angular applications[edit source]

Components, templates and data binding /Angular Components, Templates and Data Binding Forms and validation /Forms and Validation in Angular Communicating with REST APIs /Connecting an Angular App to REST APIs Routing and navigation /Routing and Navigation in Angular State management with services /Angular State Management

Angular testing[edit source]

/Testing Angular Applications

Windows Server[edit source]

Windows Server overview[edit source]

Versions, licensing, roles


/Windows Server Versions and Licensing

/Windows Server Roles and Features


Installation and configuration[edit source]

Installation options and process

/Installing Windows Server


Initial setup and configuration

/Configuring Windows Server

Active Directory[edit source]

Overview and architecture

/Introduction to Active Directory

Managing users, groups and computers

/Managing Active Directory Objects

Group policy

/Group Policy in Active Directory

Network services[edit source]

DHCP, DNS

/DHCP on Windows Server

/DNS on Windows Server

Remote access and VPN

/Configuring VPN and Remote Access on Windows Server

Web server[edit source]

Installing and configuring IIS

/Installing and Configuring IIS

Deploying web applications

/Deploying Web Apps on IIS

Automation with PowerShell[edit source]

PowerShell basics /Introduction to PowerShell Common administrative tasks /Automating Admin Tasks with PowerShell