Fundamentals of Python programming (PDF) – “… introduction to computer programming textbooks are available in PDF form for free download. University and high school students and self learners around the world have found them helpful. See the terms of use in the preface of each book.”
Intermediate Python – “Fluent python” by Luciano Ramalho.
“This repository contains the text for the Tiny Python 3.6 Notebook. it is a notebook containing curated examples for Python 3 as well as the new features found in Python 3.6.”
__repr__
and __missing__
dunder methods.Scalene: a high-performance, high-precision CPU and memory profiler for Python has interleaved cross-language profiling.
Pyflame: A Ptracing Profiler For Python — Pyflame 1.4.0 documentation
To Install Zippy:
hg clone https://bitbucket.org/ssllab/zippy
cd zippy
TBD
Python Project Tooling explained — chobeat; Apr 2019. lobste.rs
Use twine
, and wheel
.
Follow the packaging tutorial
python setup.py sdist
python setup.py bdist_wheel
twine upload --repository-url https://test.pypi.org/legacy/ dist/*
0install
.Via My Python Development Environment, 2020 Edition | Jacob Kaplan-Moss: * pipx · PyPI * Poetry - Python dependency management and packaging made easy. * VisiData