000 08630cam a2200757Ii 4500
001 ocn935256988
003 OCoLC
005 20200827111648.0
006 m o d
007 cr unu||||||||
008 160119s2015 enka o 001 0 eng d
040 _aUMI
_beng
_erda
_epn
_cUMI
_dOCLCF
_dN$T
_dIDEBK
_dVT2
_dYDXCP
_dCOO
_dEBLCP
_dDEBSZ
_dDEBBG
_dOCLCQ
_dMERUC
_dOCLCQ
_dCEF
_dNLE
_dUKMGB
_dOCLCQ
_dUAB
_dUKAHL
_dOCLCQ
016 7 _a018010555
_2Uk
019 _a933584523
_a933587272
_a951065029
020 _a9781785288791
_q(electronic bk.)
020 _a1785288792
_q(electronic bk.)
020 _a1785287737
020 _a9781785287732
020 _z9781785287732
024 3 _a9781785287732
029 1 _aAU@
_b000057034088
029 1 _aCHNEW
_b000960589
029 1 _aCHVBK
_b491696426
029 1 _aDEBBG
_bBV043968657
029 1 _aDEBSZ
_b473885107
029 1 _aDEBSZ
_b485791641
029 1 _aGBVCP
_b882751263
029 1 _aUKMGB
_b018010555
029 1 _aAU@
_b000066233831
035 _a(OCoLC)935256988
_z(OCoLC)933584523
_z(OCoLC)933587272
_z(OCoLC)951065029
037 _aCL0500000703
_bSafari Books Online
050 4 _aQA76.76.P98
072 7 _aCOM
_x051360
_2bisacsh
082 0 4 _a005.10685
_223
049 _aMAIN
100 1 _aPrecord, Cody,
_eauthor.
_0http://id.loc.gov/authorities/names/no2011044125
245 1 0 _aWxPython application development cookbook :
_bover 80 step-by-step recipes to get you up to speed with building your own wxPython applications /
_cCody Precord.
264 1 _aBirmingham :
_bPackt Publishing,
_c2015.
300 _a1 online resource :
_billustrations
336 _atext
_btxt
_2rdacontent
337 _acomputer
_bc
_2rdamedia
338 _aonline resource
_bcr
_2rdacarrier
490 1 _aQuick answers to common problems
588 0 _aOnline resource; title from PDF title page (EBSCO, viewed May 3, 2016).
500 _aIncludes index.
520 8 _aAnnotation
_bOver 80 step-by-step recipes to get you up to speed with building your own wxPython applicationsAbout This Book This book empowers you to create rich cross-platform graphical user interfaces using Python It helps you develop applications that can be deployed on Windows, OSX, and Linux The recipes in the book involve real-world applications, giving you a first-hand experience of the practical scenariosWho This Book Is ForFor those who are familiar with programming in Python and want to start building applications with graphical user interfaces, this book will get you up and running quickly. A basic understanding of the Python programming language and object-oriented concepts are all that is needed. What You Will Learn Create full featured user interfaces Design and develop custom controls Deploy and distribute wxPython applications to Windows, Macintosh OS X, Linux, and other UNIX-like environments Handle and respond to application events Manage and display data using grids Interact with web services from your GUI Use Paint events to draw custom displays Support the display of user interfaces in multiple languagesIn DetailwxPython is a GUI toolkit for the Python programming language built on top of the cross-platform wxWidgets GUI libraries. wxPython provides a powerful set of tools that allow you to quickly and efficiently building applications that can run on a variety of different platforms. Since wxWidgets provides a wrapper around each platform's native GUI toolkit, the applications built with wxPython will have a native look and feel wherever they are deployed. This book will provide you with the skills to build highly functional and native looking user interfaces for Python applications on multiple operating system environments. By working through the recipes, you will gain insights into and exposure to creating applications using wxPython. With a wide range of topics covered in the book, there are recipes to get the most basic of beginners started in GUI programming as well as tips to help experienced users get more out of their applications. The recipes will take you from the most basic application constructs all the way through to the deployment of complete applications. Style and approach This book is a collection of step-by-step recipes that introduce the various components and concepts of wxPython in a conversational and easy-to-follow way. Each recipe contains coded examples along with detailed explanations about the key points of each topic. Each topic is designed to introduce and show you how to use a single feature from the wxPython library.
505 0 _aCover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: wxPython Starting Points; Introduction; Creating an application object; Adding the main frame; Using bitmaps; Binding to events; Understanding the hierarchy of the UI; Controlling the propagation of events; Accessing the clipboard; Supporting drag and drop; Handling AppleEvents; Chapter 2: Common User Controls; Introduction; Starting with the easy button; Pushing all the buttons; Offering options with CheckBoxes; Using TextCtrl; Processing key events.
505 8 _aPicking dates with DatePickerCtrlExploring menus and shortcuts; Displaying a context menu; Working with ToolBars; Managing UI states; Chapter 3: UI Layout and Organization; Introduction; Laying out controls with Sizers; Controlling layout behavior; Grouping controls with a StaticBox control; Creating an automatic wrapping layout; Using the standard dialog button sizer; Simplifying the panel layout; Making dialog layout easy; Building XML resource-based layouts; Extending XRC for custom controls; Advancing your UI with AuiManager; Chapter 4: Containers and Advanced Controls; Introduction.
505 8 _aAdding tabs with the Notebook controlEnhancing ComboBox with bitmaps; Configuring properties; Taking control with FlatNotebook; Styling text in StyledTextCtrl; Annotating StyledTextCtrl; Displaying hierarchical data with TreeCtrl; Building a system tray application; Surfing the Web in your app; Chapter 5: Data Displays and Grids; Introduction; Displaying lists of data; Editing data lists; Implementing a data source; Getting started with the data grid; Displaying dynamic data; Modeling your data; Displaying your data model; Chapter 6: Ways to Notify and Alert; Introduction; Showing MessageBox.
505 8 _aUsing InfoBarProviding extra tips on usage; Displaying transient notifications; Making a splash at startup; Giving busy feedback; Showing information about your app; Chapter 7: Requesting and Retrieving Information; Introduction; Selecting files with FileDialog; Searching text with FindReplaceDialog; Filtering through choices; Retrieving multiple selections; Using Print dialogs; Guiding selections with Wizard; Chapter 8: User Interface Primitives; Introduction; Painting in your UI; Drawing basic shapes; Customizing grid labels; Drawing gradients with GraphicsContext.
505 8 _aRecreating native controls with RendererNativeChapter 9: Creating and Customizing Components; Introduction; Making your own dialog; Validating user input; Interacting with StatusBar; Providing your own information window; Creating a managed layout; Drawing your own list control; Implementing highlighting in StyledTextCtrl; Creating a composite control; Designing an owner-drawn control; Chapter 10: Getting Your Application Ready for Release; Introduction; Storing your configuration with StandardPaths; Saving the application's state; Supporting internationalization; Optimizing for OS X.
590 _aeBooks on EBSCOhost
_bEBSCO eBook Subscription Academic Collection - Worldwide
650 0 _aPython (Computer program language)
_0http://id.loc.gov/authorities/subjects/sh96008834
650 7 _aCOMPUTERS
_xProgramming Languages
_xPython.
_2bisacsh
650 7 _aPython (Computer program language)
_2fast
_0(OCoLC)fst01084736
655 4 _aElectronic books.
776 0 8 _iPrint version:
_aPrecord, Cody.
_tWxPython Application Development Cookbook.
_dBirmingham : Packt Publishing, �1900
830 0 _aQuick answers to common problems.
_0http://id.loc.gov/authorities/names/no2015091434
856 4 0 _uhttps://libproxy.firstcity.edu.my:8443/login?url=http://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1133615
938 _aAskews and Holts Library Services
_bASKH
_nAH29879278
938 _aEBL - Ebook Library
_bEBLB
_nEBL4191339
938 _aEBSCOhost
_bEBSC
_n1133615
938 _aProQuest MyiLibrary Digital eBook Collection
_bIDEB
_ncis33455122
938 _aYBP Library Services
_bYANK
_n12768941
994 _a92
_bMYFCU
999 _c49803
_d49803