René's URL Explorer Experiment


Title: Building Better Scientific Software in Python — python201 0.0.1 documentation

Generator: Docutils 0.17.1: http://docutils.sourceforge.net/

direct link

Domain: python-tutorial.dev

docsearch:languageNone

Links:

https://python-tutorial.dev/201
Setup https://python-tutorial.dev/setup.html
Tutorial https://python-tutorial.dev/tutorial/index.html
References https://python-tutorial.dev/references.html
License https://python-tutorial.dev/license.html
GitHub https://github.com/glentner/python201
About https://python-tutorial.dev/201#about
Tutorial https://python-tutorial.dev/201#tutorial
Getting Started https://python-tutorial.dev/201#getting-started
Table of Contents https://python-tutorial.dev/201#table-of-contents
https://python-tutorial.dev/201#building-better-scientific-software-in-python
https://python-tutorial.dev/201#about
GitHubhttps://github.com/glentner/python201
https://python-tutorial.dev/201#tutorial
Tutorialhttps://python-tutorial.dev/tutorial/index.html#tutorial
Packaginghttps://python-tutorial.dev/tutorial/packaging.html#packaging
Testinghttps://python-tutorial.dev/tutorial/testing.html#testing
Documentationhttps://python-tutorial.dev/tutorial/documentation.html#documentation
Command-line Interfaceshttps://python-tutorial.dev/tutorial/commandline.html#commandline-interfaces
Logginghttps://python-tutorial.dev/tutorial/logging.html#logging-section
Performancehttps://python-tutorial.dev/tutorial/performance.html#performance
https://python-tutorial.dev/201#getting-started
setuphttps://python-tutorial.dev/setup.html#setup
Tutorialhttps://python-tutorial.dev/tutorial/index.html#tutorial
https://python-tutorial.dev/201#table-of-contents
Setuphttps://python-tutorial.dev/setup.html
Python Environmenthttps://python-tutorial.dev/setup.html#python-environment
Developer Toolshttps://python-tutorial.dev/setup.html#developer-tools
Tutorialhttps://python-tutorial.dev/tutorial/index.html
Packaginghttps://python-tutorial.dev/tutorial/packaging.html
Starting Pointhttps://python-tutorial.dev/tutorial/packaging.html#starting-point
Functionshttps://python-tutorial.dev/tutorial/packaging.html#functions
Creating a Python Packagehttps://python-tutorial.dev/tutorial/packaging.html#creating-a-python-package
How does Python Find Packageshttps://python-tutorial.dev/tutorial/packaging.html#how-does-python-find-packages
Organizing a Python Projecthttps://python-tutorial.dev/tutorial/packaging.html#organizing-a-python-project
Installationhttps://python-tutorial.dev/tutorial/packaging.html#installation
Extrashttps://python-tutorial.dev/tutorial/packaging.html#extras
READMEhttps://python-tutorial.dev/tutorial/packaging.html#readme
Version Controlhttps://python-tutorial.dev/tutorial/packaging.html#version-control
Licensehttps://python-tutorial.dev/tutorial/packaging.html#license
More Detailshttps://python-tutorial.dev/tutorial/packaging.html#more-details
Upload to PyPIhttps://python-tutorial.dev/tutorial/packaging.html#upload-to-pypi
Testinghttps://python-tutorial.dev/tutorial/testing.html
Testing Interactivelyhttps://python-tutorial.dev/tutorial/testing.html#testing-interactively
Test Scriptshttps://python-tutorial.dev/tutorial/testing.html#test-scripts
Assertionshttps://python-tutorial.dev/tutorial/testing.html#assertions
Automated Testinghttps://python-tutorial.dev/tutorial/testing.html#automated-testing
Useful Testshttps://python-tutorial.dev/tutorial/testing.html#useful-tests
Fixing the Codehttps://python-tutorial.dev/tutorial/testing.html#fixing-the-code
Types of Testinghttps://python-tutorial.dev/tutorial/testing.html#types-of-testing
Test-Driven Developmenthttps://python-tutorial.dev/tutorial/testing.html#test-driven-development
Growing a Useful Test Suitehttps://python-tutorial.dev/tutorial/testing.html#growing-a-useful-test-suite
Extrashttps://python-tutorial.dev/tutorial/testing.html#extras
Hypothesishttps://python-tutorial.dev/tutorial/testing.html#hypothesis
CI / CDhttps://python-tutorial.dev/tutorial/testing.html#ci-cd
Documentationhttps://python-tutorial.dev/tutorial/documentation.html
Docstrings and Commentshttps://python-tutorial.dev/tutorial/documentation.html#docstrings-and-comments
Deleting codehttps://python-tutorial.dev/tutorial/documentation.html#deleting-code
What to document?https://python-tutorial.dev/tutorial/documentation.html#what-to-document
Doctestshttps://python-tutorial.dev/tutorial/documentation.html#doctests
Documentation-Driven Developmenthttps://python-tutorial.dev/tutorial/documentation.html#documentation-driven-development
Extrashttps://python-tutorial.dev/tutorial/documentation.html#extras
Automatic Documentation Generationhttps://python-tutorial.dev/tutorial/documentation.html#automatic-documentation-generation
Sphinxhttps://python-tutorial.dev/tutorial/documentation.html#id2
Hostinghttps://python-tutorial.dev/tutorial/documentation.html#hosting
Type Annotationshttps://python-tutorial.dev/tutorial/documentation.html#type-annotations
CI / CDhttps://python-tutorial.dev/tutorial/documentation.html#ci-cd
Command-line Interfaceshttps://python-tutorial.dev/tutorial/commandline.html
Conventionshttps://python-tutorial.dev/tutorial/commandline.html#conventions
Command-line Argumentshttps://python-tutorial.dev/tutorial/commandline.html#command-line-arguments
File IOhttps://python-tutorial.dev/tutorial/commandline.html#file-io
Exit Statushttps://python-tutorial.dev/tutorial/commandline.html#exit-status
Usage and Help Texthttps://python-tutorial.dev/tutorial/commandline.html#usage-and-help-text
Parsing Command-line Arguments in Pythonhttps://python-tutorial.dev/tutorial/commandline.html#parsing-command-line-arguments-in-python
Entry-pointshttps://python-tutorial.dev/tutorial/commandline.html#entry-points
Extrashttps://python-tutorial.dev/tutorial/commandline.html#extras
Manual Pageshttps://python-tutorial.dev/tutorial/commandline.html#manual-pages
Configuration Fileshttps://python-tutorial.dev/tutorial/commandline.html#configuration-files
Logginghttps://python-tutorial.dev/tutorial/logging.html
Print Statementshttps://python-tutorial.dev/tutorial/logging.html#print-statements
Conventionshttps://python-tutorial.dev/tutorial/logging.html#conventions
Logging Levelhttps://python-tutorial.dev/tutorial/logging.html#logging-level
Logging Outputhttps://python-tutorial.dev/tutorial/logging.html#logging-output
What to Includehttps://python-tutorial.dev/tutorial/logging.html#what-to-include
Logging in Pythonhttps://python-tutorial.dev/tutorial/logging.html#logging-in-python
Overviewhttps://python-tutorial.dev/tutorial/logging.html#overview
Module Level Logginghttps://python-tutorial.dev/tutorial/logging.html#module-level-logging
Updating the Codehttps://python-tutorial.dev/tutorial/logging.html#updating-the-code
Performancehttps://python-tutorial.dev/tutorial/performance.html
Benchmarkinghttps://python-tutorial.dev/tutorial/performance.html#benchmarking
Timing Your Codehttps://python-tutorial.dev/tutorial/performance.html#timing-your-code
Interactive Benchmarking with IPythonhttps://python-tutorial.dev/tutorial/performance.html#interactive-benchmarking-with-ipython
Performance Profilinghttps://python-tutorial.dev/tutorial/performance.html#performance-profiling
Line Profilerhttps://python-tutorial.dev/tutorial/performance.html#line-profiler
Memory Profilerhttps://python-tutorial.dev/tutorial/performance.html#memory-profiler
Do Not Reinvent the Wheelhttps://python-tutorial.dev/tutorial/performance.html#do-not-reinvent-the-wheel
Use Existing Librarieshttps://python-tutorial.dev/tutorial/performance.html#use-existing-libraries
Use Better Algorithmshttps://python-tutorial.dev/tutorial/performance.html#use-better-algorithms
Use Better Data Formatshttps://python-tutorial.dev/tutorial/performance.html#use-better-data-formats
Coding Practices and Memory Efficiencyhttps://python-tutorial.dev/tutorial/performance.html#coding-practices-and-memory-efficiency
Benchmark, benchmark, benchmark!https://python-tutorial.dev/tutorial/performance.html#benchmark-benchmark-benchmark
Avoid explicit loopshttps://python-tutorial.dev/tutorial/performance.html#avoid-explicit-loops
Avoid repeatedly allocating, copying and rearranging datahttps://python-tutorial.dev/tutorial/performance.html#avoid-repeatedly-allocating-copying-and-rearranging-data
Access data from memory efficientlyhttps://python-tutorial.dev/tutorial/performance.html#access-data-from-memory-efficiently
Compiled Codehttps://python-tutorial.dev/tutorial/performance.html#compiled-code
Just-in-Time Compilationhttps://python-tutorial.dev/tutorial/performance.html#just-in-time-compilation
C-Extensionshttps://python-tutorial.dev/tutorial/performance.html#c-extensions
Extrashttps://python-tutorial.dev/tutorial/performance.html#extras
Parallel and Distributed Computinghttps://python-tutorial.dev/tutorial/performance.html#parallel-and-distributed-computing
Shared-memory Programminghttps://python-tutorial.dev/tutorial/performance.html#shared-memory-programming
Referenceshttps://python-tutorial.dev/references.html
Better Scientific Softwarehttps://python-tutorial.dev/references.html#better-scientific-software
Documentationhttps://python-tutorial.dev/references.html#documentation
Licensehttps://python-tutorial.dev/license.html
next Setup https://python-tutorial.dev/setup.html
Sphinxhttp://sphinx-doc.org/

Viewport: width=device-width, initial-scale=1


URLs of crawlers that visited me.