Buy nzadev.eu ?

Products related to Python:


  • Modern Python Programming using ChatGPT : 10x your software development skills with Python
    Modern Python Programming using ChatGPT : 10x your software development skills with Python


    Price: 34.99 £ | Shipping*: 0.00 £
  • Learn Python Programming : The no-nonsense, beginner's guide to programming, data science, and web development with Python 3.7
    Learn Python Programming : The no-nonsense, beginner's guide to programming, data science, and web development with Python 3.7

    Learn the fundamentals of Python (3.7) and how to apply it to data science, programming, and web development.Fully updated to include hands-on tutorials and projects. Key FeaturesLearn the fundamentals of Python programming with interactive projectsApply Python to data science with tools such as IPython and JupyterUtilize Python for web development and build a real-world app using DjangoBook DescriptionLearn Python Programming is a quick, thorough, and practical introduction to Python - an extremely flexible and powerful programming language that can be applied to many disciplines. Unlike other books, it doesn't bore you with elaborate explanations of the basics but gets you up-and-running, using the language.You will begin by learning the fundamentals of Python so that you have a rock-solid foundation to build upon. You will explore the foundations of Python programming and learn how Python can be manipulated to achieve results.Explore different programming paradigms and find the best approach to a situation; understand how to carry out performance optimization and effective debugging; control the flow of a program; and utilize an interchange format to exchange data.You'll also walk through cryptographic services in Python and understand secure tokens. Learn Python Programming will give you a thorough understanding of the Python language.You'll learn how to write programs, build websites, and work with data by harnessing Python's renowned data science libraries.Filled with real-world examples and projects, the book covers various types of applications, and concludes by building real-world projects based on the concepts you have learned.What you will learnGet Python up and running on Windows, Mac, and LinuxExplore fundamental concepts of coding using data structures and control flowWrite elegant, reusable, and efficient code in any situationUnderstand when to use the functional or OOP approachCover the basics of security and concurrent/asynchronous programmingCreate bulletproof, reliable software by writing testsBuild a simple website in DjangoFetch, clean, and manipulate dataWho this book is forLearn Python Programming is for individuals with relatively little experience in coding or Python.It's also ideal for aspiring programmers who need to write scripts or programs to accomplish tasks.The book shows you how to create a full-fledged application.

    Price: 82.99 £ | Shipping*: 0.00 £
  • Coding Club Python: Programming Art Supplement 1
    Coding Club Python: Programming Art Supplement 1

    Create artistic applications to explore your creative side!Reinforce your programming knowledge from Python Basics and learn a few more tricks with this fun level 1 book.Activities include extending your Etch-a-Sketch and building your own drawing app. The code is suitable for Mac, Windows and Linux users and therefore compatible with the Raspberry Pi.

    Price: 10.25 £ | Shipping*: 3.99 £
  • Learn Enough Python to Be Dangerous : Software Development, Flask Web Apps, and Beginning Data Science with Python
    Learn Enough Python to Be Dangerous : Software Development, Flask Web Apps, and Beginning Data Science with Python

    All You Need to Know, and Nothing You Don't, to Solve Real Problems with Python Python is one of the most popular programming languages in the world, used for everything from shell scripts to web development to data science.As a result, Python is a great language to learn, but you don't need to learn "everything" to get started, just how to use it efficiently to solve real problems.In Learn Enough Python to Be Dangerous, renowned instructor Michael Hartl teaches the specific concepts, skills, and approaches you need to be professionally productive. Even if you've never programmed before, Hartl helps you quickly build technical sophistication and master the lore you need to succeed.Hartl introduces Python both as a general-purpose language and as a specialist tool for web development and data science, presenting focused examples and exercises that help you internalize what matters, without wasting time on details pros don't care about.Soon, it'll be like you were born knowing this stuff--and you'll be suddenly, seriously dangerous. Learn enough about . . . Applying core Python concepts with the interactive interpreter and command lineWriting object-oriented code with Python's native objectsDeveloping and publishing self-contained Python packagesUsing elegant, powerful functional programming techniques, including Python comprehensionsBuilding new objects, and extending them via Test-Driven Development (TDD)Leveraging Python's exceptional shell scripting capabilitiesCreating and deploying a full web app, using routes, layouts, templates, and formsGetting started with data-science tools for numerical computations, data visualization, data analysis, and machine learningMastering concrete and informal skills every developer needs Michael Hartl's Learn Enough Series includes books and video courses that focus on the most important parts of each subject, so you don't have to learn everything to get started--you just have to learn enough to be dangerous and solve technical problems yourself. Like this book? Don't miss Michael Hartl's companion video tutorial, Learn Enough Python to Be Dangerous LiveLessons. Register your book for convenient access to downloads, updates, and/or corrections as they become available.See inside book for details.

    Price: 29.99 £ | Shipping*: 0.00 £
  • Which programming language should one use for web development, Python or JavaScript?

    Both Python and JavaScript are popular choices for web development, but they serve different purposes. Python is known for its simplicity and readability, making it a great choice for backend development and data manipulation. On the other hand, JavaScript is essential for frontend development, as it is the language of the web and allows for dynamic and interactive user experiences. Ultimately, the choice between Python and JavaScript depends on the specific requirements of the project and the developer's familiarity with each language.

  • Which Python or PHP framework is suitable for web development?

    Both Python and PHP have popular frameworks for web development. For Python, Django is a suitable framework known for its scalability, security, and built-in features like authentication and admin interface. On the other hand, for PHP, Laravel is a popular framework known for its elegant syntax, robust features, and a large community of developers. Both frameworks have their strengths and weaknesses, so the choice ultimately depends on the specific requirements of the project and the developer's familiarity with the language and framework.

  • What is an idea for Python coding?

    One idea for Python coding is to create a program that automates a repetitive task, such as renaming a large number of files or extracting data from multiple sources and consolidating it into a single file. Another idea is to develop a web scraping tool that gathers information from websites and compiles it into a structured format for analysis. Additionally, creating a simple game using Python's libraries and modules can be a fun and educational coding project.

  • What is the programming language Python?

    Python is a high-level, interpreted programming language known for its simplicity and readability. It is widely used for web development, data analysis, artificial intelligence, and scientific computing. Python's syntax allows for easy and quick development of applications, making it a popular choice for both beginners and experienced programmers. It also has a large standard library and a thriving community, which contributes to its popularity and versatility.

