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
- Host: GitHub
- URL: https://github.com/karenpayneoregon/working-with-python-basics
- Owner: karenpayneoregon
- Created: 2023-01-04T23:38:02.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-23T16:33:16.000Z (over 3 years ago)
- Last Synced: 2025-05-29T13:11:52.790Z (about 1 year ago)
- Topics: csharp-library, csharpcore, json, python
- Language: Python
- Homepage:
- Size: 232 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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 |