EBookClubs

Read Books & Download eBooks Full Online

EBookClubs

Read Books & Download eBooks Full Online

Book Python a fondo

    Book Details:
  • Author : Óscar Ramírez Jiménez
  • Publisher : Marcombo
  • Release : 2021-02-09
  • ISBN : 8426732879
  • Pages : 766 pages

Download or read book Python a fondo written by Óscar Ramírez Jiménez and published by Marcombo. This book was released on 2021-02-09 with total page 766 pages. Available in PDF, EPUB and Kindle. Book excerpt: Python es el mejor lenguaje de programación tanto para novatos como para veteranos. Es usado en empresas y start-ups de primer nivel, y cada día es más demandado y reconocido mundialmente. Gracias a su carácter polivalente, Python se emplea en las FANG (Facebook, Amazon, Netflix y Google), en scripts simples, aplicaciones de domótica, programación de aplicaciones de escritorio o aplicaciones web complejas que soportan miles de usuarios por segundo, como Instagram o YouTube. Si quiere conocer a fondo este maravilloso lenguaje de programación, aprender a programar en un lenguaje de primer nivel y expandir su conocimiento sobre los lenguajes que conoce, este es su libro. En él se exploran todo tipo de conceptos sobre Python: - Orígenes y evolución del lenguaje. - Conceptos fundamentales de programación: tipos y estructuras de datos, funciones, generadores, decoradores, excepciones, etc. - Programación orientada a objetos en Python. - Programación funcional. - Creación de scripts. - Manejo de bases de datos de diferentes tipos (SQL y noSQL) y ejemplos prácticos de cada una. - Gestión de dependencias, creación y manipulación de paquetes de Python. Asimismo, en este libro encontrará todo lo que necesita para ir un paso más allá y expandir su conocimiento, pues comprende los conceptos esenciales sobre protocolos de Internet, paralelismo y concurrencia en Python, desarrollo de aplicaciones web o de aplicaciones de escritorio, entre otros. Todo ello se acompaña de una aplicación de ejemplo, explicada de forma clara y extensa en cada apartado. Además, el libro cuenta con multitud de casos e incluye un repositorio de código para entrar en profundidad en los ejemplos desarrollado. Si quiere conocer todo el potencial que ofrece este lenguaje, mejorar su conocimiento y aumentar sus cualidades como programador, no lo dude, este libro le guiará en el camino para convertirse en pythonista. Óscar Ramírez es ingeniero en Informáticay pythonista experimentado, que ha orientado su carrera profesional al desarrollo de aplicaciones en Python en múltiples campos desde 2013. Ha contribuido al desarrollo de proyectos en empresas privadas y de software libre en proyectos como Apertium o Django. Es también autor del sitio web www.elpythonista.com y conferenciante en eventos de programación nacionales e internacionales, como PyConEs o Codemotion.

Book Python

    Book Details:
  • Author : Joseph Fontenrose
  • Publisher : Univ of California Press
  • Release : 2023-11-10
  • ISBN : 0520312767
  • Pages : 650 pages

Download or read book Python written by Joseph Fontenrose and published by Univ of California Press. This book was released on 2023-11-10 with total page 650 pages. Available in PDF, EPUB and Kindle. Book excerpt: This title is part of UC Press's Voices Revived program, which commemorates University of California Press’s mission to seek out and cultivate the brightest minds and give them voice, reach, and impact. Drawing on a backlist dating to 1893, Voices Revived makes high-quality, peer-reviewed scholarship accessible once again using print-on-demand technology. This title was originally published in 1959.

Book The Uncoiling Python

    Book Details:
  • Author : Harold Scheub
  • Publisher : Ohio University Press
  • Release : 2010-08-10
  • ISBN : 0821419226
  • Pages : 257 pages

Download or read book The Uncoiling Python written by Harold Scheub and published by Ohio University Press. This book was released on 2010-08-10 with total page 257 pages. Available in PDF, EPUB and Kindle. Book excerpt: The oral and written traditions of the Africans of South Africa have provided an understanding of their past and the way the past relates to the present. These traditions continue to shape the past by the present, and vice versa. From the time colonial forces first came to the region in 1487, oral and written traditions have been a bulwark against what became 350 years of colonial rule, characterized by the racist policies of apartheid. The Uncoiling Python: South African Storytellers and Resistance is the first in-depth study of how Africans used oral traditions as a means of survival against European domination. Africans resisted colonial rule from the beginning. They participated in open insurrections and other subversive activities in order to withstand the daily humiliations of colonial rule. Perhaps the most effective and least apparent expression of subversion was through indigenous storytelling and poetic traditions. Harold Scheub has collected the stories and poetry of the Xhosa, Zulu, Swati, and Ndebele peoples to present a fascinating analysis of how the apparently harmless tellers of tales and creators of poetry acted as front-line soldiers.

