top

  Info

  • Utilizzare la checkbox di selezione a fianco di ciascun documento per attivare le funzionalità di stampa, invio email, download nei formati disponibili del (i) record.

  Info

  • Utilizzare questo link per rimuovere la selezione effettuata.
Advanced Data Structures and Algorithms : Learn How to Enhance Data Processing with More Complex and Advanced Data Structures
Advanced Data Structures and Algorithms : Learn How to Enhance Data Processing with More Complex and Advanced Data Structures
Autore A Abirami
Edizione [1st ed.]
Pubbl/distr/stampa Los Angeles : , : BPB Publications, , 2023
Descrizione fisica 1 online resource (194 pages)
Altri autori (Persone) R LPriya
ISBN 93-5551-792-0
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto 1 -- 2.
Record Nr. UNINA-9910838308703321
A Abirami  
Los Angeles : , : BPB Publications, , 2023
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Autodesk inventor professional 2022 for engineers and designers / / Sham Tickoo
Autodesk inventor professional 2022 for engineers and designers / / Sham Tickoo
Autore Tickoo Sham
Edizione [1st ed.]
Pubbl/distr/stampa New Delhi, India : , : BPB Publications, , [2021]
Descrizione fisica 1 online resource (1022 pages)
Disciplina 620.00420285536
Soggetto topico Engineering models - Data processing
ISBN 93-5551-428-X
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Front Matter 2022 -- c01_inv_2022 -- c02_inv_2022 -- c03_inv_2022 -- c04_inv_2022 -- c05_inv_2022 -- c06_inv_2022 -- c07_inv_2022 -- c08_inv_2022 -- c09_inv_2022 -- c10_inv_2022 -- c11_inv_2022 -- c12_inv_2022 -- c13_inv_2022 -- c14_inv_2022 -- c15_inv_2022 -- c16_inv_2022 -- c17_inv_2022 -- c18_inv_2022 -- c19_inv_202 -- c20_inv_2022 -- index_inventor_2022 -- Lastpage_BPB_INVENTOR2021.
Record Nr. UNINA-9910780708603321
Tickoo Sham  
New Delhi, India : , : BPB Publications, , [2021]
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Autodesk inventor professional 2022 for engineers and designers / / Sham Tickoo
Autodesk inventor professional 2022 for engineers and designers / / Sham Tickoo
Autore Tickoo Sham
Edizione [1st ed.]
Pubbl/distr/stampa New Delhi, India : , : BPB Publications, , [2021]
Descrizione fisica 1 online resource (1022 pages)
Disciplina 620.00420285536
Soggetto topico Engineering models - Data processing
ISBN 93-5551-428-X
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Front Matter 2022 -- c01_inv_2022 -- c02_inv_2022 -- c03_inv_2022 -- c04_inv_2022 -- c05_inv_2022 -- c06_inv_2022 -- c07_inv_2022 -- c08_inv_2022 -- c09_inv_2022 -- c10_inv_2022 -- c11_inv_2022 -- c12_inv_2022 -- c13_inv_2022 -- c14_inv_2022 -- c15_inv_2022 -- c16_inv_2022 -- c17_inv_2022 -- c18_inv_2022 -- c19_inv_202 -- c20_inv_2022 -- index_inventor_2022 -- Lastpage_BPB_INVENTOR2021.
Record Nr. UNINA-9910806264103321
Tickoo Sham  
New Delhi, India : , : BPB Publications, , [2021]
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Breaking Ransomware : Explore Ways to Find and Exploit Flaws ¡n a Ransomware Attack
Breaking Ransomware : Explore Ways to Find and Exploit Flaws ¡n a Ransomware Attack
Autore Narula Jitender
Edizione [1st ed.]
Pubbl/distr/stampa Los Angeles : , : BPB Publications, , 2023
Descrizione fisica 1 online resource (356 pages)
Altri autori (Persone) NarulaAtul
ISBN 93-5551-365-8
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Record Nr. UNINA-9910838311103321
Narula Jitender  
Los Angeles : , : BPB Publications, , 2023
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Building Modern GUIs with Tkinter and Python : Building User-Friendly GUI Applications with Ease
Building Modern GUIs with Tkinter and Python : Building User-Friendly GUI Applications with Ease
Autore Chandrakar Saurabh
Edizione [1st ed.]
Pubbl/distr/stampa Delhi : , : BPB Publications, , 2023
Descrizione fisica 1 online resource (366 pages)
Altri autori (Persone) BahadureNilesh Bhaskarrao
ISBN 93-5551-857-9
93-5551-856-0
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Book title -- Inner title -- Copyright -- Dedicated -- About the Authors -- About the Reviewer -- Acknowledgements -- Preface -- Code Bundle and Coloured Images -- Piracy -- Table of Contents -- Chapter 1: tkinter Introduction -- Introduction -- Structure -- Objectives -- Introduction to tkinter -- Basic Python GUI program -- Some standard attributes of Python tkinter GUI -- Dimensions -- highlightthickness -- padX, padY -- wraplength -- height -- underline -- width -- Colors -- activebackground -- background -- activeforeground -- foreground -- disabledforeground -- highlightbackground -- selectbackground -- selectforeground -- Fonts -- By creating a font object -- By using tuple -- Anchors -- Placing widget position when anchor = N -- Placing widget position when anchor = S -- Placing widget position when anchor = E -- Placing widget position when anchor = W -- Placing widget position when anchor = NE -- Placing widget position when anchor = NW -- Placing widget position when anchor = SE -- Placing widget position when anchor = SW -- Placing widget position when anchor = CENTER -- Relief styles -- Bitmaps -- Cursors -- Python tkinter geometry management -- pack() -- grid() -- place() -- Geometry method in tkinter -- Conclusion -- Points to remember -- Questions -- Chapter 2: Inbuilt Variable Classes for Python tkinter GUI Widgets -- Introduction -- Structure -- Objectives -- Inbuilt variable classes -- StringVar() -- BooleanVar() -- IntVar() -- DoubleVar() -- GUI creation using classes and objects -- Conclusion -- Points to remember -- Questions -- Chapter 3: Getting Insights of Button Widgets in tkinter -- Introduction -- Structure -- Objectives -- tkinter Button Widget -- Events and bindings -- event type -- tkinter Checkbutton widget -- tkinter Radiobutton widget -- tkinter OptionMenu widget -- Conclusion -- Points of remember -- Questions.
Chapter 4: Getting Insights of Input Widgets in tkinter -- Introduction -- Structure -- Objectives -- tkinter Entry widget -- Validation in the Entry widget -- tkinter Scrollbar widget -- Scrollbar attached to Listbox -- Scrollbar attached to Text -- Scrollbar attached to Canvas -- Scrollbar attached to Entry -- tkinter Spinbox widget -- tkinter Scale widget -- tkinter Text widget -- tkinter Combobox Widget -- Conclusion -- Points to remember -- Questions -- Chapter 5: Getting Insights of Display Widgets in tkinter -- Introduction -- Structure -- Objectives -- tkinter Label Widget -- tkinter Message Widget -- tkinter MessageBox Widget -- showinfo() -- showwarning() -- showerror() -- askquestion() -- askokcancel() -- askyesno() -- askretrycancel() -- Conclusion -- Points of remember -- Questions -- Chapter 6: Getting Insights of Container Widgets in tkinter -- Introduction -- Structure -- Objectives -- tkinter Frame Widget -- tkinter LabelFrame Widget -- tkinter Tabbed/Notebook Widget -- tkinter PanedWindow widget -- tkinter Toplevel widget -- Conclusion -- Points of remember -- Questions -- Chapter 7: Getting Insights of Item Widgets in tkinter -- Introduction -- Structure -- Objectives -- tkinter Listbox widget -- Conclusion -- Points of remember -- Questions -- Chapter 8: Getting Insights of tkinter User Interactive Widgets -- Introduction -- Structure -- Objectives -- tkinter Menu widget -- tkinter Menubutton widget -- tkinter Canvas widget -- Conclusion -- Points to remember -- Questions -- Chapter 9: Handling File Selection in tkinter -- Introduction -- Structure -- Objectives -- Handling file selection in tkinter -- Conclusion -- Points of remember -- Questions -- Chapter 10: Getting Widget Information and Trace in tkinter -- Introduction -- Structure -- Getting widget information -- Trace in tkinter -- trace_add() -- trace_remove().
trace_info() -- Points to remember -- Questions -- Chapter 11: UserLogin Project in tkinter GUI Library with sqlite3 Database -- Introduction -- Structure -- Objectives -- GUI interaction with sqlite3 database -- Displaying a GUI application -- Conclusion -- Points to remember -- Questions -- Index -- Back title.
Record Nr. UNINA-9910860875803321
Chandrakar Saurabh  
Delhi : , : BPB Publications, , 2023
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Building NFTs with Ethereum
Building NFTs with Ethereum
Autore Ramhorry Yattish
Edizione [1st ed.]
Pubbl/distr/stampa Delhi : , : BPB Publications, , 2023
Descrizione fisica 1 online resource (127 pages)
ISBN 9789355513410
9789355513403
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Record Nr. UNINA-9910838379703321
Ramhorry Yattish  
Delhi : , : BPB Publications, , 2023
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Business intelligence demystified : understand and clear all your doubts and misconceptions about BI / / Anoop V. K. Kumar
Business intelligence demystified : understand and clear all your doubts and misconceptions about BI / / Anoop V. K. Kumar
Autore Kumar Anoop V. K.
Edizione [1st ed.]
Pubbl/distr/stampa Delhi, India : , : BPB Publications, , [2022]
Descrizione fisica 1 online resource (312 pages)
Disciplina 658.472
Soggetto topico Management information systems
Information technology - Management
Business intelligence
ISBN 93-91030-09-2
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto 1 -- 2.
Record Nr. UNINA-9910795898803321
Kumar Anoop V. K.  
Delhi, India : , : BPB Publications, , [2022]
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Business intelligence demystified : understand and clear all your doubts and misconceptions about BI / / Anoop V. K. Kumar
Business intelligence demystified : understand and clear all your doubts and misconceptions about BI / / Anoop V. K. Kumar
Autore Kumar Anoop V. K.
Edizione [1st ed.]
Pubbl/distr/stampa Delhi, India : , : BPB Publications, , [2022]
Descrizione fisica 1 online resource (312 pages)
Disciplina 658.472
Soggetto topico Management information systems
Information technology - Management
Business intelligence
ISBN 93-91030-09-2
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto 1 -- 2.
Record Nr. UNINA-9910806981303321
Kumar Anoop V. K.  
Delhi, India : , : BPB Publications, , [2022]
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
CATIA V5-6R2018 for Engineers and Designers / / Sham Tickoo
CATIA V5-6R2018 for Engineers and Designers / / Sham Tickoo
Autore Tickoo Sham
Edizione [First edition.]
Pubbl/distr/stampa New Delhi, India : , : BPB Publications, , [2018]
Descrizione fisica 1 online resource (937 pages)
Disciplina 005.26/8
Soggetto topico Macroprogramming
ISBN 93-5551-454-9
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Front_Matter_CATIA V5-6R2018 -- c01_cat_v5-6r2018 -- c02_cat_v5-6r2018 -- c03_cat_v5-6r2018 -- c04_cat_v5-6r2018 -- c05_cat_v5-6r2018 -- c06_cat_v5-6r2018 -- c07_cat_v5-6r2018 -- c08_cat_v5-6r2018 -- c09_cat_v5-6r2018 -- c10_cat_v5-6r2018 -- c11_cat_v5-6r2018 -- c12_cat_v5-6r2018 -- c13_cat_v5-6r2018 -- c14_cat_v5-6r2018 -- c15_cat_v5-6r2018 -- c16_cat_v5-6r2018 -- c17_cat_v5-6r2018 -- c18_cat_v5-6r2018 -- c19_cat_v5-6r2018 -- Student Projects_CATIA V5-6R 2018 -- Index_cat_v5-6r2018 -- BPB_catia_2019_LP.
Record Nr. UNINA-9910780711003321
Tickoo Sham  
New Delhi, India : , : BPB Publications, , [2018]
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
CATIA V5-6R2018 for Engineers and Designers / / Sham Tickoo
CATIA V5-6R2018 for Engineers and Designers / / Sham Tickoo
Autore Tickoo Sham
Edizione [First edition.]
Pubbl/distr/stampa New Delhi, India : , : BPB Publications, , [2018]
Descrizione fisica 1 online resource (937 pages)
Disciplina 005.26/8
Soggetto topico Macroprogramming
ISBN 93-5551-454-9
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Front_Matter_CATIA V5-6R2018 -- c01_cat_v5-6r2018 -- c02_cat_v5-6r2018 -- c03_cat_v5-6r2018 -- c04_cat_v5-6r2018 -- c05_cat_v5-6r2018 -- c06_cat_v5-6r2018 -- c07_cat_v5-6r2018 -- c08_cat_v5-6r2018 -- c09_cat_v5-6r2018 -- c10_cat_v5-6r2018 -- c11_cat_v5-6r2018 -- c12_cat_v5-6r2018 -- c13_cat_v5-6r2018 -- c14_cat_v5-6r2018 -- c15_cat_v5-6r2018 -- c16_cat_v5-6r2018 -- c17_cat_v5-6r2018 -- c18_cat_v5-6r2018 -- c19_cat_v5-6r2018 -- Student Projects_CATIA V5-6R 2018 -- Index_cat_v5-6r2018 -- BPB_catia_2019_LP.
Record Nr. UNINA-9910829014503321
Tickoo Sham  
New Delhi, India : , : BPB Publications, , [2018]
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui