#coding-practices

[ follow ]
fromRealpython
1 week ago

How to Debug Common Python Errors - Real Python

Debugging is the process of identifying, analyzing, and resolving issues, errors, or bugs in your code. It involves systematically examining code to determine the root cause of a problem.
Python
#software-development
fromPythonSpeed
3 weeks ago

500 faster: Four different ways to speed up your code

Speeding up code can be achieved through various practices: Efficiency eliminates wasteful calculations, Compilation leverages compiled languages, Parallelism utilizes multiple CPU cores, and Process enhances development methods.
Python
#vibe-coding
from2ality
4 weeks ago

Tips for making regular expressions easier to use in JavaScript

The use of flags, named capture groups, and the Regex+ library significantly enhance the clarity and usability of regular expressions, making them easier to understand.
JavaScript
#readability
Artificial intelligence
fromThe Hacker News
4 months ago

12,000+ API Keys and Passwords Found in Public Datasets Used for LLM Training

Hard-coded credentials in datasets pose severe security risks for users and organizations.
Large language models may amplify insecure coding practices due to the presence of live secrets in training data.
Scala
fromTheregister
5 months ago

Time to make C the COBOL of this century

Buffer overflow vulnerabilities in software are deemed avoidable and frustrating by authorities, prompting calls for better coding practices and alternatives to C.
[ Load more ]