Muutke küpsiste eelistusi

E-raamat: Prototyping Python Dashboards for Scientists and Engineers: Build and Deploy a Complete Dashboard with Python

  • Formaat: EPUB+DRM
  • Ilmumisaeg: 29-Feb-2024
  • Kirjastus: APress
  • Keel: eng
  • ISBN-13: 9798868802218
  • Formaat - EPUB+DRM
  • Hind: 49,39 €*
  • * hind on lõplik, st. muud allahindlused enam ei rakendu
  • Lisa ostukorvi
  • Lisa soovinimekirja
  • See e-raamat on mõeldud ainult isiklikuks kasutamiseks. E-raamatuid ei saa tagastada.
  • Formaat: EPUB+DRM
  • Ilmumisaeg: 29-Feb-2024
  • Kirjastus: APress
  • Keel: eng
  • ISBN-13: 9798868802218

DRM piirangud

  • Kopeerimine (copy/paste):

    ei ole lubatud

  • Printimine:

    ei ole lubatud

  • Kasutamine:

    Digitaalõiguste kaitse (DRM)
    Kirjastus on väljastanud selle e-raamatu krüpteeritud kujul, mis tähendab, et selle lugemiseks peate installeerima spetsiaalse tarkvara. Samuti peate looma endale  Adobe ID Rohkem infot siin. E-raamatut saab lugeda 1 kasutaja ning alla laadida kuni 6'de seadmesse (kõik autoriseeritud sama Adobe ID-ga).

    Vajalik tarkvara
    Mobiilsetes seadmetes (telefon või tahvelarvuti) lugemiseks peate installeerima selle tasuta rakenduse: PocketBook Reader (iOS / Android)

    PC või Mac seadmes lugemiseks peate installima Adobe Digital Editionsi (Seeon tasuta rakendus spetsiaalselt e-raamatute lugemiseks. Seda ei tohi segamini ajada Adober Reader'iga, mis tõenäoliselt on juba teie arvutisse installeeritud )

    Seda e-raamatut ei saa lugeda Amazon Kindle's. 

Create interactive and data-driven dashboards using Python. This hands-on guide is a practical resource for those (with modest programming skills) in scientific and engineering fields looking to leverage Python's power for data visualization and analysis in a user-friendly dashboard format.





Youll begin by gaining a fundamental understanding of Python programming, including data types, lists, dictionaries, and data structures. The book then delves into the world of reactive programming with Plotly and Dash, offering a hands-on approach to building interactive web-based dashboards. Next, youll see how to work with online data, how to scrape and clean datasets, and keep files up-to-date.





The book also guides you through planning a dashboard prototype, outlining project tasks, trends, forecasts, spectra, and other design considerations. It concludes with a discussion of how the dashboard can be used for data visualization of real data, explaining the usefulness of tools such as spectra.





By providing detailed examples for download and customization, Prototyping Python Dashboards for Scientists and Engineers will equip you with the skills needed to jumpstart your own development efforts.

What Youll Learn













Design a dashboard with Python Convert and filter Excel formatted files to produce CSV files Create browser-served graphics with PLOTLY Generate polynomial trend lines for forecasting Build a Unix service to share your dashboard

























Who This Book Is For





Scientists, engineers, students, programmers, and data enthusiasts who aspire to harness Python's potential for data visualization and analysis through the creation of interactive dashboards. Many will be pragmatic programmers with modest skills and limited resources who mainly want to see a working solution they could emulate.
?Prototyping Python Dashboards for Scientists and Engineers

Chapter 1 Working with Python
  • Coding design, Python, and OOD
  • Python Data Types
  • Sets
  • Lists
  • Dictionaries
  • Series
  • Dataframes
Chapter 2 Reactive Programming with PLOTLY and DASH
  • Getting Started with PLOTLY
  • Getting Started with DASH
Chapter 3 Working with Online Data
  • About the ATADS dataset
  • Screen-scraping
  • Converting Excel to CSV with Data Cleanup
  • Managing and keeping our files up to date
Chapter 4 Planning the Dashboard Prototype
  • Overview
  • Project Tasks
  • Trends and Forecasts
  • Other Design Considerations
Chapter 5 Our First Dashboard
  • The atads.py file
  • The atads_layout Class
  • The atads_figures Class
  • Fine Tuning with CSS
Chapter 6 Dashboard Enhancements
  • Adding the banner and the instruction panels
  • Monthly and Weekday Histogram panels
  • The Spectrum Panel
  • The final ads dashboard
Chapter 7 Hosting the prototype on a UNIX server
  • Creating the Python environment
  • Running a Flask service
  • Adding Nginx
  • Using GUNICORN
  • Creating a system service
  • Securing your server with Fail2Ban
Chapter 8 Creating a Web Portal
  • Installing MYSQL
  • Working with WordPress
Chapter 9 Working with Other Datasets

Padraig Houlahan has a diverse career, spanning research, teaching, and I.T. management. He has worn multiple hats over the years, functioning as a scientist, software developer, college professor, flight instructor, and I.T. director. Throughout his journey, he has maintained an enduring fascination with the art of uncovering patterns within data. His Ph.D. research introduced an innovative pattern recognition approach for dissecting the structure of astronomical nebulae. In parallel, his M.A. endeavor involved the endeavor of identifying gravitational waves within Lunar Laser Ranging data.In recent times, his focus has pivoted toward aviation-centric software projects. These ventures involve real-time tracking and visualization of aircraft to aid in traffic flow analysis. Furthermore, he has played a pivotal role in rendering extensive datasets accessible to both students and faculty, benefiting airline and airport operators alike. Teaching has always held a special place in his heart, driven by the joy of witnessing students derive satisfaction from acquiring new knowledge and insights.