GithubHelp home page GithubHelp logo

windows_python_setup's Introduction

Text Editor

Desktop Apps

Terminal Editors

Terminal

git

markdown

python

  • conda
    • good for beginners and windows users
  • straight
    • better on linux or macos
    • less bloat
    • how i prefer to install

pip

  • pypi
    • package manager
    • use pip install <package>

virtual environment

  • venv
    • what i use but only recently discovered the power of virtual environments
  • pyenv
    • commonly used one
  • conda environment
    • what i first started using for virtual environments
    • ok for beginners

ipython & jupyter notebooks

  • IPy
    • use ipython instead of bare python in the terminal
    • use jupyter notebooks for testing/debugging & learning

autopep8 & style guide

  • pep8
    • everyone follows this style guide - so you should too because it means everything is formatted the same
  • autopep8
    • auto formats your code to conform to pep8 style
    • other linters are available but i generally write neat code so haven't ever had a need for another one

windows_python_setup's People

Contributors

asymy avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.