Book Python Tutorial

Download or read book Python Tutorial written by Guido van Rossum and published by . This book was released on 1999 with total page 0 pages. Available in PDF, EPUB and Kindle. Book excerpt:

Book Pandas for Everyone

    Book Details:
  • Author : Daniel Y. Chen
  • Publisher : Addison-Wesley Professional
  • Release : 2017-12-15
  • ISBN : 0134547055
  • Pages : 1093 pages

Download or read book Pandas for Everyone written by Daniel Y. Chen and published by Addison-Wesley Professional. This book was released on 2017-12-15 with total page 1093 pages. Available in PDF, EPUB and Kindle. Book excerpt: The Hands-On, Example-Rich Introduction to Pandas Data Analysis in Python Today, analysts must manage data characterized by extraordinary variety, velocity, and volume. Using the open source Pandas library, you can use Python to rapidly automate and perform virtually any data analysis task, no matter how large or complex. Pandas can help you ensure the veracity of your data, visualize it for effective decision-making, and reliably reproduce analyses across multiple datasets. Pandas for Everyone brings together practical knowledge and insight for solving real problems with Pandas, even if you’re new to Python data analysis. Daniel Y. Chen introduces key concepts through simple but practical examples, incrementally building on them to solve more difficult, real-world problems. Chen gives you a jumpstart on using Pandas with a realistic dataset and covers combining datasets, handling missing data, and structuring datasets for easier analysis and visualization. He demonstrates powerful data cleaning techniques, from basic string manipulation to applying functions simultaneously across dataframes. Once your data is ready, Chen guides you through fitting models for prediction, clustering, inference, and exploration. He provides tips on performance and scalability, and introduces you to the wider Python data analysis ecosystem. Work with DataFrames and Series, and import or export data Create plots with matplotlib, seaborn, and pandas Combine datasets and handle missing data Reshape, tidy, and clean datasets so they’re easier to work with Convert data types and manipulate text strings Apply functions to scale data manipulations Aggregate, transform, and filter large datasets with groupby Leverage Pandas’ advanced date and time capabilities Fit linear models using statsmodels and scikit-learn libraries Use generalized linear modeling to fit models with different response variables Compare multiple models to select the “best” Regularize to overcome overfitting and improve performance Use clustering in unsupervised machine learning

Book Test Driven Development with Python

Download or read book Test Driven Development with Python written by Harry Percival and published by "O'Reilly Media, Inc.". This book was released on 2017-08-02 with total page 554 pages. Available in PDF, EPUB and Kindle. Book excerpt: By taking you through the development of a real web application from beginning to end, the second edition of this hands-on guide demonstrates the practical advantages of test-driven development (TDD) with Python. You’ll learn how to write and run tests before building each part of your app, and then develop the minimum amount of code required to pass those tests. The result? Clean code that works. In the process, you’ll learn the basics of Django, Selenium, Git, jQuery, and Mock, along with current web development techniques. If you’re ready to take your Python skills to the next level, this book—updated for Python 3.6—clearly demonstrates how TDD encourages simple designs and inspires confidence. Dive into the TDD workflow, including the unit test/code cycle and refactoring Use unit tests for classes and functions, and functional tests for user interactions within the browser Learn when and how to use mock objects, and the pros and cons of isolated vs. integrated tests Test and automate your deployments with a staging server Apply tests to the third-party plugins you integrate into your site Run tests automatically by using a Continuous Integration environment Use TDD to build a REST API with a front-end Ajax interface

Book Finite Difference Methods  Theory and Applications

Download or read book Finite Difference Methods Theory and Applications written by Ivan Dimov and published by Springer. This book was released on 2019-01-28 with total page 701 pages. Available in PDF, EPUB and Kindle. Book excerpt: This book constitutes the refereed conference proceedings of the 7th International Conference on Finite Difference Methods, FDM 2018, held in Lozenetz, Bulgaria, in June 2018.The 69 revised full papers presented together with 11 invited papers were carefully reviewed and selected from 94 submissions. They deal with many modern and new numerical techniques like splitting techniques, Green’s function method, multigrid methods, and immersed interface method.

Book CUDA by Example

    Book Details:
  • Author : Jason Sanders
  • Publisher : Addison-Wesley Professional
  • Release : 2010-07-19
  • ISBN : 0132180138
  • Pages : 524 pages

