Browse Results

Showing 47,451 through 47,475 of 63,027 results

Python in Easy Steps (G - Reference, Information and Interdisciplinary Subjects Ser.)

by Mike McGrath

Python in easy steps, 2nd edition instructs you how to program in the powerful Python language, giving complete examples that illustrate each aspect with colourized source code. Python in easy steps, 2nd edition begins by explaining how to install the free Python interpreter so you can quickly begin to create your own executable programs by copying the book's examples. It demonstrates all the Python language basics before moving on to provide examples of Object Oriented Programming (OOP) and CGI scripting to handle web form data. The book concludes by demonstrating how you can use your acquired knowledge to create and deploy graphical windowed applications.

Python in a Nutshell

by Alex Martelli

In the tradition of O'Reilly's "In a Nutshell" series, Python in a Nutshelloffers Python programmers one place to look when they need help remembering or deciphering the syntax of this open source language and its many modules. This comprehensive reference guide makes it easy to look up all the most frequently needed information--not just about the Python language itself, but also the most frequently used parts of the standard library and the most important third-party extensions.

Python in a Nutshell

by Alex Martelli

This book offers Python programmers one place to look when they need help remembering or deciphering the syntax of this open source language and its many powerful but scantily documented modules. This comprehensive reference guide makes it easy to look up the most frequently needed information--not just about the Python language itself, but also the most frequently used parts of the standard library and the most important third-party extensions. Ask any Python aficionado and you'll hear that Python programmers have it all: an elegant object-oriented language with readable and maintainable syntax, that allows for easy integration with components in C, C++, Java, or C#, and an enormous collection of precoded standard library and third-party extension modules. Moreover, Python is easy to learn, yet powerful enough to take on the most ambitious programming challenges. But what Python programmers used to lack is a concise and clear reference resource, with the appropriate measure of guidance in how best to use Python's great power. Python in a Nutshell fills this need. Python in a Nutshell, Second Edition covers more than the language itself; it also deals with the most frequently used parts of the standard library, and the most popular and important third party extensions. Revised and expanded for Python 2.5, this book now contains the gory details of Python's new subprocess module and breaking news about Microsoft's new IronPython project. Our "Nutshell" format fits Python perfectly by presenting the highlights of the most important modules and functions in its standard library, which cover over 90% of your practical programming needs. This book includes: A fast-paced tutorial on the syntax of the Python language An explanation of object-oriented programming in Python Coverage of iterators, generators, exceptions, modules, packages, strings, and regular expressions A quick reference for Python's built-in types and functions and key modules Reference material on important third-party extensions, such as Numeric and Tkinter Information about extending and embedding Python Python in a Nutshell provides a solid, no-nonsense quick reference to information that programmers rely on the most. This book will immediately earn its place in any Python programmer's library. Praise for the First Edition: "In a nutshell, Python in a Nutshell serves one primary goal: to act as an immediately accessible goal for the Python language. True, you can get most of the same core information that is presented within the covers of this volume online, but this will invariably be broken into multiple files, and in all likelihood lacking the examples or the exact syntax description necessary to truly understand a command." --Richard Cobbett, Linux Format "O'Reilly has several good books, of which Python in a Nutshell by Alex Martelli is probably the best for giving you some idea of what Python is about and how to do useful things with it." --Jerry Pournelle, Byte Magazine

Python in a Nutshell: A Desktop Quick Reference

by Alex Martelli Anna Ravenscroft Steve Holden

Useful in many roles, from design and prototyping to testing, deployment, and maintenance, Python is consistently ranked among today’s most popular programming languages. The third edition of this practical book provides a quick reference to the language—including Python 3.5, 2.7, and highlights of 3.6—commonly used areas of its vast standard library, and some of the most useful third-party modules and packages.Ideal for programmers with some Python experience, and those coming to Python from other programming languages, this book covers a wide range of application areas, including web and network programming, XML handling, database interactions, and high-speed numeric computing. Discover how Python provides a unique mix of elegance, simplicity, practicality, and sheer power.This edition covers:Python syntax, Object-Oriented Python, standard library modules, and third-party Python packagesPython’s support for file and text operations, persistence and databases, concurrent execution, and numeric computationsNetworking basics, event-driven programming, and client-side network protocol modulesPython extension modules, and tools for packaging and distributing extensions, modules, and applications

Python in a Nutshell: A Desktop Quick Reference

by Alex Martelli Steve Holden Paul McGuire Anna Martelli Ravenscroft

Python was recently ranked as today's most popular programming language on the TIOBE index, thanks to its broad applicability to design and prototyping to testing, deployment, and maintenance. With this updated fourth edition, you'll learn how to get the most out of Python, whether you're a professional programmer or someone who needs this language to solve problems in a particular field.Carefully curated by recognized experts in Python, this new edition focuses on version 3.10, bringing this seminal work on the Python language fully up to date on five version releases, including preview coverage of upcoming 3.11 features.This handy guide will help you:Learn how Python represents data and program as objectsUnderstand the value and uses of type annotationsExamine which language features appeared in which recent versionsDiscover how to use modern Python idiomaticallyLearn ways to structure Python projects appropriatelyUnderstand how to debug Python code

Python lernen in abgeschlossenen Lerneinheiten: Programmieren für Einsteiger mit vielen Beispielen

by Sebastian Dörn

