Tag

Dependencies

0 views collected around this technical thread.

Test Development Learning Exchange
Test Development Learning Exchange
Jul 6, 2024 · Fundamentals

How to Package a Python GUI Application with Dependencies Using PyInstaller

This guide explains how to structure a Python project, list required libraries in requirements.txt, write a main script that installs dependencies at runtime, and use PyInstaller to bundle the application and its assets into a single executable that automatically installs needed packages.

DependenciesExecutableGUI
0 likes · 5 min read
How to Package a Python GUI Application with Dependencies Using PyInstaller
Python Programming Learning Circle
Python Programming Learning Circle
Apr 15, 2022 · Fundamentals

Why Python Struggles with Large Projects: Variable Declarations, Module Management, Dependencies, and Concurrency

The article examines the challenges of using Python for large-scale projects, highlighting issues such as implicit variable declarations, complex module dependencies, version conflicts, the Global Interpreter Lock, and concurrency limitations, while comparing Python to languages like C, Go, and Java.

DependenciesGILModules
0 likes · 13 min read
Why Python Struggles with Large Projects: Variable Declarations, Module Management, Dependencies, and Concurrency
Java Architect Essentials
Java Architect Essentials
Nov 25, 2021 · Backend Development

Comprehensive Overview of Spring Boot Starters (44 Starters)

The article explains what Spring Boot application starters are, enumerates all 44 available starters with brief descriptions of their functionality, and invites readers to share the content and join a community for further architectural learning.

DependenciesJavaSpring Boot
0 likes · 9 min read
Comprehensive Overview of Spring Boot Starters (44 Starters)
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Nov 2, 2021 · Frontend Development

Comprehensive Guide to package.json Configuration in Frontend Projects

This article provides an in‑depth overview of the package.json file used in frontend projects, covering required fields, description metadata, dependency sections, script commands, file and directory settings, publishing options, and common third‑party configurations with practical code examples.

DependenciesScriptsconfiguration
0 likes · 22 min read
Comprehensive Guide to package.json Configuration in Frontend Projects
Code Ape Tech Column
Code Ape Tech Column
Dec 9, 2020 · Fundamentals

Comprehensive Guide to Maven: Build Lifecycle, Dependencies, and Plugins

This article provides a detailed overview of Maven, covering its purpose, project structure, build lifecycle phases, dependency coordinates and scopes, repository types, plugin mechanisms, aggregation and inheritance, as well as flexible configuration using properties and profiles, all illustrated with practical code examples.

Build LifecycleDependenciesJava
0 likes · 22 min read
Comprehensive Guide to Maven: Build Lifecycle, Dependencies, and Plugins