Python a fondo

Download Python a fondo PDF Online Free

Author :
Publisher : Marcombo
ISBN 13 : 8426732879
Total Pages : 766 pages
Book Rating : 4.4/5 (267 download)

DOWNLOAD NOW!


Book Synopsis Python a fondo by : Óscar Ramírez Jiménez

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.

Python

Download Python PDF Online Free

Author :
Publisher : Univ of California Press
ISBN 13 : 0520312767
Total Pages : 650 pages
Book Rating : 4.5/5 (23 download)

DOWNLOAD NOW!


Book Synopsis Python by : Joseph Fontenrose

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.

The Uncoiling Python

Download The Uncoiling Python PDF Online Free

Author :
Publisher : Ohio University Press
ISBN 13 : 0821443321
Total Pages : 257 pages
Book Rating : 4.8/5 (214 download)

DOWNLOAD NOW!


Book Synopsis The Uncoiling Python by : Harold Scheub

Download or read book The Uncoiling Python written by Harold Scheub and published by Ohio University Press. This book was released on 2010-06-05 with total page 257 pages. Available in PDF, EPUB and Kindle. Book excerpt: There are many collections of African oral traditions, but few as carefully organized as The Uncoiling Python. Harold Scheub, one of the world’s leading scholars of African oral traditions and folklore, explores the ways in which oral traditions have served to combat and subvert colonial domination in South Africa. From the time colonial forces first came to southern Africa 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 oral tradition as a means of survival. In open insurrections and other subversive activities Africans resisted the daily humiliations of colonial rule, but 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.

Python Tutorial

Download Python Tutorial PDF Online Free

Author :
Publisher :
ISBN 13 :
Total Pages : 0 pages
Book Rating : 4.:/5 (471 download)

DOWNLOAD NOW!


Book Synopsis Python Tutorial by : Guido van Rossum

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:

Python 3

Download Python 3 PDF Online Free

Author :
Publisher :
ISBN 13 : 9788441526136
Total Pages : 0 pages
Book Rating : 4.5/5 (261 download)

DOWNLOAD NOW!


Book Synopsis Python 3 by : Mark Summerfield

Download or read book Python 3 written by Mark Summerfield and published by . This book was released on 2009-09-07 with total page 0 pages. Available in PDF, EPUB and Kindle. Book excerpt: Python 3 es, hasta la fecha, la mejor versión de este lenguaje: es más potente, práctico, consistente y expresivo que cualquier versión anterior. Ahora, el destacado programador de Python, Mark Summerfield, nos demuestra cómo codificar aprovechando todas las características y estilos de esta nueva versión. En este libro se reúnen todos los conocimientos necesarios para escribir cualquier programa, utilizar cualquier biblioteca Python 3 estándar o de un tercero, y crear nuevos módulos de bibliotecas propias. Este manual trata áreas tan interesantes como la creación de paquetes y módulos a medida, la escritura y lectura de archivos binarios, de texto y XML, la creación de aplicaciones GUI útiles y eficientes o técnicas de programación avanzada, como generadores, decoradores de clase y función, administradores de contexto, etc.

Test-Driven Development with Python

Download Test-Driven Development with Python PDF Online Free

Author :
Publisher : "O'Reilly Media, Inc."
ISBN 13 : 1491958650
Total Pages : 554 pages
Book Rating : 4.4/5 (919 download)

DOWNLOAD NOW!


Book Synopsis Test-Driven Development with Python by : Harry Percival

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

Pandas for Everyone

Download Pandas for Everyone PDF Online Free

Author :
Publisher : Addison-Wesley Professional
ISBN 13 : 0134547055
Total Pages : 1093 pages
Book Rating : 4.1/5 (345 download)

DOWNLOAD NOW!


Book Synopsis Pandas for Everyone by : Daniel Y. Chen

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

Finite Difference Methods. Theory and Applications

Download Finite Difference Methods. Theory and Applications PDF Online Free

Author :
Publisher : Springer
ISBN 13 : 3030115399
Total Pages : 688 pages
Book Rating : 4.0/5 (31 download)

DOWNLOAD NOW!


Book Synopsis Finite Difference Methods. Theory and Applications by : Ivan Dimov

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 688 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.

Kick-Start to MicroPython using ESP32 / ESP8266

Download Kick-Start to MicroPython using ESP32 / ESP8266 PDF Online Free

Author :
Publisher : Harish Kondoor
ISBN 13 :
Total Pages : 54 pages
Book Rating : 4./5 ( download)