Ein leicht verständliches Buch, um einfach und schnell Python zu lernen Sebastian Dörns Buch „Python lernen in abgeschlossenen Lerneinheiten“ bringt Einsteigern anhand in sich abgeschlossener Lerneinheiten die Grundlagen von und das Programmieren mit Python bei. Zum Inhalt des Buchs gehören folgende Kapitel:· Erste Schritte in Python· Variablen, Ausdrücke und Operatoren · Bedingte Auswahlanweisungen · Iterationen und Schleifen · Funktionen · Reguläre Ausdrücke · Einfache Dateiverarbeitung · Objektorientierte Programmierung Es zeigt Ihnen den Entwurf von effizienten Daten- und Ablaufstrukturen und versetzt Sie dadurch in die Lage, algorithmische Konzepte zu verstehen und in Programmcode umzusetzen. Begreifbare, leicht nachvollziehbare Konzepte und viele anschauliche Programmierbeispiele Das Buch „Python lernen in abgeschlossenen Lerneinheiten“ richtet sich in erster Linie an:a) Studierende und Dozenten b) Schüler und Lehrer Genauso spricht es aber auch alle Programmieranfänger an, die einen schnellen Einstieg in die Programmierung mit Python suchen. Das Werk behandelt die strukturelle Programmierung, die Funktionsweise von Algorithmen, die Grundprinzipien der Objektorientierung und das Verarbeiten von Dateien. Zahlreiche Programmierbeispiele machen die einzelnen Konzepte begreifbar und leicht nachvollziehbar. Die zentralen Lernziele des Buchs „Python lernen in abgeschlossenen Lerneinheiten“ sind das Verstehen der Abstraktionskonzepte moderner Programmiersprachen und das Erlernen des logischen und algorithmischen Denkens. Mit diesem Wissen können Sie im Anschluss selbstständig eigene Computerprogramme implementieren, um damit praxisrelevante Aufgaben schnell und sicher zu bearbeiten.

Python lernen in abgeschlossenen Lerneinheiten: Programmieren für Einsteiger mit vielen Beispielen

by Sebastian Dörn

Ein leicht verständliches Buch, um einfach und schnell Python zu lernenSebastian Dörns Buch „Python lernen in abgeschlossenen Lerneinheiten“ bringt Einsteigern anhand in sich abgeschlossener Lerneinheiten die Grundlagen von und das Programmieren mit Python bei. Zum Inhalt des Buchs gehören folgende Kapitel:Erste Schritte in PythonVariablen, Ausdrücke und Operatoren Bedingte Auswahlanweisungen Iterationen und Schleifen Funktionen Reguläre Ausdrücke Einfache Dateiverarbeitung Objektorientierte Programmierung Es zeigt Ihnen den Entwurf von effizienten Daten- und Ablaufstrukturen und versetzt Sie dadurch in die Lage, algorithmische Konzepte zu verstehen und in Programmcode umzusetzen.Begreifbare, leicht nachvollziehbare Konzepte und viele anschauliche ProgrammierbeispieleDas Buch „Python lernen in abgeschlossenen Lerneinheiten“ richtet sich in erster Linie an:a) Studierende und Dozenten b) Schüler und Lehrer Genauso spricht es aber auch alle Programmieranfänger an, die einen schnellen Einstieg in die Programmierung mit Python suchen. Das Werk behandelt die strukturelle Programmierung, die Funktionsweise von Algorithmen, die Grundprinzipien der Objektorientierung und das Verarbeiten von Dateien. Zahlreiche Programmierbeispiele machen die einzelnen Konzepte begreifbar und leicht nachvollziehbar. Die zentralen Lernziele des Buchs „Python lernen in abgeschlossenen Lerneinheiten“ sind das Verstehen der Abstraktionskonzepte moderner Programmiersprachen und das Erlernen des logischen und algorithmischen Denkens. Mit diesem Wissen können Sie im Anschluss selbstständig eigene Computerprogramme implementieren, um damit praxisrelevante Aufgaben schnell und sicher zu bearbeiten.

Python para principiantes: Aprenda Python en 5 días con orientación paso a paso y ejercicios prácticos

by Python para principiantes por James Tudor

Si desea aprender la programación de Python en tan solo 5 días, incluso si no tiene habilidades técnicas de ningún tipo, siga leyendo ... ¿Cuántas veces has pensado en aprender a codificar pero te desanimaste porque no tenías antecedentes técnicos, no tenías tiempo para aprender o simplemente no creías que eras lo suficientemente inteligente? Bueno, tenemos buenas noticias para ti. ¡No necesitas un costoso título en informática, un libro de texto de 500 páginas o una mente genial para aprender los conceptos básicos de la programación en Python! El autor más vendido de Amazon, James Tudor, proporciona una guía concisa y paso a paso para la programación de Python para principiantes. Se proporcionan muchos ejemplos, ilustraciones, resumen de final de capítulo y ejercicios de práctica (con soluciones) para ayudar al lector a aprender más rápido, recordar más tiempo y desarrollar una comprensión profunda de los conceptos clave. En este libro, descubrirás: Un conciso. Sencillo. Nuevo estilo de enseñanza amigable que se presta bien a los principiantes Capítulos que se han cortado en trozos pequeños para darle la información que necesita (en ese momento) para que no se sienta abrumado. Se utilizan muchos ejemplos e ilustraciones simples paso a paso para enfatizar conceptos clave y ayudar a mejorar su comprensión Cada ejercicio de práctica se basa en conceptos discutidos en capítulos anteriores para que su aprendizaje se refuerce a medida que avanza. Los temas se seleccionan cuidadosamente para brindarle una amplia exposición a Python, sin abrumarlo con demasiada información (potencialmente innecesaria). Se presenta un resumen del final del capítulo para darle puntos clave que lo ayudarán a solidificar su comprensión. MÁS, MATERIALES ADICIONALES: Las primeras páginas de este libro le mostrarán cómo descargar un folleto de respuestas que resume toda la solución a los ejercicios de

