Domain mara-david.de kaufen?

Produkt zum Begriff Python:


  • Beazley, David: Python Distilled
    Beazley, David: Python Distilled

    Python Distilled , Expert insight for modern Python (3.6+) coding from the author of Python Essential Reference Python educator Dave Beazley's concise handbook focuses on the essential core of the Python programming language, with code examples to illuminate how Python works and how to structure programs that can be more easily explained, tested, and debugged. Rather than trying to cover every possible feature and quirk of a 30-year-old language, this pragmatic guide provides a concise narrative related to fundamental programming topics that form the foundation for Python projects of any size including Data abstraction Control flow Program structure Functions: master functions and functional programming idioms Objects: control objects and master the "protocols" that define their behavior Modules: plan for project growth by understanding modules and packages Generators Classes: understand classes from both high-level and technical perspectives I/O handling: proper techniques and abstractions Dicts "This is a pragmatic book that presents some of the most important topics about the Python programming language in a concise form, designed to make it easier to find out the most relevant information bits in a context where resources abound and frequently are just too overwhelming." -Victor Domingos, Software Developer, Slim Business Solutions, The No Title® Tech Blog , Studium & Erwachsenenbildung > Fachbücher, Lernen & Nachschlagen

    Preis: 40.04 € | Versand*: 0 €
  • Python Distilled
    Python Distilled

    Expert insight for modern Python (3.6+) coding from the author of Python Essential Reference Python educator Dave Beazley's concise handbook focuses on the essential core of the Python programming language, with code examples to illuminate how Python works and how to structure programs that can be more easily explained, tested, and debugged. Rather than trying to cover every possible feature and quirk of a 30-year-old language, this pragmatic guide provides a concise narrative related to fundamental programming topics that form the foundation for Python projects of any size including Data abstraction Control flowProgram structure Functions: master functions and functional programming idioms Objects: control objects and master the "protocols" that define their behavior Modules: plan for project growth by understanding modules and packages Generators Classes: understand classes from both high-level and technical perspectives I/O handling: proper techniques and abstractions Dicts "This is a pragmatic book that presents some of the most important topics about the Python programming language in a concise form, designed to make it easier to find out the most relevant information bits in a context where resources abound and frequently are just too overwhelming." Victor Domingos, Software Developer, Slim Business Solutions, The No Title® Tech Blog 

    Preis: 37.44 € | Versand*: 0 €
  • Python Programming with Design Patterns
    Python Programming with Design Patterns

    Improve Your Python Code with Modern Object-Oriented Design PatternsTo write clean, efficient, maintainable code, developers everywhere turn to design patterns. Now there's a Python-specific patterns guide that's friendly and practical enough for every Python developer, regardless of experience.Best-selling patterns author James W. Cooper presents visual, example-driven explanations of 23 proven patterns for writing superior object-oriented code. Through clear and intuitive code samples, he introduces modern techniques for creating Python objects that interact effectively in powerful, flexible programs. Python newcomers--including those moving from other languages--will find a succinct introduction designed to get them up to speed fast.Cooper's wide-ranging patterns coverage addresses abstract classes, multiple inheritance, GUI programming and widgets, graphical classes, drawing and plotting, math, databases, Python decorators, images, threads, iterators, creating executable code, and more. Throughout, his informal visual presentation makes patterns far easier to work with--so you can confidently build sophisticated programs that use Python's rich capabilities.Review the essentials of Python objects and visual programmingLearn what design patterns are, and how they help you write better codeUse creational patterns to enhance flexibility and avoid unnecessary complexityApply structural patterns to ensure that program elements work together well in large programsOptimize communication between objects with behavioral patterns

    Preis: 37.44 € | Versand*: 0 €
  • Python How-To
    Python How-To

    A practical collection of the most important Python techniques. For beginning to intermediate Python programmers. Python How-To by Yong Cui, walks you through the most important coding techniques in Python. Whether you are doing data science, building web applications, or writing admin scripts, you will find answers to your how-to questions in this book. Author Yong Cui's clear and practical writing is perfect for beginners and veterans alike, with insightful code snippets, interesting graphics, and challenging exercises.Python How-To includes over 60 detailed answers to questions like:How do I join and split strings?How do I access dictionary keys, values, and items?How do I set and use the return value in function calls?How do I process JSON data?How do I create lazy attributes to improve performance?How do I change variables in a different namespace?... and much moreAlong the way, you will also learn how to take advantage of Python's versatile tools and libraries.About the technologyNo matter where you are on your Python journey, you will run into situations where you ask yourself: How do I do that?This book provides concrete answers to the most common questions in areas such as manipulating text, working with collections, managing objects and functions, file management, etc.

    Preis: 48.14 € | Versand*: 0 €
  • Wie funktioniert objektorientierte Programmierung in Python?

    In Python wird objektorientierte Programmierung durch die Definition von Klassen und die Erstellung von Objekten dieser Klassen erreicht. Eine Klasse ist eine Vorlage, die Attribute (Variablen) und Methoden (Funktionen) enthält, die auf Objekte dieser Klasse angewendet werden können. Durch die Verwendung von Vererbung können Klassen auch von anderen Klassen erben und deren Eigenschaften erweitern oder überschreiben. Objekte werden erstellt, indem man eine Instanz der Klasse erstellt und auf die Attribute und Methoden dieser Instanz zugreift.

  • Wie kann man eine Python-Webseite hosten?

    Es gibt verschiedene Möglichkeiten, eine Python-Webseite zu hosten. Eine Möglichkeit ist die Verwendung eines Webhosting-Dienstes, der Python-Unterstützung bietet. Dabei lädst du deine Webseite auf den Server des Anbieters hoch und erreichst sie über eine bestimmte URL. Eine andere Möglichkeit ist die Verwendung eines eigenen Servers, auf dem du Python installierst und deine Webseite dort hostest. Dafür musst du den Server konfigurieren und die Webseite bereitstellen.

  • Wie kann ich eine Python-Webseite öffnen?

    Um eine Python-Webseite zu öffnen, musst du zunächst sicherstellen, dass du Python auf deinem Computer installiert hast. Dann kannst du ein Web-Framework wie Flask oder Django verwenden, um deine Webseite zu erstellen. Du musst den Webserver starten und dann kannst du die Webseite in deinem Webbrowser öffnen, indem du die entsprechende URL eingibst.

  • Wo liegt der Fehler in der Python-Programmierung?

    Ohne den genauen Code zu sehen, ist es schwierig, den Fehler zu identifizieren. Mögliche Fehler könnten Syntaxfehler, Logikfehler oder Fehler bei der Verwendung von Variablen oder Funktionen sein. Es ist wichtig, den Code sorgfältig zu überprüfen und möglicherweise Fehlermeldungen oder Ausgaben zu analysieren, um den Fehler zu finden.