DOWNLOAD NOW!


Book Synopsis Kick-Start to MicroPython using ESP32 / ESP8266 by : Harish Kondoor

Download or read book Kick-Start to MicroPython using ESP32 / ESP8266 written by Harish Kondoor and published by Harish Kondoor. This book was released on 2021-08-07 with total page 54 pages. Available in PDF, EPUB and Kindle. Book excerpt: MicroPython is the recreated version of Python 3 that runs in the memory-restricted microcontrollers with a minimum of 256KB of ROM and 16KB of RAM. MicroPython supports chips like ESP32, ESP8266, STM32, nRF52, W600, etc. MicroPython follows Python 3 syntax which makes it easy to programme for microcontrollers. The hardware APIs are capable of handling GPIO pins in microcontrollers. In this course, we discuss the ESP32 dev module as the main controller which has a high level of flexibility in connecting with sensors, on-chip capabilities with onboard WiFi. The ebook includes links to YouTube videos ( only important videos) and a code bundle(link to google drive).

Handbook on Crime and Technology

Download Handbook on Crime and Technology PDF Online Free

Author :
Publisher : Edward Elgar Publishing
ISBN 13 : 1800886640
Total Pages : 479 pages
Book Rating : 4.8/5 (8 download)

DOWNLOAD NOW!


Book Synopsis Handbook on Crime and Technology by : Don Hummer

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.

Download  PDF Online Free

Author :
Publisher : Tecniche Nuove
ISBN 13 : 8848176739
Total Pages : 261 pages
Book Rating : 4.8/5 (481 download)

DOWNLOAD NOW!


Book Synopsis by :

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:

Information Management and Big Data

Download Information Management and Big Data PDF Online Free

Author :
Publisher : Springer
ISBN 13 : 3030116808
Total Pages : 382 pages
Book Rating : 4.0/5 (31 download)

DOWNLOAD NOW!


Book Synopsis Information Management and Big Data by : Juan Antonio Lossio-Ventura

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.

Computational Science – ICCS 2023

Download Computational Science – ICCS 2023 PDF Online Free

Author :
Publisher : Springer Nature
ISBN 13 : 3031360214
Total Pages : 751 pages
Book Rating : 4.0/5 (313 download)

DOWNLOAD NOW!


Book Synopsis Computational Science – ICCS 2023 by : Jiří Mikyška

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.

Think Bayes

Download Think Bayes PDF Online Free

Author :
Publisher : "O'Reilly Media, Inc."
ISBN 13 : 1492089435
Total Pages : 338 pages
Book Rating : 4.4/5 (92 download)

DOWNLOAD NOW!


Book Synopsis Think Bayes by : Allen B. Downey

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

Hadoop in Action

Download Hadoop in Action PDF Online Free

Author :
Publisher : Simon and Schuster
ISBN 13 : 1638352100
Total Pages : 471 pages
Book Rating : 4.6/5 (383 download)

DOWNLOAD NOW!


Book Synopsis Hadoop in Action by : Chuck Lam

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.

Etruscology

Download Etruscology PDF Online Free

Author :
Publisher : Walter de Gruyter GmbH & Co KG
ISBN 13 : 1614519102
Total Pages : 2173 pages
Book Rating : 4.6/5 (145 download)

DOWNLOAD NOW!


Book Synopsis Etruscology by : Alessandro Naso

Download or read book Etruscology written by Alessandro Naso and published by Walter de Gruyter GmbH & Co KG. This book was released on 2017-09-25 with total page 2173 pages. Available in PDF, EPUB and Kindle. Book excerpt: This handbook has two purposes: it is intended (1) as a handbook of Etruscology or Etruscan Studies, offering a state-of-the-art and comprehensive overview of the history of the discipline and its development, and (2) it serves as an authoritative reference work representing the current state of knowledge on Etruscan civilization. The organization of the volume reflects this dual purpose. The first part of the volume is dedicated to methodology and leading themes in current research, organized thematically, whereas the second part offers a diachronic account of Etruscan history, culture, religion, art & archaeology, and social and political relations and structures, as well as a systematic treatment of the topography of the Etruscan civilization and sphere of influence. 

CUDA by Example

Download CUDA by Example PDF Online Free

Author :
Publisher : Addison-Wesley Professional
ISBN 13 : 0132180138
Total Pages : 524 pages
Book Rating : 4.1/5 (321 download)

DOWNLOAD NOW!


Book Synopsis CUDA by Example by : Jason Sanders

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