Python programmieren lernen für Dummies (Für Dummies)

by John Paul Mueller

Der Einstieg in die Programmierung kann ganz leicht sein, das beweist Ihnen dieses Buch! Schritt für Schritt führt Sie John Paul Mueller in die Grundlagen der beliebten Programmiersprache Python ein und zeigt Ihnen, wie Sie Ihren Computer dazu bringen, das zu tun, was Sie wollen. Downloaden und installieren Sie die Python-Distribution Anaconda, lernen Sie die Programmiersprache Python kennen und schreiben Sie Ihre ersten eigenen Programme. Erfahren Sie außerdem, wie Sie Informationen managen und modifizieren, Schleifen durchlaufen, Fehler beheben und mit Listen und Strings arbeiten. Erhalten Sie zusätzlich einen Einblick in fortgeschrittene Techniken. Mit den vielen Beispielen zum Herunterladen und Herumexperimentieren können Sie das Gelernte direkt ausprobieren, sodass Sie sich schnell in der Welt der Programmierer zuhause fühlen.

Python und SMath in der Wärmetechnik: Wärmeübertragung, Sonnenenergie, Gasmischungen u. Verbrennungsrechnung

by Heinz Schmid

Dieses Buch verbindet Ingenieurstheorie, Thermodynamik und Wärmeübertragung mit Softwareanwendungen wie SMath, MathCAD und Python. Es ist kein klassisches Lehrbuch, behandelt jedoch die grundlegenden Gleichungen und kommentiert Python-Programme. Zudem wird die Entwicklung von Wärmeaustauscher-Programmen mit Python-GUIs thematisiert, unter Nutzung leistungsstarker Bibliotheken. Querverweise zu aktuellen globalen Problemen wie dem Klimawandel und Lösungen, z.B. die Nutzung von grünem Wasserstoff, werden ebenfalls aufgezeigt.

Python, PyGame and Raspberry Pi Game Development

by Sloan Kelly

Gain the basics of Python and use PyGame to create fast-paced video games with great graphics and sounds. You'll also learn about object oriented programming (OOP) as well as design patterns like model-view-controller (MVC) and finite state machines (FSMs). Python, PyGame and Raspberry Pi Game Development teaches you how to use Python and PyGame on your computer. Whether you use Windows, macOS, Linux, or a Raspberry Pi you can unleash the power of Python and PyGame to create great looking games. Included in the text are complete code listings and explanations for "Bricks," "Snake" and "Invaders"-- three fully-working games. These allow you to get started making your own great games. Modify them or build your own exciting titles. What You'll Learn Gain the basics of Python and employ it for game development Design your game Build games using game projects as templates like Bricks, Snake, and Invaders Work with user defined functions, inheritance, composition, and aggregation Add sound to your games Implement finite state machines Who This Book Is For Experienced coders or game developers new to Python, PyGame and Raspberry Pi. This book is also for makers interested in getting into game development.

Python, PyGame, and Raspberry Pi Game Development

by Sloan Kelly

Expand your basic knowledge of Python and use PyGame to create fast-paced video games with great graphics and sounds. This second edition shows how you can integrate electronic components with your games using the build-in general purpose input/output (GPIO) pins and some Python code to create two new games. You'll learn about object-oriented programming (OOP) as well as design patterns, such as model-view-controller (MVC) and finite-state machines (FSMs). Whether using Windows, macOS, Linux, or a Raspberry Pi, you can unleash the power of Python and PyGame to create great looking games. The book also includes complete code listings and explanations for "Bricks," "Snake," and "Invaders"—three fully working games. These allow you to get started in making your own great games and then modify them or build your own exciting titles. The concepts are further explained using games such as “Copycat,” where the player must concentrate and repeat the sequence of lights and sounds, and “Couch Quiz,” in which PyGame and electronic components create a quiz game for 2–4 players.What You’ll LearnGain basic knowledge of Python and employ it for game developmentStudy game projects you can use as templates, such as Bricks, Snake, and InvadersWork with user-defined functions, inheritance, composition, and aggregationImplement finite state machinesIntegrate your game with electronics using the GPIO pinsWho This Book Is ForExperienced coders or game developers new to Python, PyGame and Raspberry Pi would find this book helpful. It is also for beginners interested in getting into game development.

Python. Der Sprachkurs für Einsteiger und Individualisten: Der Sprachkurs Fur Einsteiger Und Individualisten

by Arnold V. Willemer

Python – einfach und leistungsfähig Sie haben schon viel Gutes über Python gehört und möchten auch in Python programmieren? Dann brauchen Sie dieses Buch. Vorwissen hingegen brauchen Sie nicht. Arnold Willemer erklärt Ihnen zu Beginn, was ein Programmierer überhaupt macht und wie ein Computer mit Zahlen und Texten umgeht. Danach erarbeiten Sie sich mit ihm Schritt für Schritt die Kunst des Programmierens in Python. Die witzige und gut gelaunte Schreibe des Autors wirkt zusätzlich motivierend. Und Ihren Lernerfolg können Sie anhand vieler Aufgaben und Musterlösungen überprüfen. So ermöglicht Ihnen das Buch zuverlässig den schnellen Einstieg in Python.Aus dem Inhalt• Programmieren für Einsteiger• Beschaffung und Installation der notwendigen Werkzeuge• Variablen, Abfragen, Schleifen, Funktionen• Objektorientierte Programmierung• Sequenzen, Tupel und Listen• Grafi sche Oberfl ächen mit Tkinter• Visualisieren mit dem Canvas-Widget• Module und Bibliotheken• Datenbankprogrammierung• Kommunikation in Netzwerken und mit dem Betriebssystem

