An open API service indexing awesome lists of open source software.

https://github.com/karenpayneoregon/working-with-python-basics

For teaching
https://github.com/karenpayneoregon/working-with-python-basics

csharp-library csharpcore json python

Last synced: 25 days ago
JSON representation

For teaching

Awesome Lists containing this project

README

          

# About

Simple code samples for `Python`

# Important

The Visual Studio solution must reside under `C:\OED\DotnetLand\VS2022\WorkingWithPython` as there are references in project `PythonApplication1` that use project `PythonOedLibrary`

# Commands

List packages

```
py -m pip list [options]
```

# Revisions

| Date | Description | Notes |
|:------------- |:-------------|:-------------|
| 01/05/2022 | Added `json` formatting | formatting is colorized in terminal, not in console |