Skip to content

Latest commit

 

History

History
61 lines (57 loc) · 6.43 KB

python.md

File metadata and controls

61 lines (57 loc) · 6.43 KB

Python, IPython, Scikit-learn etc.

Code editors

  • PyCharm от JetBrains - серьезная IDE для больших проектов
  • Spyder – the Scientific PYthon Development EnviRonment. Spyder входит в Анаконду (просто введите spyder в командной строке)
  • Canopy — scientific and analytic Python deployment with integrated analysis environment (рекомендуют в курсе MITx)
  • Rodeo — a data science IDE for Python
  • Jupyter – open source, interactive data science and scientific computing across over 40 programming languages. The Jupyter Notebook is a web application that allows you to create and share documents that contain live code, equations, visualizations and explanatory text
  • nbviewer – renders notebooks available on other websites
  • Sublime Text 3
  • PyCharm vs Sublime Text – a blog post comparing these two popular development tools and text editors
  • PEP 0008 – Style Guide for Python Code