Python. Leksykon kieszonkowy. Wydanie V

by Mark Lutz

Podr?czny przewodnik po j?zyku Python!J?zyk Python obecny jest na rynku od ponad 20 lat. Opracowany zosta? na pocz?tku lat dziewi??dziesi?tych XX wieku i b?yskawicznie zacz?? zdobywa? uznanie programistów na ca?ym ?wiecie. Python sprawdza si? doskonale w pisaniu skryptów oraz narz?dzi, a w du?ym projekcie tak?e nie zawiedzie oczekiwa?. J?zyk ten korzysta z automatycznego zarz?dzania pami?ci? oraz umo?liwia obiektowe i funkcyjne podej?cie do tworzonego programu. Jednym z jego najwa?niejszych atutów jest bardzo silna spo?eczno?? programistów, wymieniaj?ca si? na bie??co informacjami na temat praktycznych zastosowa? tego j?zyka. Dzi?ki temu uzyskanie odpowiedzi na trapi?ce Ci? pytania nie powinno stanowi? problemu.Je?eli jednak chcesz mie? zawsze pod r?k? sprawdzone ?ród?o informacji, które pozwoli Ci w ka?dej sytuacji rozwia? w?tpliwo?ci, to trafi?e? na doskona?? pozycj?. Nale?y ona do serii „Leksykon kieszonkowy” i charakteryzuje si? niezwykle zwi?z?ym, przejrzystym uk?adem najwa?niejszych tre?ci oraz por?czn? form?. Znajdziesz tu szczegó?owe informacje na temat typów wbudowanych, wyj?tków, programowania obiektowego oraz przetwarzania nazw i regu? zasi?gu. Kolejne wydanie tej ksi??ki zosta?o ulepszone i zaktualizowane o mnóstwo nowych informacji, takich jak wykorzystanie Python Launcher w systemie Windows czy formalne regu?y dziedziczenia. To doskona?e ?ród?o informacji na temat j?zyka Python!Dzi?ki tej ksi??ce: poznasz podstawy Pythona zapoznasz si? z zasadami programowania w tym j?zyku poznasz typy wbudowane wykorzystasz standardowe modu?y b?dziesz mie? zawsze pod r?k? solidne ?ród?o informacji o PythonieNajlepsze rozwi?zania typowych problemów!

Python. Programuj szybko i wydajnie

by Ian Ozsvald Micha Gorelick

Wydajne aplikacje w j?zyku Python!Python to skryptowy j?zyk programowania istniej?cy na rynku od wielu lat — jego pierwsza wersja pojawi?a si? w 1991 roku. Przejrzysto?? kodu ?ród?owego by?a jednym z g?ównych celów Guida van Rossuma, twórcy tego j?zyka. Dzi? Python cieszy si? du?? popularno?ci?, co z jednej strony ?wiadczy o jego przydatno?ci, a z drugiej gwarantuje u?ytkownikom szerokie wsparcie spo?eczno?ci programistów j?zyka. Python jest elastyczny, dopuszcza ró?ne style programowania, a dzi?ki temu znajduje zastosowanie w wielu miejscach ?wiata IT.Je?eli chcesz w pe?ni wykorzysta? mo?liwo?ci Pythona i tworzy? wydajne rozwi?zania, to koniecznie zaopatrz si? w t? ksi??k?! Dzi?ki niej dowiesz si?, jak wykorzysta? profilowanie do lokalizowania „w?skich garde?”, oraz poznasz efektywne techniki wyszukiwania danych na listach, w s?ownikach i zbiorach. Ponadto zdob?dziesz wiedz? na temat oblicze? macierzowych i wektorowych oraz zobaczysz, jak kompilacja do postaci kodu C wp?ywa na wydajno?? Twojego rozwi?zania. Osobne rozdzia?y zosta?y po?wi?cone wspó?bie?no?ci oraz modu?owi multiprocessing. Opanowanie tych zagadnie? pozwoli Ci ogromnie przyspieszy? dzia?anie Twojej aplikacji. Na sam koniec nauczysz si? tworzy? klastry i kolejki zada? oraz optymalizowa? zu?ycie pami?ci RAM. Rozdzia? dwunasty to gratka dla wszystkich — zawiera najlepsze porady specjalistów z bran?y! Ksi??ka ta jest obowi?zkow? lektur? dla wszystkich programistów chc?cych tworzy? wydajne rozwi?zania w j?zyku Python.Poznaj lepiej narz?dzia numpy i Cython, a tak?e narz?dzia profiluj?ceDowiedz si?, jak w j?zyku Python dokonywana jest abstrakcja bazowej architektury komputera.U?yj profilowania do znajdowania „w?skich garde?” zwi?zanych z wykorzystaniem czasu procesora i pami?ci.Utwórz wydajne programy, wybieraj?c odpowiednie struktury danych.Przyspiesz obliczenia oparte na macierzach i wektorach.Zastosuj narz?dzia do kompilacji kodu Python do postaci kodu maszynowego.Zarz?dzaj jednocze?nie wieloma operacjami obliczeniowymi i operacjami wej?cia-wyj?cia.Przekszta?? kod przetwarzania wspó?bie?nego w celu uruchomienia go w klastrze lokalnym lub zdalnym.Rozwi?? du?e problemy, u?ywaj?c mniej pami?ci RAM.Wyci?nij z Pythona siódme poty!

