Mastering PyCharm : use PyCharm with fluid efficiency /
Use PyCharm with fluid efficiency to write idiomatic python code About This Book Understand how PyCharm works and how you can leverage its strength to develop applications quickly Master PyCharm's editor to get a fast workflow Full of examples and illustrations that focus on the practical aspec...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Birmingham, UK :
Packt Publishing,
2015.
|
Colección: | Community experience distilled.
|
Temas: | |
Acceso en línea: | Texto completo Texto completo |
MARC
LEADER | 00000cam a2200000Ii 4500 | ||
---|---|---|---|
001 | EBSCO_ocn930869260 | ||
003 | OCoLC | ||
005 | 20231017213018.0 | ||
006 | m o d | ||
007 | cr cnu|||unuuu | ||
008 | 151203s2015 enka o 001 0 eng d | ||
040 | |a UMI |b eng |e rda |e pn |c UMI |d OCLCF |d N$T |d DEBBG |d TEFOD |d DEBSZ |d VT2 |d CEF |d NLE |d WYU |d UAB |d RDF |d OCLCO |d OCLCQ |d QGK |d OCLCO | ||
019 | |a 1259143584 | ||
020 | |a 9781783551323 |q (electronic bk.) | ||
020 | |a 1783551321 |q (electronic bk.) | ||
020 | |z 9781783551316 | ||
020 | |a 1783551313 | ||
020 | |a 9781783551316 | ||
029 | 1 | |a DEBBG |b BV043968113 | |
029 | 1 | |a DEBSZ |b 48578601X | |
029 | 1 | |a GBVCP |b 882847821 | |
035 | |a (OCoLC)930869260 |z (OCoLC)1259143584 | ||
037 | |a CL0500000680 |b Safari Books Online | ||
037 | |a 56B6BD0B-3CE8-4D99-B68B-20A879C3DC07 |b OverDrive, Inc. |n http://www.overdrive.com | ||
050 | 4 | |a QA76.73.P98 | |
072 | 7 | |a COM |x 030000 |2 bisacsh | |
082 | 0 | 4 | |a 005 |2 23 |
049 | |a UAMI | ||
100 | 1 | |a Islam, Quazi Nafiul, |e author. | |
245 | 1 | 0 | |a Mastering PyCharm : |b use PyCharm with fluid efficiency / |c Quazi Nafiul Islam. |
264 | 1 | |a Birmingham, UK : |b Packt Publishing, |c 2015. | |
300 | |a 1 online resource (1 volume) : |b illustrations. | ||
336 | |a text |b txt |2 rdacontent | ||
337 | |a computer |b c |2 rdamedia | ||
338 | |a online resource |b cr |2 rdacarrier | ||
347 | |a text file | ||
490 | 1 | |a Community experience distilled | |
588 | 0 | |a Online resource; title from PDF title page (EBSCO, viewed August 30, 2016). | |
500 | |a Includes index. | ||
505 | 0 | |a Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Getting the Right Look; A short note on keyboard shortcuts; The basics; The first change -- fonts; The layout; The minimalist; Beautiful code; Editor; Getting the right colors; Style hierarchies; Styling on steroids; Imports and exports; TextMate bundles; Summary; Chapter 2: Understanding the Keymap; Different keymaps; Finding shortcuts; Setting shortcuts; Troubleshooting on Mac; Summary; Chapter 3: Getting Places; Omni; Back and Forward; Macro | |
505 | 8 | |a Go to definition or navigate to declarationSearch Everywhere; The Switcher tool; The Project panel; Micro; The Structure panel; Ace Jump; Summary; Chapter 4: Editing; Improving code completion; Understanding what intentions can do for you; Collecting runtime types; Adding docstrings and type information; The skeletons in PyCharm's closet; Setting up IPython Notebook; Editor plugins; Writing code; Refactoring; Multiple cursors; doc_mode; Reading code; The lens mode; Diagrams; Method hierarchies; Summary; Chapter 5: Interpreters and Consoles; All about interpreters; Adding interpreters | |
505 | 8 | |a Making new templatesSnippets (live templates); Surround templates; Summary; Chapter 9: Version Control Integration; Initializing version control; Ignoring files; Remotes; The VCS menu; The Changes panel; Changing Diff colors; Change lists; Summary; Chapter 10: HTML and JavaScript Tools; JavaScript support; Getting the most out of JavaScript code completion; Using JSDoc; Using libraries; Transpiled to JavaScript languages; Support for libraries and frameworks; Client-side frameworks; Server-side frameworks and NodeJS; JavaScript Code Quality Tools; HTML and CSS; Emmet; Live debugging | |
505 | 8 | |a Installing the pluginDebugging the file; File watchers; Summary; Chapter 11: Web Development with PyCharm; Database tools; Adding a data source; Connecting to a database; Adding files; Using the SQL console; Parameterized statements; Console history; Database diagrams; Exporting data; Copying DDLs; Exporting the table contents; Web frameworks; Common features; Support for templating engines; Customized project creation; Debugging in templates; Django; Setting up Django; Model dependency diagrams; Manage.py tasks; Django Console; Summary; Index | |
520 | |a Use PyCharm with fluid efficiency to write idiomatic python code About This Book Understand how PyCharm works and how you can leverage its strength to develop applications quickly Master PyCharm's editor to get a fast workflow Full of examples and illustrations that focus on the practical aspects of using PyCharm Who This Book Is For If you know PyCharm but want to understand it better and leverage its more powerful but less obvious tool set, this is the book for you. Serving as a launch pad for those who want to master PyCharm and completely harness its best features, it would be helpful if you were familiar with some of Python's most prominent tools such as virtualenv and Python's popular docstring formats such as reStructuredText and EpyType. What You Will Learn Understand the internal workings of the IntelliJ Platform Leverage PyCharm's powerful search tools, and learn which ones are the best for you and your workflow Customize PyCharm's enhanced Python interpreter and its inbuilt terminal Develop web applications quickly and easily with different frameworks such as Flask and Django Understand how code completion works in PyCharm for Python and JavaScript In Detail PyCharm is addictive, with powerful and configurable code completion, superb editing tools, top-notch support, diverse plugins, and a vibrant ecosystem to boot. Learning how PyCharm works and maximising the synergy of its powerful tools will help you to rapidly develop applications. From leveraging the power of the editor to understanding PyCharm's internals, this book will give you a comprehensive view of PyCharm and allow you to make your own choices about which workflow and tools are best for you. You will start by getting comfortable with PyCharm and making it look exactly like you want. You can customize the tools and taskbars to suit individual developers' coding styles. You also learn how to assign keyboard shortcuts. You will master debugging by inserting breakpoints, collecting runtime data, and debugging from the console. You will understand how PyCharm works underneath and how plugins such as Codemap, Vim, Bitbucket, Assets compressor, markdown, bash file, shortcut translator, and .gitignore leverage the power of the IntelliJ platform. You will become comfortable using the VCS interface in PyCharm and see the benefits of using it for some simple tasks as well as some more complex tasks such as partial commits using changelists. You will take an in-depth look at the va... | ||
546 | |a English. | ||
590 | |a O'Reilly |b O'Reilly Online Learning: Academic/Public Library Edition | ||
590 | |a eBooks on EBSCOhost |b EBSCO eBook Subscription Academic Collection - Worldwide | ||
650 | 0 | |a Python (Computer program language) | |
650 | 0 | |a Computer programming. | |
650 | 6 | |a Python (Langage de programmation) | |
650 | 6 | |a Programmation (Informatique) | |
650 | 7 | |a computer programming. |2 aat | |
650 | 7 | |a COMPUTERS |x Desktop Applications |x Project Management Software. |2 bisacsh | |
650 | 7 | |a Computer programming |2 fast | |
650 | 7 | |a Python (Computer program language) |2 fast | |
776 | |z 1-78355-131-3 | ||
830 | 0 | |a Community experience distilled. | |
856 | 4 | 0 | |u https://learning.oreilly.com/library/view/~/9781783551316/?ar |z Texto completo |
856 | 4 | 0 | |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1086331 |z Texto completo |
938 | |a EBSCOhost |b EBSC |n 1086331 | ||
994 | |a 92 |b IZTAP |