valenteer-python
valenteer-python
Python
9 posts
All about Python language
Don't wanna be here? Send us removal request.
valenteer-python · 1 year ago
Text
function :
Radically simple IT automation system. It handles configuration management, application deployment, cloud provisioning, ad-hoc task execution, network automation, and multi-node orchestration. Ansible makes complex changes like zero-downtime rolling updates with load balancers easy
install :
pip install ansible
0 notes
valenteer-python · 1 year ago
Text
function :
Flet is a rich User Interface (UI) framework to quickly build interactive web, desktop and mobile apps in Python without prior knowledge of web technologies like HTTP, HTML, CSS or JavaScript. You build UI with controls based on Flutter widgets to ensure your programs look cool and professional.
install :
pip install flet
cmd :
flet .\main.py -d
0 notes
valenteer-python · 1 year ago
Text
function :
Reflex is a library to build full-stack web apps in pure Python. (React style)
install :
pip install reflex
0 notes
valenteer-python · 1 year ago
Text
function :
simple and efficient tool to help you manage your virtual environments and create basic Python files with a single command.
install :
pip install Fenv
cmd :
fenv new your_project
fenv install python_libraly
0 notes
valenteer-python · 1 year ago
Text
function :
high-level Python web framework that encourages rapid development and clean, pragmatic design.
install :
pip install Django
0 notes
valenteer-python · 1 year ago
Text
function :
lightweight WSGI web application framework. It is designed to make getting started quick and easy
install :
pip install Flask
cmd :
python app.py
flask run --reload
close server:
Ctrl+c
0 notes
valenteer-python · 1 year ago
Text
function :
check long process in some part of code
install :
pip install py-spy
cmd :
py-spy record -o profile.svg -- python code.py
py-spy top -- python code.py
0 notes
valenteer-python · 1 year ago
Text
function :
single codebase to deploy apps on Windows, Linux, macOS, iOS and Android
install :
pip install kivy
pip install kivymd
cmd :
python main.py
0 notes
valenteer-python · 1 year ago
Text
function :
code formatter
install :
pip install black
cmd :
python -m black reformat.py
0 notes