Python. Receptury. Wydanie III

by Brian K. Jones David Beazley

Python to j?zyk programowania z ponad 20-letni? histori?. Opracowany na pocz?tku lat 90. ubieg?ego wieku, b?yskawicznie zdoby? sympati? programistów. Jest u?ywany zarówno do pisania przydatnych skryptów czy ma?ych narz?dzi, jak i do pracy nad du?ymi projektami. Korzysta z automatycznego zarz?dzania pami?ci? oraz pozwala na podej?cie obiektowe i funkcyjne do tworzonego programu. Wokó? j?zyka Python skupiona jest bardzo silna spo?eczno?? programistów.Ta ksi??ka to sprawdzone ?ród?o informacji na temat Pythona i jego najcz?stszych zastosowa?. Nale?y ona do cenionej serii „Receptury”, w której znajdziesz najlepsze sposoby rozwi?zywania problemów. Przekonaj si?, jak wydajnie operowa? na strukturach danych, ?a?cuchach znaków, tek?cie i liczbach. Zobacz, jak korzysta? z iteratorów i generatorów. Ponadto naucz si? tworzy? w?asne klasy i funkcje oraz sprawd?, jak uzyska? dost?p do plików i sieci. Te i dziesi?tki innych receptur opisano w tej ksi??ce. To obowi?zkowa pozycja na pó?ce ka?dego programisty pracuj?cego z j?zykiem Python.Dzi?ki tej ksi??ce:poznasz podstawy j?zyka Pythonrozwi??esz w optymalny sposób najcz?stsze problemynapiszesz program korzystaj?cy z puli w?tkówb?dziesz lepszym programist? Pythona!Najlepsze rozwi?zania typowych problemów!

Python: A Practical Learning Approach

by Shriram K. Vasudevan Sini Raj Pulari T.S. Murugesh

Python’s simplicity and versatility make it an ideal language for both beginners and experienced programmers. Its syntax facilitates a smooth learning curve, enabling individuals to concentrate on grasping programming concepts instead of wrestling with intricate syntax rules. The extensive standard library reinforces its practicality, offering pre-built modules and functions that reduce manual coding efforts. Python’s versatility is evident in its applications, spanning web development, data analysis, Machine Learning and automation.The language’s interactive nature supports real-time code experimentation, stepping up the learning process and enhancing understanding. Python’s wealth of online resources further enriches the learning experience, fostering a community where individuals can develop their programming skills. Python: A Practical Learning Approach exemplifies Python’s simplicity and versatility with numerous examples, ensuring a seamless learning journey. Beyond theory, the language’s practicality allows learners to actively apply their knowledge in real-world scenarios, establishing Python as an asset in education.

Python: Data Analytics and Visualization

by Kirthi Raman Ashish Kumar Martin Czygan Phuong Vo.T.H

Understand, evaluate, and visualize data About This Book • Learn basic steps of data analysis and how to use Python and its packages • A step-by-step guide to predictive modeling including tips, tricks, and best practices • Effectively visualize a broad set of analyzed data and generate effective results Who This Book Is For This book is for Python Developers who are keen to get into data analysis and wish to visualize their analyzed data in a more efficient and insightful manner. What You Will Learn • Get acquainted with NumPy and use arrays and array-oriented computing in data analysis • Process and analyze data using the time-series capabilities of Pandas • Understand the statistical and mathematical concepts behind predictive analytics algorithms • Data visualization with Matplotlib • Interactive plotting with NumPy, Scipy, and MKL functions • Build financial models using Monte-Carlo simulations • Create directed graphs and multi-graphs • Advanced visualization with D3 In Detail You will start the course with an introduction to the principles of data analysis and supported libraries, along with NumPy basics for statistics and data processing. Next, you will overview the Pandas package and use its powerful features to solve data-processing problems. Moving on, you will get a brief overview of the Matplotlib API .Next, you will learn to manipulate time and data structures, and load and store data in a file or database using Python packages. You will learn how to apply powerful packages in Python to process raw data into pure and helpful data using examples. You will also get a brief overview of machine learning algorithms, that is, applying data analysis results to make decisions or building helpful products such as recommendations and predictions using Scikit-learn. After this, you will move on to a data analytics specialization—predictive analytics. Social media and IOT have resulted in an avalanche of data. You will get started with predictive analytics using Python. You will see how to create predictive models from data. You will get balanced information on statistical and mathematical concepts, and implement them in Python using libraries such as Pandas, scikit-learn, and NumPy. You'll learn more about the best predictive modeling algorithms such as Linear Regression, Decision Tree, and Logistic Regression. Finally, you will master best practices in predictive modeling. After this, you will get all the practical guidance you need to help you on the journey to effective data visualization. Starting with a chapter on data frameworks, which explains the transformation of data into information and eventually knowledge, this path subsequently cover the complete visualization process using the most popular Python libraries with working examples This Learning Path combines some of the best that Packt has to offer in one complete, curated package. It includes content from the following Packt products: ? Getting Started with Python Data Analysis, Phuong Vo.T.H &Martin Czygan ? Learning Predictive Analytics with Python, Ashish Kumar ? Mastering Python Data Visualization, Kirthi Raman Style and approach The course acts as a step-by-step guide to get you familiar with data analysis and the libraries supported by Python with the help of real-world examples and datasets. It also helps you gain practical insights into predictive modeling by implementing predictive-analytics algorithms on public datasets with Python. The course offers a wealth of practical guidance to help you on this journey to data visualization

