Lindevs
Programming tutorials, blogs & resources
Menu
  • Home ×
  • Tutorials
    • Programming Language
      • Python
      • PHP
      • Java
      • C
      • C++
      • JavaScript
    • Machine Learning
      • TensorFlow 2
      • PyTorch
    • Computer Vision
      • OpenCV
    • Embedded System
      • Raspberry Pi
      • Arduino
      • ESP8266
      • XIAO SAMD21
    • Home Automation
      • Tasmota
    • Mobile App Development
      • Android
      • Flutter
    • Game Development
      • Unity
    • Framework
      • Laravel
      • Symfony
    • Operating System
      • Linux
        • Ubuntu
      • Windows
    • Database
      • MySQL
    • DevOps
      • Command Line
      • Web Server
      • Grafana
      • Networking
      • Security
      • Containerization
  • Code Snippets
  • Electronics
    • Circuits
  • Questions
    • PHP
  • Contact
    • Sign In

Python

Enable or Disable Color for Interactive Shell in Python 3.14

Enable or Disable Color for Interactive Shell in Python 3.14

  • January 13, 2026
  • Python
  • 0 Comments
  • 675 Views
For years, the Python interactive shell (also known as REPL) displayed everything as plain text, leaving developers to mentally parse keywords, strings, and numbers without any visual cues. Since Python...
Enable or Disable Color for unittest Output in Python 3.14

Enable or Disable Color for unittest Output in Python 3.14

  • January 11, 2026
  • Python
  • 0 Comments
  • 566 Views
Readable tests are an important thing when developing and maintaining Python applications. For many years, the unittest module produced plain, monochrome text output, which was sometimes difficult to read when...
Process Data with Template Strings in Python 3.14

Process Data with Template Strings in Python 3.14

  • January 10, 2026
  • Python
  • 0 Comments
  • 568 Views
Working with dynamic strings is a common task in Python, especially when handling user input, generating markup, or building domain-specific text formats. Developers typically relied on f-strings or external templating...
Format and Validate JSON with CLI Tool in Python 3.14

Format and Validate JSON with CLI Tool in Python 3.14

  • January 9, 2026
  • Python
  • 0 Comments
  • 563 Views
Python has long included a built-in command-line helper for working with JSON through the json.tool module. It allowed developers to quickly pretty-print and verify JSON files without relying on external...
Enable or Disable Color for argparse Help Text in Python 3.14

Enable or Disable Color for argparse Help Text in Python 3.14

  • January 8, 2026
  • Python
  • 0 Comments
  • 1061 Views
Clear and readable help text is essential for command-line applications. Before Python 3.14, the argparse module produced plain, monochrome help output, which could make longer option lists harder to read...
Use New Imports From Compression Package in Python 3.14

Use New Imports From Compression Package in Python 3.14

  • January 7, 2026
  • Python
  • 0 Comments
  • 560 Views
Working with compressed data is a common task in Python, whether you're reducing storage size, speeding up network transfers, or handling large datasets efficiently. Traditionally, developers imported compression tools directly...
Compress Data with Zstandard in Python 3.14

Compress Data with Zstandard in Python 3.14

  • January 6, 2026
  • Python
  • 0 Comments
  • 605 Views
Handling large amounts of data efficiently often means compressing it before storage or transfer. For years, Python developers depended on external libraries to work with modern compression formats like Zstandard...
Copy File or Directory with pathlib Module in Python 3.14

Copy File or Directory with pathlib Module in Python 3.14

  • January 5, 2026
  • Python
  • 0 Comments
  • 672 Views
Working with files and directories is a common task of many Python applications. Traditionally, copying files or entire directory trees relied on the shutil module. While effective, this approach often...
Control Flow in Finally Block Emits Warning in Python 3.14

Control Flow in Finally Block Emits Warning in Python 3.14

  • January 4, 2026
  • Python
  • 0 Comments
  • 740 Views
In Python, the try/except/finally construct is commonly used to ensure cleanup actions, such as closing files. Traditionally, Python allowed control flow statements like return, break, or continue inside a finally...
Move File or Directory with pathlib Module in Python 3.14

Move File or Directory with pathlib Module in Python 3.14

  • January 3, 2026
  • Python
  • 0 Comments
  • 608 Views
Managing files and directories is a common task in Python programs. For a long time, developers leaned on the shutil module to move files or entire directory trees. While reliable...
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • »
Buy Me a Coffee

Recent Posts

  • Define Global Translation Parameters in Symfony 8
  • 2 Methods to Handle Messenger Message in Symfony 8
  • Check Errors in Translation Files using Console Command in Symfony 8
  • Define Named Serializers with Different Settings in Symfony 8
  • 2 Methods to Check CSRF Tokens in Symfony 8

Archives

  • January 2026
  • December 2025
  • November 2025
  • October 2025
  • September 2025
  • August 2025
  • July 2025
  • June 2025
  • May 2025
  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • August 2024
  • July 2024
  • June 2024
  • May 2024
  • April 2024
  • March 2024
  • February 2024
  • January 2024
  • December 2023
  • November 2023
  • October 2023
  • September 2023
  • August 2023
  • July 2023
  • June 2023
  • May 2023
  • April 2023
  • March 2023
  • February 2023
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021
  • May 2021
  • April 2021
  • March 2021
  • February 2021
  • January 2021
  • December 2020
  • November 2020
  • October 2020
  • September 2020
  • August 2020
  • July 2020
Copyright © 2020 - 2026 · lindevs.com · All Rights Reserved