SlideShare a Scribd company logo
Sublime Text3
for Django Development

@starwilly
Integrated development environment
IDE
Text Editor
Why Sublime Text
• Lightweight
• Speed
• Cross Platform (Windows, OS X, Linux)
• Package Control
• Community
Let’s get started
Keyboard Shortcuts
• Command Palettes: Cmd+ Shift + P / Ctrl + Shift + P
• Navigation
• Quick Open File: Cmd + P / Ctrl + P
• Go to Symbol: Cmd + R / Ctrl + R
• Go To Line: Ctrl + G
Package
Package Control Installation
https://packagecontrol.io/installation
1. Open Sublime Text Console: Ctrl+`
2. Paste the following code
Install Package
• Open Command Palettes (Cmd + Shift + P)
• Type “install” then Search Package Name
SidebarEnhancements
https://github.com/titoBouzout/SideBarEnhancements
AdvancedNewFile
• Cmd + Shift + n / Ctrl + Alt + n
• Tab Autocompletion
Anaconda
• Auto Completion
• Code Linting (use sublimelinter)
• Import Validation
• Goto Definition
• Tests Runner
• McCabe Complexity Checker
• …
Turns your Sublime Text 3 into a full featured Python
development IDE
http://damnwidget.github.io/anaconda/
Anaconda
Show Documentation
Anaconda
Goto Definition
Configure Anaconda
{
"python_interpreter": "$VIRTUAL_ENV/bin/python",
}
{
"anaconda_linting": false,
"python_interpreter": "/home/damnwidget/.virtualenvs/anaconda/bin/python"
}
Virtualenv environment variables
Virtualenv support
http://damnwidget.github.io/anaconda/anaconda_settings/
Djaneiro
• Template:
• block => {% block %} {% endblock %}
• tag => {% %}
• var => {{ }}
• View
• view, createview, templateview …
https://github.com/squ1b3r/Djaneiro
Djaneiro
• Model:
• Model
• mchar => models.CharField()
• fk => models.ForeignKey()
• Form:
• fchar => forms.CharField()
• fchoice => forms.ChoiceField()
Linter
hurt your feelings
but
help your code better
SublimeLinter
• A Framework for ST3 Linters
• Linter must be installed separately
• SublimeLinter-pyflakes, SublimeLinter-pep8
• and more (jslint, csslint …)
Installation
• Install SublimeLinter
• pip install pep8
• Install SublimeLinter-pep8 (by package control)
• Linter configuration
Find Linter Executable
# Mac OS X, Linux
hash -r
which python
# Windows
where python
Add to Path (Two Options)
1. Add the path to the “paths” global setting.
2. On Mac OS X or Linux, adjust your shell startup files

On Windows, add PATH environment variable.
Find Linter location
Linter Config
Linting
Front End
Bootstrap 3 Snippet
• Use Command Palettes to find: Cmd + Shift + P
• bs3-input-group-btn
• bs3-form-forizontal
• …
Emmet (Zen Coding)
• HTML Abbreviation (CSS selector-like syntax)
#page>div.logo+ul#navigation>li*5>a{Item $}
fl
bgc
http://docs.emmet.io/cheat-sheet/
w15+h20+mb15+mr20
• CSS code snippets
bpython
• a fancy interface to the Python interpreter
pip install bpython
Thank you
• SidebarEnhancement

https://github.com/titoBouzout/SideBarEnhancements
• AdvancedNewFile

https://github.com/skuroda/Sublime-AdvancedNewFile
• Anaconda

http://damnwidget.github.io/anaconda/
• Djaneiro

https://github.com/squ1b3r/Djaneiro
• SublimeLinter

https://github.com/SublimeLinter/SublimeLinter3
Pyflakes https://github.com/SublimeLinter/SublimeLinter-pyflakes
PEP8 https://github.com/SublimeLinter/SublimeLinter-pep8
• Bootstrap 3 Snippet

https://github.com/JasonMortonNZ/bs3-sublime-plugin
• Emment

http://emmet.io/
• bpython

http://bpython-interpreter.org/

More Related Content

ODP
Introduction to Shell script
PPTX
5. react native-package
PPT
Os Vanrossum
PPTX
Bash shell scripting
PPTX
Suman bhatt
PDF
Module 02 Using Linux Command Shell
PPTX
Linux powerpoint
PDF
Unix Shell Script
Introduction to Shell script
5. react native-package
Os Vanrossum
Bash shell scripting
Suman bhatt
Module 02 Using Linux Command Shell
Linux powerpoint
Unix Shell Script

What's hot (20)

PPT
Unix tutorial-08
PDF
Introduction to linux
PDF
Course 102: Lecture 5: File Handling Internals
PPTX
SHELL PROGRAMMING
PPTX
Linux kernel development
PDF
PDF
Linux kernel booting
PPTX
Make own you kernel os
PPT
Unix tutorial-08
PDF
Course 102: Lecture 16: Process Management (Part 2)
PPTX
Easiest way to start with Shell scripting
PDF
Course 102: Lecture 11: Environment Variables
PDF
On the Edge Systems Administration with Golang
PDF
Docker e postgresql
PDF
Linux intro 2 basic terminal
PPT
Shell programming
PPTX
Piping into-php
PPTX
Shell & Shell Script
PPTX
Bash Shell Scripting
PDF
Python3 (boto3) for aws
Unix tutorial-08
Introduction to linux
Course 102: Lecture 5: File Handling Internals
SHELL PROGRAMMING
Linux kernel development
Linux kernel booting
Make own you kernel os
Unix tutorial-08
Course 102: Lecture 16: Process Management (Part 2)
Easiest way to start with Shell scripting
Course 102: Lecture 11: Environment Variables
On the Edge Systems Administration with Golang
Docker e postgresql
Linux intro 2 basic terminal
Shell programming
Piping into-php
Shell & Shell Script
Bash Shell Scripting
Python3 (boto3) for aws
Ad

Similar to Sublime Text3 for Django Development (20)

PPTX
IS - section 1 - modifiedFinal information system.pptx
PDF
C++ Windows Forms L01 - Intro
PDF
Getting Started with Go
PDF
Introduction to Robot Framework
PPTX
PyCourse - Self driving python course
PDF
MobileConf 2021 Slides: Let's build macOS CLI Utilities using Swift
PDF
Software Quality Assurance Tooling - Wintersession 2024
PDF
Gnubs pres-foss-cdac-sem
PDF
Gnubs-pres-foss-cdac-sem
PDF
Conda: A Cross-Platform Package Manager for Any Binary Distribution (SciPy 2014)
PPTX
Top 10 python ide
PPTX
Ultimate Unix Meetup Presentation
PPT
Git Heaven with Wakanda
PPTX
Untangling fall2017 week2
PPTX
Untangling fall2017 week2_try2
PPTX
Computer Languages: Python, Html css javascript
PPTX
CiklumCPPSat: Alexey Podoba "Automatic assembly. Cmake"
PDF
ITCamp 2013 - Alessandro Pilotti - Git crash course for Visual Studio devs
PDF
CommandBox at CFCamp 2014
PDF
Cape Cod Web Technology Meetup - 3
IS - section 1 - modifiedFinal information system.pptx
C++ Windows Forms L01 - Intro
Getting Started with Go
Introduction to Robot Framework
PyCourse - Self driving python course
MobileConf 2021 Slides: Let's build macOS CLI Utilities using Swift
Software Quality Assurance Tooling - Wintersession 2024
Gnubs pres-foss-cdac-sem
Gnubs-pres-foss-cdac-sem
Conda: A Cross-Platform Package Manager for Any Binary Distribution (SciPy 2014)
Top 10 python ide
Ultimate Unix Meetup Presentation
Git Heaven with Wakanda
Untangling fall2017 week2
Untangling fall2017 week2_try2
Computer Languages: Python, Html css javascript
CiklumCPPSat: Alexey Podoba "Automatic assembly. Cmake"
ITCamp 2013 - Alessandro Pilotti - Git crash course for Visual Studio devs
CommandBox at CFCamp 2014
Cape Cod Web Technology Meetup - 3
Ad

Recently uploaded (20)

DOCX
The AUB Centre for AI in Media Proposal.docx
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
KodekX | Application Modernization Development
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
Encapsulation theory and applications.pdf
PDF
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
PPTX
sap open course for s4hana steps from ECC to s4
PDF
Approach and Philosophy of On baking technology
PDF
Machine learning based COVID-19 study performance prediction
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PDF
cuic standard and advanced reporting.pdf
PPTX
Spectroscopy.pptx food analysis technology
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PDF
Review of recent advances in non-invasive hemoglobin estimation
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
PDF
Unlocking AI with Model Context Protocol (MCP)
The AUB Centre for AI in Media Proposal.docx
Digital-Transformation-Roadmap-for-Companies.pptx
KodekX | Application Modernization Development
MIND Revenue Release Quarter 2 2025 Press Release
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
Reach Out and Touch Someone: Haptics and Empathic Computing
Encapsulation theory and applications.pdf
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
sap open course for s4hana steps from ECC to s4
Approach and Philosophy of On baking technology
Machine learning based COVID-19 study performance prediction
Understanding_Digital_Forensics_Presentation.pptx
cuic standard and advanced reporting.pdf
Spectroscopy.pptx food analysis technology
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
“AI and Expert System Decision Support & Business Intelligence Systems”
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Review of recent advances in non-invasive hemoglobin estimation
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
Unlocking AI with Model Context Protocol (MCP)

Sublime Text3 for Django Development