Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrewrporter/pydev
Collecton of useful scipts I use to turn a fresh KDE installation into a python development enviornment
https://github.com/andrewrporter/pydev
apm bash development-environment npm pip python python-environment python3 script tools
Last synced: 9 days ago
JSON representation
Collecton of useful scipts I use to turn a fresh KDE installation into a python development enviornment
- Host: GitHub
- URL: https://github.com/andrewrporter/pydev
- Owner: AndrewRPorter
- License: mit
- Created: 2018-11-27T15:46:10.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-21T19:16:17.000Z (over 5 years ago)
- Last Synced: 2024-11-29T15:54:30.259Z (about 1 month ago)
- Topics: apm, bash, development-environment, npm, pip, python, python-environment, python3, script, tools
- Language: Shell
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
=====
PyDev
=====Installation scripts used to bring a fresh installation to a python development environment.
Usage
-----.. code:: shell
wget -O - https://raw.githubusercontent.com/AndrewRPorter/pyenv/master/install.sh | bash
or
.. code:: shell
git clone [email protected]:AndrewRPorter/pydev.git
cd pydev
./install.shIncluded Software
------------------ vscode: Open source text editor with git integration
- pip3: Tool for installing python packages
- vim: CLI text editor
- git: Version control
- tldr: Simplfied MAN pages
- bat: Modern replacement of ``cat`` written in Rust
- exa: Replacement for ``ls`` written in Rust
- ripgrep: Replacement for ``grep`` written in Rust
- curl: CLI tool for transferring data
- cloc: Tool to count lines of code
- zsh: Bash alternative shellPython Packages
---------------- requests: Python HTTP library
- flase: micro web framework for python
- PYYaml: YAML parser and emitter for Python
- gunicorn: Python WSGI HTTP Server for UNIX
- jinaj2: Template engine
- black: General python linter
- isort: Package import linter
- virtualenv: A tool for creating isolated 'virtual' python environments
- sklearn: Machine learning library for python
- pandas: Data manipulation and analysis
- numpy: Data manipulation and analysis
- matplotlib: Graphing toolsNotes
-----You may need to restart your computer to see ZSH as your default shell.
`echo $SHELL` will output the shell environment variable that is currently in use and is not reset until reboot.