Search notebook
Categories
Tags
- .Net
- .Net Core
- 7zip
- Active Directory
- ADConnect
- Apache
- Asp.Net Core
- Avalonia
- Backup
- Business Central
- C#
- CentOS
- Chocolatey
- Chrome
- Cookies
- Cross Platform
- CSS
- Databases
- Data Binding
- DBeaver
- Dev
- dnf
- DocFx
- Docker
- Eclipse
- ErpNext
- FPC
- GCC
- Git
- Glade
- GNOME
- gtk#
- gtk3
- IIS
- Java
- Javascript
- JSON
- Keyboard
- Lazarus
- Less
- Linux
- MariaDB
- Mercurial Hg
- Mono
- MonoDevelop
- MsSql
- msys2
- MySql
- Navision
- Network
- ngrok
- NodeJS
- npm
- o365
- OAuth
- osTicket
- Pascal
- PHP
- PowerShell
- Python
- RDL
- Recovery Model
- SharePoint
- Source Control
- TypeScript
- Ubuntu
- UglifyCSS
- UglifyJS
- UI
- VirtualBox
- VSCode
- Web Dev
- Windows
- xrdp
- yum
Tag Archives: Python
Python Json: Serialize and Deserialize objects and complex objects
Source code can be found at Github. Introduction Json is a language independent way to represent objects as text and reconstruct objects from text. Json is a lightweight data interchange text format. Using Json an application may save or load … Continue reading
Python Events
Source code can be found at Github. Introduction Event is "something that happens". An Event in computer programming is a code construction. An object, known as Publisher, informs other objects, known as Subscribers or Listeners, that something special is about … Continue reading