Similar search terms for Python:


  • Programming Python
    Programming Python

    Once you've come to grips with the core Python language, learning how to build Python applications presents a far more interesting challenge.Tap this book's wealth of practical advice, snippets of code, and patterns of program design to take your Python skills to the next level.You'll start with in-depth discussions of core concepts and then progress toward complete programs in different application domains, including: * GUI programming * Internet scripting * Parallel processing * Database management * Networked applications * System administration * Text processing Most programming experts consider this classic book, now updated for Python 3.x, to be the industry standard for learning Python application programming.With clear and concise explanations of Python syntax and programming techniques, and numerous examples that illustrate both correct usage and common idioms, Programming Python shows you the right way to code with Python.

    Price: 59.99 £ | Shipping*: 0.00 £
  • Flask Web Development 2e : Developing Web Applications with Python
    Flask Web Development 2e : Developing Web Applications with Python

    Take full creative control of your web applications with Flask, the Python-based microframework.With the second edition of this hands-on book, you’ll learn Flask from the ground up by developing a complete, real-world application created by author Miguel Grinberg.This refreshed edition accounts for important technology changes that have occurred in the past three years.Explore the framework’s core functionality, and learn how to extend applications with advanced web techniques such as database migrations and an application programming interface.The first part of each chapter provides you with reference and background for the topic in question, while the second part guides you through a hands-on implementation.If you have Python experience, you’re ready to take advantage of the creative freedom Flask provides.Three sections include: A thorough introduction to Flask: explore web application development basics with Flask and an application structure appropriate for medium and large applications Building Flasky: learn how to build an open source blogging application step-by-step by reusing templates, paginating item lists, and working with rich text Going the last mile: dive into unit testing strategies, performance analysis techniques, and deployment options for your Flask application

    Price: 44.99 £ | Shipping*: 0.00 £
  • Programming with Python
    Programming with Python

    Ideal for anyone who has never programmed, McMullen/Matthews/Parsons' PROGRAMMING WITH PYTHON uses a beginner's approach that combines conceptual content with rich examples and hands-on learning activities.Straightforward and student friendly, it emphasizes fundamental computer concepts from a Python programming perspective using a clear presentation with little technical jargon.Modules introduce important computer science concepts, procedural programming and object-oriented programming in short segments, while real-world examples, streamlined code and descriptive figures help you better understand today's computing concepts.As you strengthen your computer science knowledge, you will also sharpen critical-thinking and problem-solving skills -- and build confidence.

    Price: 65.99 £ | Shipping*: 0.00 £
  • Bite-Size Python : An Introduction to Python Programming
    Bite-Size Python : An Introduction to Python Programming

    Introduce children to the popular Python programming language through relatable examples and fun projects!Python has now surpassed Java as the most commonly used programming language.As the language rises in popularity, this complete guide can teach basic Python concepts to kids with its simple, friendly format.Bite-Size Python: An Introduction to Python Programming provides children with a foundation in the Python language.This unique book shares knowledge through easy-to-understand examples, fast exercises, and fun projects!As children learn, their parents, caregivers, and instructors can also join in their discoveries.Bite-Size Python is ideal for those who are new to programming, giving kids ages 9 and up a beginners’ approach to learning one of the most important programming languages. Gives an overview of PythonProvides exciting programming projectsOffers instruction on how to download and install PythonPresents key programming language conceptsSimplifies technical definitions With this playful guide to learning Python, readers can try out activities on their computers for a hands-on learning experience.The artwork in Bite-Size Python represents children of various backgrounds, so any child who picks up this book will be empowered to learn and young readers will love showing their projects to friends and family!

    Price: 21.99 £ | Shipping*: 3.99 £
  • What is the difference between web development and software development?

    Web development primarily focuses on creating websites and web applications that are accessed through a web browser, using technologies such as HTML, CSS, and JavaScript. Software development, on the other hand, involves creating applications that can run on various platforms, including desktop computers, mobile devices, and servers. While web development is a subset of software development, software development encompasses a broader range of applications beyond just web-based ones.

  • How does loop programming work in Python?

    In Python, loop programming allows you to repeat a block of code multiple times. There are two main types of loops in Python: the "for" loop and the "while" loop. The "for" loop iterates over a sequence of elements, such as a list or a range of numbers, and executes the block of code for each element. The "while" loop continues to execute the block of code as long as a specified condition is true. Both types of loops are useful for automating repetitive tasks and iterating over data.

  • Which programming language is commonly used for the development of computer viruses: Python or Java?

    Python is commonly used for the development of computer viruses due to its simplicity and ease of use. Its extensive libraries and flexibility make it a popular choice for creating malicious software. Java, on the other hand, is less commonly used for virus development as it requires a more complex setup and is not as straightforward as Python for this purpose.

  • What training opportunities are available for IT specialists to specialize in web development and general programming, such as software development?

    There are various training opportunities available for IT specialists looking to specialize in web development and general programming. Online platforms like Coursera, Udemy, and Codecademy offer courses and certifications in programming languages such as Python, Java, and JavaScript. Additionally, coding bootcamps like General Assembly and Flatiron School provide intensive, hands-on training in software development. IT specialists can also pursue advanced degrees in computer science or related fields to deepen their knowledge and skills in web development and programming.

* All prices are inclusive of VAT and, if applicable, plus shipping costs. The offer information is based on the details provided by the respective shop and is updated through automated processes. Real-time updates do not occur, so deviations can occur in individual cases.