Download or read book CUDA by Example written by Jason Sanders and published by Addison-Wesley Professional. This book was released on 2010-07-19 with total page 524 pages. Available in PDF, EPUB and Kindle. Book excerpt: CUDA is a computing architecture designed to facilitate the development of parallel programs. In conjunction with a comprehensive software platform, the CUDA Architecture enables programmers to draw on the immense power of graphics processing units (GPUs) when building high-performance applications. GPUs, of course, have long been available for demanding graphics and game applications. CUDA now brings this valuable resource to programmers working on applications in other domains, including science, engineering, and finance. No knowledge of graphics programming is required—just the ability to program in a modestly extended version of C. CUDA by Example, written by two senior members of the CUDA software platform team, shows programmers how to employ this new technology. The authors introduce each area of CUDA development through working examples. After a concise introduction to the CUDA platform and architecture, as well as a quick-start guide to CUDA C, the book details the techniques and trade-offs associated with each key CUDA feature. You’ll discover when to use each CUDA C extension and how to write CUDA software that delivers truly outstanding performance. Major topics covered include Parallel programming Thread cooperation Constant memory and events Texture memory Graphics interoperability Atomics Streams CUDA C on multiple GPUs Advanced atomics Additional CUDA resources All the CUDA software tools you’ll need are freely available for download from NVIDIA. http://developer.nvidia.com/object/cuda-by-example.html

Book Handbook on Crime and Technology

Download or read book Handbook on Crime and Technology written by Don Hummer and published by Edward Elgar Publishing. This book was released on 2023-03-02 with total page 479 pages. Available in PDF, EPUB and Kindle. Book excerpt: Examining the consequences of technology-driven lifestyles for both crime commission and victimization, this comprehensive Handbook provides an overview of a broad array of techno-crimes as well as exploring critical issues concerning the criminal justice system’s response to technology-facilitated criminal activity.

Book

    Book Details:
  • Author :
  • Publisher : Tecniche Nuove
  • Release :
  • ISBN : 8848176739
  • Pages : 261 pages

Download or read book written by and published by Tecniche Nuove. This book was released on with total page 261 pages. Available in PDF, EPUB and Kindle. Book excerpt:

Book Information Management and Big Data

Download or read book Information Management and Big Data written by Juan Antonio Lossio-Ventura and published by Springer. This book was released on 2019-02-07 with total page 382 pages. Available in PDF, EPUB and Kindle. Book excerpt: This book constitutes the refereed proceedings of the 5th International Conference on Information Management and Big Data, SIMBig 2018, held in Lima, Peru, in September 2018. The 34 papers presented were carefully reviewed and selected from 101 submissions. The papers address issues such as data mining, artificial intelligence, Natural Language Processing, information retrieval, machine learning, web mining.

Book Hadoop in Action

    Book Details:
  • Author : Chuck Lam
  • Publisher : Simon and Schuster
  • Release : 2010-11-30
  • ISBN : 1638352100
  • Pages : 471 pages

Download or read book Hadoop in Action written by Chuck Lam and published by Simon and Schuster. This book was released on 2010-11-30 with total page 471 pages. Available in PDF, EPUB and Kindle. Book excerpt: Hadoop in Action teaches readers how to use Hadoop and write MapReduce programs. The intended readers are programmers, architects, and project managers who have to process large amounts of data offline. Hadoop in Action will lead the reader from obtaining a copy of Hadoop to setting it up in a cluster and writing data analytic programs. The book begins by making the basic idea of Hadoop and MapReduce easier to grasp by applying the default Hadoop installation to a few easy-to-follow tasks, such as analyzing changes in word frequency across a body of documents. The book continues through the basic concepts of MapReduce applications developed using Hadoop, including a close look at framework components, use of Hadoop for a variety of data analysis tasks, and numerous examples of Hadoop in action. Hadoop in Action will explain how to use Hadoop and present design patterns and practices of programming MapReduce. MapReduce is a complex idea both conceptually and in its implementation, and Hadoop users are challenged to learn all the knobs and levers for running Hadoop. This book takes you beyond the mechanics of running Hadoop, teaching you to write meaningful programs in a MapReduce framework. This book assumes the reader will have a basic familiarity with Java, as most code examples will be written in Java. Familiarity with basic statistical concepts (e.g. histogram, correlation) will help the reader appreciate the more advanced data processing examples. Purchase of the print book comes with an offer of a free PDF, ePub, and Kindle eBook from Manning. Also available is all code from the book.

Book Coding for Kids  Python