Ähnliche Suchbegriffe für Python:


  • Python for Programmers
    Python for Programmers

    The professional programmer’s Deitel® guide to Python® with introductory artificial intelligence case studiesWritten for programmers with a background in another high-level language, Python for Programmers uses hands-on instruction to teach today’s most compelling, leading-edge computing technologies and programming in Python–one of the world’s most popular and fastest-growing languages. Please read the Table of Contents diagram inside the front cover and the Preface for more details.In the context of 500+, real-world examples ranging from individual snippets to 40 large scripts and full implementation case studies, you’ll use the interactive IPython interpreter with code in Jupyter Notebooks to quickly master the latest Python coding idioms. After covering Python Chapters 1-5 and a few key parts of Chapters 6-7, you’ll be able to handle significant portions of the hands-on introductory AI case studies in Chapters 11-16, which are loaded with cool, powerful, contemporary examples. These include natural language processing, data mining Twitter® for sentiment analysis, cognitive computing with IBM® Watson™, supervised machine learning with classification and regression, unsupervised machine learning with clustering, computer vision through deep learning and convolutional neural networks, deep learning with recurrent neural networks, big data with Hadoop®, Spark™ and NoSQL databases, the Internet of Things and more. You’ll also work directly or indirectly with cloud-based services, including Twitter, Google Translate™, IBM Watson, Microsoft® Azure®, OpenMapQuest, PubNub and more.Features500+ hands-on, real-world, live-code examples from snippets to case studiesIPython + code in Jupyter® NotebooksLibrary-focused: Uses Python Standard Library and data science libraries to accomplish significant tasks with minimal codeRich Python coverage: Control statements, functions, strings, files, JSON serialization, CSV, exceptionsProcedural, functional-style and object-oriented programmingCollections: Lists, tuples, dictionaries, sets, NumPy arrays, pandas Series & DataFramesStatic, dynamic and interactive visualizationsData experiences with real-world datasets and data sourcesIntro to Data Science sections: AI, basic stats, simulation, animation, random variables, data wrangling, regressionAI, big data and cloud data science case studies: NLP, data mining Twitter®, IBM® Watson™, machine learning, deep learning, computer vision, Hadoop®, Spark™, NoSQL, IoTOpen-source libraries: NumPy, pandas, Matplotlib, Seaborn, Folium, SciPy, NLTK, TextBlob, spaCy, Textatistic, Tweepy, scikit-learn®, Keras and moreAccompanying code examples are available here: http://ptgmedia.pearsoncmg.com/imprint_downloads/informit/bookreg/9780135224335/9780135224335_examples.zip.Register your product for convenient access to downloads, updates, and/or corrections as they become available. See inside book for more information.  

    Preis: 43.86 € | Versand*: 0 €
  • Effective Python: 90 Specific Ways to Write Better Python
    Effective Python: 90 Specific Ways to Write Better Python

    Updated and Expanded for Python 3It’s easy to start developing programs with Python, which is why the language is so popular. However, Python’s unique strengths, charms, and expressiveness can be hard to grasp, and there are hidden pitfalls that can easily trip you up.This second edition of Effective Python will help you master a truly “Pythonic” approach to programming, harnessing Python’s full power to write exceptionally robust and well-performing code. Using the concise, scenario-driven style pioneered in Scott Meyers’ best-selling Effective C++, Brett Slatkin brings together 90 Python best practices, tips, and shortcuts, and explains them with realistic code examples so that you can embrace Python with confidence.Drawing on years of experience building Python infrastructure at Google, Slatkin uncovers little-known quirks and idioms that powerfully impact code behavior and performance. You’ll understand the best way to accomplish key tasks so you can write code that’s easier to understand, maintain, and improve. In addition to even more advice, this new edition substantially revises all items from the first edition to reflect how best practices have evolved.Key features include30 new actionable guidelines for all major areas of PythonDetailed explanations and examples of statements, expressions, and built-in typesBest practices for writing functions that clarify intention, promote reuse, and avoid bugsBetter techniques and idioms for using comprehensions and generator functionsCoverage of how to accurately express behaviors with classes and interfacesGuidance on how to avoid pitfalls with metaclasses and dynamic attributesMore efficient and clear approaches to concurrency and parallelismSolutions for optimizing and hardening to maximize performance and qualityTechniques and built-in modules that aid in debugging and testingTools and best practices for collaborative development Effective Python will prepare growing programmers to make a big impact using Python.

    Preis: 37.44 € | Versand*: 0 €
  • Publishing Python Packages
    Publishing Python Packages

    Create Python packages to share your code in a scalable and maintainable way. Improve team productivity, publish helpful libraries, or even start your own open source project following the latest Python packaging standards.In Publishing Python Packages you will learn how to:Build extensions and console script commandsUse tox to automate packaging, installing, and testingBuild a continuous integration pipeline using GitHub ActionsImprove code quality and reduce manual review using bandit, black, mypy, and radonCreate published documentation for your packagesKeep packages up to date with pyupgrade and DependabotFoster an open source community using GitHub featuresPublishing Python Packages teaches you how to easily share your Python code with your team and the outside world. Learn a repeatable and highly automated process for package maintenance that's based on the best practices, tools, and standards of Python packaging. Whether you're entirely new to Python packaging or looking for optimal ways to maintain and scale your packages, this fast-paced and engaging guide is for you.about the technologyPython packages are a great way to share your code and give a productivity boost to your colleagues and community. Whether you're reusing your code internally or contributing to open source, a properly automated system of packaging will save you from time-consuming manual maintenance.about the bookPublishing Python Packages reveals best practices and standards for packaging your Python code in an easy, automated, and scalable way. The book walks you through creating a complete package, including a C extension, and guides you all the way to publishing on the Python Package Index. You'll get hands-on experience with the latest packaging tools, and learn the ins-and-outs of package testing and continuous integration. You'll even learn how to set up a successful open source project, including licensing, documentation, and nurturing a community of contributors.

    Preis: 47.07 € | Versand*: 0 €
  • Let's Talk Python
    Let's Talk Python

    Learn Python the fun and easy way with your new friends Erik and Simon! A Pythonic Adventure, is a unique Python beginners guide, written especially for young people. This colorful book uses engaging questions and lively conversations to introduce computer programming to young readers one step at a time. There are no boring lessons or dull exercises; instead, you will team up with two brothers, Erik and Simon, who are busy talking about Python programming and asking the same questions you are! As you follow along, you will learn from the brothers' mistakes, discover how to write programs with a team, and get a chance to create applications you can use in your daily life. All code in this book runs on Mac, Windows, Linux, and Raspberry Pi. The engaging questions and lively conversations in the book will help you learn useful Python skills like: Installing Python Working with files Creating text-based dialog boxes and menus Using if/then, loops, list, dictionaries, and input/output Building web applications Making your web apps look super professional It's fun to learn with friends! Join them as they chat about the language, learn the basics, and build some cool programs. It's the perfect way for young programmers (and their parents!) to get started. About the technology Python is one of the best languages for new programmers! Its creators designed it to be easy to learn and easy to use. But Python isn't just a language for beginners it is used for all sorts of things, from web apps to artificial intelligence! Open up this fun, friendly guide and you will see just how easy it is to get started with Python.

    Preis: 56.7 € | Versand*: 0 €
  • Wie lautet das Thema der Informatik Python Programmierung?

    Das Thema der Informatik Python Programmierung befasst sich mit der Programmierung und Entwicklung von Softwareanwendungen unter Verwendung der Programmiersprache Python. Dabei werden grundlegende Konzepte und Techniken der Programmierung vermittelt, um effektive und effiziente Lösungen für verschiedene Probleme zu entwickeln. Es umfasst Themen wie Variablen, Datentypen, Bedingungen, Schleifen, Funktionen, Objektorientierte Programmierung und Datenstrukturen.

  • Wie kann man Socket-Programmierung in Python durchführen?

    In Python kann Socket-Programmierung mithilfe des `socket`-Moduls durchgeführt werden. Zuerst muss eine Socket-Instanz erstellt werden, indem man `socket.socket()` aufruft. Dann kann man die Socket-Instanz verwenden, um eine Verbindung zu einem Server herzustellen oder einen Server zu starten und auf eingehende Verbindungen zu warten. Man kann dann Daten senden und empfangen, indem man die Methoden `send()` und `recv()` auf der Socket-Instanz aufruft.

  • Wie kann man mit Python eine Webseite programmieren?

    Um eine Webseite mit Python zu programmieren, gibt es verschiedene Frameworks wie Django oder Flask, die die Entwicklung erleichtern. Mit diesen Frameworks kann man den Server erstellen, Routen definieren und HTML-Templates verwenden, um die Webseite zu gestalten. Man kann auch Datenbanken integrieren, um dynamische Inhalte anzuzeigen.

  • Ist es möglich, mit Python eine Webseite auszulesen?

    Ja, es ist möglich, mit Python eine Webseite auszulesen. Hierfür gibt es verschiedene Bibliotheken wie z.B. BeautifulSoup oder Scrapy, die das Parsen und Extrahieren von Informationen aus HTML-Code ermöglichen. Mit diesen Bibliotheken kann man den Quellcode einer Webseite herunterladen und bestimmte Elemente oder Daten extrahieren.

* Alle Preise verstehen sich inklusive der gesetzlichen Mehrwertsteuer und ggf. zuzüglich Versandkosten. Die Angebotsinformationen basieren auf den Angaben des jeweiligen Shops und werden über automatisierte Prozesse aktualisiert. Eine Aktualisierung in Echtzeit findet nicht statt, so dass es im Einzelfall zu Abweichungen kommen kann.