Python: Deeper Insights into Machine Learning

by Sebastian Raschka David Julian John Hearty

Leverage benefits of machine learning techniques using Python About This Book * Improve and optimise machine learning systems using effective strategies. * Develop a strategy to deal with a large amount of data. * Use of Python code for implementing a range of machine learning algorithms and techniques. Who This Book Is For This title is for data scientist and researchers who are already into the field of data science and want to see machine learning in action and explore its real-world application. Prior knowledge of Python programming and mathematics is must with basic knowledge of machine learning concepts. What You Will Learn * Learn to write clean and elegant Python code that will optimize the strength of your algorithms * Uncover hidden patterns and structures in data with clustering * Improve accuracy and consistency of results using powerful feature engineering techniques * Gain practical and theoretical understanding of cutting-edge deep learning algorithms * Solve unique tasks by building models * Get grips on the machine learning design process In Detail Machine learning and predictive analytics are becoming one of the key strategies for unlocking growth in a challenging contemporary marketplace. It is one of the fastest growing trends in modern computing, and everyone wants to get into the field of machine learning. In order to obtain sufficient recognition in this field, one must be able to understand and design a machine learning system that serves the needs of a project. The idea is to prepare a learning path that will help you to tackle the real-world complexities of modern machine learning with innovative and cutting-edge techniques. Also, it will give you a solid foundation in the machine learning design process, and enable you to build customized machine learning models to solve unique problems. The course begins with getting your Python fundamentals nailed down. It focuses on answering the right questions that cove a wide range of powerful Python libraries, including scikit-learn Theano and Keras.After getting familiar with Python core concepts, it's time to dive into the field of data science. You will further gain a solid foundation on the machine learning design and also learn to customize models for solving problems. At a later stage, you will get a grip on more advanced techniques and acquire a broad set of powerful skills in the area of feature selection and feature engineering. Style and approach This course includes all the resources that will help you jump into the data science field with Python. The aim is to walk through the elements of Python covering powerful machine learning libraries. This course will explain important machine learning models in a step-by-step manner. Each topic is well explained with real-world applications with detailed guidance.Through this comprehensive guide, you will be able to explore machine learning techniques.

Python: End-to-end Data Analysis

by Ivan Idris Phuong Vothihong Martin Czygan Luiz Felipe Martins Magnus Vilhelm Persson

Leverage the power of Python to clean, scrape, analyze, and visualize your data About This Book • Clean, format, and explore your data using the popular Python libraries and get valuable insights from it • Analyze big data sets; create attractive visualizations; manipulate and process various data types using NumPy, SciPy, and matplotlib; and more • Packed with easy-to-follow examples to develop advanced computational skills for the analysis of complex data Who This Book Is For This course is for developers, analysts, and data scientists who want to learn data analysis from scratch. This course will provide you with a solid foundation from which to analyze data with varying complexity. A working knowledge of Python (and a strong interest in playing with your data) is recommended. What You Will Learn • Understand the importance of data analysis and master its processing steps • Get comfortable using Python and its associated data analysis libraries such as Pandas, NumPy, and SciPy • Clean and transform your data and apply advanced statistical analysis to create attractive visualizations • Analyze images and time series data • Mine text and analyze social networks • Perform web scraping and work with different databases, Hadoop, and Spark • Use statistical models to discover patterns in data • Detect similarities and differences in data with clustering • Work with Jupyter Notebook to produce publication-ready figures to be included in reports In Detail Data analysis is the process of applying logical and analytical reasoning to study each component of data present in the system. Python is a multi-domain, high-level, programming language that offers a range of tools and libraries suitable for all purposes, it has slowly evolved as one of the primary languages for data science. Have you ever imagined becoming an expert at effectively approaching data analysis problems, solving them, and extracting all of the available information from your data? If yes, look no further, this is the course you need! In this course, we will get you started with Python data analysis by introducing the basics of data analysis and supported Python libraries such as matplotlib, NumPy, and pandas. Create visualizations by choosing color maps, different shapes, sizes, and palettes then delve into statistical data analysis using distribution algorithms and correlations. You'll then find your way around different data and numerical problems, get to grips with Spark and HDFS, and set up migration scripts for web mining. You'll be able to quickly and accurately perform hands-on sorting, reduction, and subsequent analysis, and fully appreciate how data analysis methods can support business decision-making. Finally, you will delve into advanced techniques such as performing regression, quantifying cause and effect using Bayesian methods, and discovering how to use Python's tools for supervised machine learning. The course provides you with highly practical content explaining data analysis with Python, from the following Packt books: 1. Getting Started with Python Data Analysis. 2. Python Data Analysis Cookbook. 3. Mastering Python Data Analysis. By the end of this course, you will have all the knowledge you need to analyze your data with varying complexity levels, and turn it into actionable insights. Style and approach Learn Python data analysis using engaging examples and fun exercises, and with a gentle and friendly but comprehensive "learn-by-doing" approach. It offers you a useful way of analyzing the data that's specific to this course, but that can also be applied to any other data. This course is designed to be both a guide and a reference for moving beyond the basics of data analysis.

Python: Gain practical insights by exploiting data in your business to build advanced predictive modeling applications

