#repl

[ follow ]
fromPycoders
1 week ago

PyCoder's Weekly | Issue #709

Why Python's deepcopy Can Be So Slow copy.deepcopy() creates a fully independent clone of an object, traversing every nested element of the object graph." That can be expensive. Learn what it is doing and how you can sometimes avoid the cost.
Data science
from2ality
3 weeks ago

[Web dev for beginners] Node.js

That gives us the following useful features: We can start a JavaScript console from a shell. We can run files with JavaScript code from a shell. That is useful for automatically testing if our code is correct - a topic that we'll explore in a future chapter. We can write web servers in Node.js - which is another topic that we'll explore in the future. Node.js lets us install shell commands that help with web development.
Node JS
#python-314
#python
Software development
fromAntocuni
2 months ago

Tracing JITs in the real world @ CPython Core Dev Sprint

Work on CPython aims to evolve a safer native C API (PyNI), upstream colorful REPL completions, and improve JIT through PyPy-informed collaboration.
Scala
fromMedium
2 months ago

Keep in mind that Scastie does not show Scala warnings

Scastie, the Scala REPL, does not display warnings; expect IDE warnings (for example, unnecessary semicolons) when copying code into IntelliJ IDEA.
Scala
fromMedium
5 months ago

Scastie's gradually becoming more like an IDE

Scastie's enhanced completion features provide a significant advantage for Scala programming.
[ Load more ]