#Python scripts

[ follow ]
#python-scripts
Pythonmorsels
3 weeks ago
Python

Creating Python programs

Python programs are best created in code editors rather than the REPL for efficiency and functionality.
A Python script is simply a type of program that can be run from the command line. [ more ]
Pythonbytes
8 months ago
Python

A New Cloud Computing Paradigm at Python Bytes

PEP 723 introduces a metadata format for single-file Python scripts to assist with interaction from launchers, IDEs, and other external tools.
The harlequin tool serves as an SQL IDE for the terminal and works with DuckDB and SQLite. [ more ]
Pythonmorsels
3 weeks ago
Python

Creating Python programs

Python programs are best created in code editors rather than the REPL for efficiency and functionality.
A Python script is simply a type of program that can be run from the command line. [ more ]
Pythonbytes
8 months ago
Python

A New Cloud Computing Paradigm at Python Bytes

PEP 723 introduces a metadata format for single-file Python scripts to assist with interaction from launchers, IDEs, and other external tools.
The harlequin tool serves as an SQL IDE for the terminal and works with DuckDB and SQLite. [ more ]
morepython-scripts
Pycoders
10 months ago
Python

PyCoder's Weekly | Issue #605

The article discusses the wide gap between knowledge learned in school and real-world software development.
A code snippet called pip.wtf is introduced, which allows for dependency loading in small Python scripts.
The article categorizes bugs in Python apps into three groups: type-checking, import explosions, and runtime errors. [ more ]
[ Load more ]