by Ashish Kumar Joseph J

Key Features A step-by-step guide to predictive modeling including lots of tips, tricks, and best practices Learn how to use popular predictive modeling algorithms such as Linear Regression, Decision Trees, Logistic Regression, and Clustering Master open source Python tools to build sophisticated predictive models Book Description Social Media and the Internet of Things have resulted in an avalanche of data. Data is powerful but not in its raw form; it needs to be processed and modeled, and Python is one of the most robust tools out there to do so. It has an array of packages for predictive modeling and a suite of IDEs to choose from. Using the Python programming language, analysts can use these sophisticated methods to build scalable analytic applications. This book is your guide to getting started with predictive analytics using Python. You'll balance both statistical and mathematical concepts, and implement them in Python using libraries such as pandas, scikit-learn, and NumPy. Through case studies and code examples using popular open-source Python libraries, this book illustrates the complete development process for analytic applications. Covering a wide range of algorithms for classification, regression, clustering, as well as cutting-edge techniques such as deep learning, this book illustrates explains how these methods work. You will learn to choose the right approach for your problem and how to develop engaging visualizations to bring to life the insights of predictive modeling. Finally, you will learn best practices in predictive modeling, as well as the different applications of predictive modeling in the modern world. The course provides you with highly practical content from the following Packt books: 1. Learning Predictive Analytics with Python 2. Mastering Predictive Analytics with Python What you will learn Understand the statistical and mathematical concepts behind predictive analytics algorithms and implement them using Python libraries Get to know various methods for importing, cleaning, sub-setting, merging, joining, concatenating, exploring, grouping, and plotting data with pandas and NumPy Master the use of Python notebooks for exploratory data analysis and rapid prototyping Get to grips with applying regression, classification, clustering, and deep learning algorithms Discover advanced methods to analyze structured and unstructured data Visualize the performance of models and the insights they produce Ensure the robustness of your analytic applications by mastering the best practices of predictive analysis

Python: Journey from Novice to Expert

by Dusty Phillips Fabrizio Romano Rick Van Hattem

Learn core concepts of Python and unleash its power to script highest quality Python programs About This Book * Develop a strong set of programming skills with Pyhton that you will be able to express in any situation, on every platform, thanks to Python's portability * Stop writing scripts and start architecting programs by applying object-oriented programming techniques in Python * Learn the trickier aspects of Python and put it in a structured context for deeper understanding of the language Who This Book Is For This course is meant for programmers who wants to learn Python programming from a basic to an expert level. The course is mostly self-contained and introduces Python programming to a new reader and can help him become an expert in this trade. What You Will Learn * Get Python up and running on Windows, Mac, and Linux in no time * Grasp the fundamental concepts of coding, along with the basics of data structures and control flow * Understand when to use the functional or the object-oriented programming approach * Extend class functionality using inheritance * Exploit object-oriented programming in key Python technologies, such as Kivy and Django * Understand how and when to use the functional programming paradigm * Use the multiprocessing library, not just locally but also across multiple machines In Detail Python is a dynamic and powerful programming language, having its application in a wide range of domains. It has an easy-to-use, simple syntax, and a powerful library, which includes hundreds of modules to provide routines for a wide range of applications, thus making it a popular language among programing enthusiasts.This course will take you on a journey from basic programming practices to high-end tools and techniques giving you an edge over your peers. It follows an interesting learning path, divided into three modules. As you complete each one, you'll have gained key skills and get ready for the material in the next module.The first module will begin with exploring all the essentials of Python programming in an easy-to-understand way. This will lay a good foundation for those who are interested in digging deeper. It has a practical and example-oriented approach through which both the introductory and the advanced topics are explained. Starting with the fundamentals of programming and Python, it ends by exploring topics, like GUIs, web apps, and data science.In the second module you will learn about object oriented programming techniques in Python. Starting with a detailed analysis of object-oriented technique and design, you will use the Python programming language to clearly grasp key concepts from the object-oriented paradigm. This module fully explains classes, data encapsulation, inheritance, polymorphism, abstraction, and exceptions with an emphasis on when you can use each principle to develop well-designed software.With a good foundation of Python you will move onto the third module which is a comprehensive tutorial covering advanced features of the Python language. Start by creating a project-specific environment using venv. This will introduce you to various Pythonic syntax and common pitfalls before moving onto functional features and advanced concepts, thereby gaining an expert level knowledge in programming and teaching how to script highest quality Python programs. Style and approach This course follows a theory-cum-practical approach having all the ingredients that will help you jump into the field of Python programming as a novice and grow-up as an expert. The aim is to create a smooth learning path that will teach you how to get started with Python and carry out expert-level programming techniques at the end of course.

Python: La Guía Definitiva para Principiantes para Dominar Python

by Angel Martinez Jonathan S. Walker

Domina El Lenguaje de Programación PYTHON En Esta Guía Definitiva Para Principiantes HoyMismo! Estás buscando un modo de utilizar la programación en Python con eficacia? ¿Quieres aprender a programar rápidamente y sin esfuerzo? Te presentamos La Guía Definitiva Para Principiantes Para El Dominiar Python. Los lenguajes de prrogramación son fascinantes y asustan al mismo tiempo porque pueden ayudarnos a progresar en nuestras vidas, pero a la vez, tendremos que aprender a escribir código utilizando funciones que puede que no comprendamos en este momento,En Este Libro Aprenderás·

Python: Master the Art of Design Patterns

by Dusty Phillips Sakis Kasampalis Chetan Giridhar