Download or read book Coding for Kids Python written by Adrienne B. Tacke and published by Sourcebooks, Inc.. This book was released on 2019-03-19 with total page 329 pages. Available in PDF, EPUB and Kindle. Book excerpt: Games and activities that teach kids ages 10+ to code with Python Learning to code isn't as hard as it sounds—you just have to get started! Coding for Kids: Python starts kids off right with 50 fun, interactive activities that teach them the basics of the Python programming language. From learning the essential building blocks of programming to creating their very own games, kids will progress through unique lessons packed with helpful examples—and a little silliness! Kids will follow along by starting to code (and debug their code) step by step, seeing the results of their coding in real time. Activities at the end of each chapter help test their new knowledge by combining multiple concepts. For young programmers who really want to show off their creativity, there are extra tricky challenges to tackle after each chapter. All kids need to get started is a computer and this book. This beginner's guide to Python for kids includes: 50 Innovative exercises—Coding concepts come to life with game-based exercises for creating code blocks, drawing pictures using a prewritten module, and more. Easy-to-follow guidance—New coders will be supported by thorough instructions, sample code, and explanations of new programming terms. Engaging visual lessons—Colorful illustrations and screenshots for reference help capture kids' interest and keep lessons clear and simple. Encourage kids to think independently and have fun learning an amazing new skill with this coding book for kids.

Book Computational Science     ICCS 2023

Download or read book Computational Science ICCS 2023 written by Jiří Mikyška and published by Springer Nature. This book was released on 2023-06-30 with total page 751 pages. Available in PDF, EPUB and Kindle. Book excerpt: The five-volume set LNCS 14073-14077 constitutes the proceedings of the 23rd International Conference on Computational Science, ICCS 2023, held in Prague, Czech Republic, during July 3-5, 2023. The total of 188 full papers and 94 short papers presented in this book set were carefully reviewed and selected from 530 submissions. 54 full and 37 short papers were accepted to the main track; 134 full and 57 short papers were accepted to the workshops/thematic tracks. The theme for 2023, "Computation at the Cutting Edge of Science", highlights the role of Computational Science in assisting multidisciplinary research. This conference was a unique event focusing on recent developments in scalable scientific algorithms, advanced software tools; computational grids; advanced numerical methods; and novel application areas. These innovative novel models, algorithms, and tools drive new science through efficient application in physical systems, computational and systems biology, environmental systems, finance, and others.

Book Think Bayes

    Book Details:
  • Author : Allen B. Downey
  • Publisher : "O'Reilly Media, Inc."
  • Release : 2021-05-18
  • ISBN : 1492089435
  • Pages : 338 pages

Download or read book Think Bayes written by Allen B. Downey and published by "O'Reilly Media, Inc.". This book was released on 2021-05-18 with total page 338 pages. Available in PDF, EPUB and Kindle. Book excerpt: If you know how to program, you're ready to tackle Bayesian statistics. With this book, you'll learn how to solve statistical problems with Python code instead of mathematical formulas, using discrete probability distributions rather than continuous mathematics. Once you get the math out of the way, the Bayesian fundamentals will become clearer and you'll begin to apply these techniques to real-world problems. Bayesian statistical methods are becoming more common and more important, but there aren't many resources available to help beginners. Based on undergraduate classes taught by author Allen B. Downey, this book's computational approach helps you get a solid start. Use your programming skills to learn and understand Bayesian statistics Work with problems involving estimation, prediction, decision analysis, evidence, and Bayesian hypothesis testing Get started with simple examples, using coins, dice, and a bowl of cookies Learn computational methods for solving real-world problems

Book Learning Photoshop CS6

Download or read book Learning Photoshop CS6 written by MEDIAactive and published by Marcombo S.A.. This book was released on 2013 with total page 0 pages. Available in PDF, EPUB and Kindle. Book excerpt: Provides information on the features of Adobe Photoshop CS6 along with one hundred exercises covering such topics as managing layers, using the perspective tool, and working with the 3D interface.

Book Approaching Historical Sources in their Contexts

Download or read book Approaching Historical Sources in their Contexts written by Sarah Barber and published by Routledge. This book was released on 2020-04-13 with total page 255 pages. Available in PDF, EPUB and Kindle. Book excerpt: In Approaching Historical Sources in Their Contexts, 12 academics examine how space, time and performance interact to co-create context for source analysis. The chapters cover 2000 years and stretch across the Americas and Europe. They are grouped into three themes, with the first four exploring aspects of movement within and around an environment: buildings, the tension between habitat and tourist landscape, cemeteries and war memorials. Three chapters look at different aspects of performance: masque and opera in which performance is (re)constructed from several media, radio and television. The final group of chapters consider objects and material culture in which both spatial placement and performance influence how they might be read as historical sources: archaeological finds and their digital management, the display of objects in heritage locations, clothing, photograph albums and scrapbooks. Supported by a range of case studies, the contributors embed lessons and methodological approaches within their chapters that can be adapted and adopted by those working with similar sources, offering students both a theoretical and practical demonstration of how to analyse sources within their contexts. Drawing out common threads to help those wishing to illuminate their own historical investigation, this book encourages a broad and inclusive approach to the physical and social contexts of historical evidence for those undertaking source analysis.