PyCharm demo

Preview:

Citation preview

PyCharm Demo & Pyramid ContextsPaul EverittPyCharm Developer Advocate at JetBrains

About Me• Developer Advocate, PyCharm and WebStorm • Started Python in 1992 • At first “PyCon” 1994 • First open source app server, $14.5M • First PSF Board, 2001 • Bootstrapped Plone Foundation

What’s This• Brief tour of PyCharm, while showing… • …Plone-like Pyramid and SQLAlchemy

PyCharm• IDE for Python and web development • Community (free and open source) • Professional (web, remote, database) • Coding assistance, refactoring • Git, debugger, testing, database

Pyramid• Zope/Plone’s “context” concept • In a Pyramid+SQLAlchemy setting • Simpler, more-testable views • Let your framework do the hard stuff • Without traversal • But could be

PLEASE USE THE SURVEY APP TO SEND US FEEDBACK.

HELP US IMPROVE!

ploneconf.sixfeetup.com

Recommended