Cargando…

Python tools for Visual Studio : leverage the power of the Visual Studio IDE to develop better and more efficient Python projects /

This is a hands-on guide that provides exemplary coverage of all the features and concepts related to PTVS. The book is intended for developers who are aiming to enhance their productivity in Python projects with automation tools that Visual Studio provides for the .Net community. Some basic knowled...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Sabia, Martino
Otros Autores: Wang, Cathy
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham, UK : Packt Pub., Ã2014.
Colección:Community experience distilled.
Temas:
Acceso en línea:Texto completo
Tabla de Contenidos:
  • Cover; Copyright; Credits; About the Authors; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Introduction to PTVS; Step-by-step installation and configuration; PTVS tools overview; The Python Environments window; Python Interactive; Visual Studio panels with PTVS; Summary; Chapter 2: Python Tools in Visual Studio; Mastering IntelliSense with Python; Using REPL in Visual Studio; Navigating code with ease; Object Browser; Summary; Chapter 3: Day-to-day Coding Tools; Project handling; Solution; Project; Specifying Python environments; Defining Search Paths
  • RefactoringDebugging; Using breakpoints; Utilizing watch entries; Summary; Chapter 4: Django in PTVS; Django project template and tools; Installing a Python package; Running the application; IntelliSense in Django templates; Setting up and managing a database for a Django project; Setting up the admin interface; Creating a new Django application; Deploying a Django project on Microsoft Azure; Summary; Chapter 5: Advanced Django in PTVS; Library management; The Fabric library
  • the deployment and development task manager; South
  • the database deployment library; Why use South with Django
  • Installing SouthSchema migration with South; Summary; Chapter 6: IPython and IronPython in PTVS; IPython in PTVS; IronPython; Using .NET classes in Python code with IronPython; Using the Python code in .NET with IronPython; Summary; Index