Ensure your code is sleek, efficient and elegant by mastering powerful Python design patterns About This Book * Learn all about abstract design patterns and how to implement them in Python 3 * Understand the structural, creational, and behavioral Python design patterns * Get to know the context and application of design patterns to solve real-world problems in software architecture, design, and application development * Discover how to simplify Design Pattern implementation using the power of Python 3 Who This Book Is For If you have basic Python skills and wish to learn in depth how to correctly apply appropriate design patterns, this course is tailor made for you. What You Will Learn * Discover what design patterns are and how to apply them to writing Python * Implement objects in Python by creating classes and defining methods * Separate related objects into a taxonomy of classes and describe the properties and behaviors of those objects via the class interface * Understand when to use object-oriented features, and more importantly when not to use them * Get to know proven solutions to common design issues * Explore the design principles that form the basis of software design, such as loose coupling, the Hollywood principle, and the Open Close principle, among others * Use Structural Design Patterns and find out how objects and classes interact to build larger applications * Improve the productivity and code base of your application using Python design patterns * Secure an interface using the Proxy pattern In Detail Python is an object-oriented scripting language that is used in everything from data science to web development. Known for its simplicity, Python increases productivity and minimizes development time. Through applying essential software engineering design patterns to Python, Python code becomes even more efficient and reusable from project to project. This learning path takes you through every traditional and advanced design pattern best applied to Python code, building your skills in writing exceptional Python. Divided into three distinct modules, you'll go from foundational to advanced concepts by following a series of practical tutorials. Start with the bedrock of Python programming - the object-oriented paradigm. Rethink the way you work with Python as you work through the Python data structures and object-oriented techniques essential to modern Python programming. Build your confidence as you learn Python syntax, and how to use OOP principles with Python tools such as Django and Kivy. In the second module, run through the most common and most useful design patterns from a Python perspective. Progress through Singleton patterns, Factory patterns, Facade patterns and more all with detailed hands-on guidance. Enhance your professional abilities in in software architecture, design, and development. In the final module, run through the more complex and less common design patterns, discovering how to apply them to Python coding with the help of real-world examples. Get to grips with the best practices of writing Python, as well as creating systems architecture and troubleshooting issues. This Learning Path combines some of the best that Packt has to offer in one complete, curated package. It includes content from the following Packt products: * Python 3 Object-Oriented Programming - Second Edition by Dusty Phillips * Learning Python Design Patterns - Second Edition by Chetan Giridhar * Mastering Python Design Patterns by Sakis Kasampalis Style and approach Advance your Python code through three distinct modules that each build on preceding content. Get the complete coverage of Python design patterns you need to write elegant and efficient code that's reusable and powerful.

Python: Master the Art of Design Patterns

by Dusty Phillips Sakis Kasampalis Chetan Giridhar

Ensure your code is sleek, efficient and elegant by mastering powerful Python design patterns About This Book Learn all about abstract design patterns and how to implement them in Python 3 Understand the structural, creational, and behavioral Python design patterns Get to know the context and application of design patterns to solve real-world problems in software architecture, design, and application development Discover how to simplify Design Pattern implementation using the power of Python 3 Who This Book Is For If you have basic Python skills and wish to learn in depth how to correctly apply appropriate design patterns, this course is tailor made for you. What You Will Learn Discover what design patterns are and how to apply them to writing Python Implement objects in Python by creating classes and defining methods Separate related objects into a taxonomy of classes and describe the properties and behaviors of those objects via the class interface Understand when to use object-oriented features, and more importantly when not to use them Get to know proven solutions to common design issues Explore the design principles that form the basis of software design, such as loose coupling, the Hollywood principle, and the Open Close principle, among others Use Structural Design Patterns and find out how objects and classes interact to build larger applications Improve the productivity and code base of your application using Python design patterns Secure an interface using the Proxy pattern In Detail Python is an object-oriented scripting language that is used in everything from data science to web development. Known for its simplicity, Python increases productivity and minimizes development time. Through applying essential software engineering design patterns to Python, Python code becomes even more efficient and reusable from project to project. This learning path takes you through every traditional and advanced design pattern best applied to Python code, building your skills in writing exceptional Python. Divided into three distinct modules, you'll go from foundational to advanced concepts by following a series of practical tutorials. Start with the bedrock of Python programming – the object-oriented paradigm. Rethink the way you work with Python as you work through the Python data structures and object-oriented techniques essential to modern Python programming. Build your confidence as you learn Python syntax, and how to use OOP principles with Python tools such as Django and Kivy. In the second module, run through the most common and most useful design patterns from a Python perspective. Progress through Singleton patterns, Factory patterns, Facade patterns and more all with detailed hands-on guidance. Enhance your professional abilities in in software architecture, design, and development. In the final module, run through the more complex and less common design patterns, discovering how to apply them to Python coding with the help of real-world examples. Get to grips with the best practices of writing Python, as well as creating systems architecture and troubleshooting issues. This Learning Path combines some of the best that Packt has to offer in one complete, curated package. It includes content from the following Packt products: Python 3 Object-Oriented Programming - Second Edition by Dusty Phillips Learning Python Design Patterns - Second Edition by Chetan Giridhar Mastering Python Design Patterns by Sakis Kasampalis Style and approach Advance your Python code through three distinct modules that each build on preceding content. Get the complete coverage of Python design patterns you need to write elegant and efficient code that's reusable and powerful.

Refine Search

Showing 47,451 through 47,475 of 63,027 results