Repository navigation

#

exception-handling

octocat Spring 실전 가이드

Java
2067
2 年前

Curso que apresenta conceitos introdutórios sobre como podemos trabalhar com debugging na linguagem Java.

Java
1306
1 年前

Adds variables to python traceback. Simple, lightweight, controllable. Customize formats and colors. Debug reasons of exceptions by logging or pretty printing colorful variable contexts for each frame in a stacktrace, showing every value. Dump locals environments after errors to console, files, and loggers. Works in Jupyter too.

Python
700
1 天前

MemoryModule which compatible with Win32 API and support exception handling

C++
429
8 个月前

Checked Exceptions-enabled Java 8+ functional interfaces + adapters

Java
384
2 天前

Standardize your DRF API error responses

Python
313
13 天前

Have you ever wanted multiple views to match to the same URL? Now you can.

Python
274
2 年前

A framework to create embedded Domain-Specific Languages in Scala

Scala
256
9 个月前

Python too supports file handling and allows users to handle files i.e., to read and write files, along with many other file handling options, to operate on files. The concept of file handling has stretched over various other languages, but the implementation is either complicated or lengthy, but like other concepts of Python, this concept here is also easy and short. Python treats files differently as text or binary and this is important.

Jupyter Notebook
229
3 年前

Parses call stacks. Reads sources. Clean & filtered output. Sourcemaps. Node & browsers.

JavaScript
220
2 年前

Python is a multi-paradigm programming language. Meaning, it supports different programming approach. One of the popular approach to solve a programming problem is by creating objects. This is known as Object-Oriented Programming (OOP).

Jupyter Notebook
199
5 年前