Buy web-journey.com ?

Products related to Python:


  • Willard Price: Python Adventure
    Willard Price: Python Adventure

    Python Adventure is the next authorised Willard Price book by award-winning author Anthony McGowan, for 8+ readers looking for action, adventure and animals!Amazon and her cousin Frazer are members of TRACKS.Normally they protect the world's rarest animals, but their mission just got personal.Amazon's parents have been kidnapped - and the trail leads to the buzzing city of Mumbai, India.Meanwhile reports reach the TRACKS HQ that a giant and very rare python has been spotted high in the foothills of the Himalayas and it needs help.Frazer has no choice but to leave Amazon so he can rescue the snake while she continues her search. It won't be long before they're reunited, though. Because out in the unknown a long-forgotten and ruthless enemy is waiting . . . 'The good old-fashioned adventure romp brought up to date without losing the fun or the thrills' IndependentAbout the author:Anthony McGowan is a multi-award-winning author of books for adults, teenagers and younger children.He has a life-long obsession with the natural world, and has travelled widely to study and observe it.He has also written feature articles and travel journalism for The Times, Guardian, Daily Telegraph, Evening Standard and Mail on Sunday. Also available:Willard Price: Leopard AdventureWillard Price: Shark AdventureWillard Price: Bear Adventure

    Price: 7.99 £ | Shipping*: 3.99 £
  • Python Programming for Students : Explore Python in multiple dimensions with project-oriented approach
    Python Programming for Students : Explore Python in multiple dimensions with project-oriented approach

    Embark on an exciting journey into the world of programming with "Python Programming for Students." In today's quickly changing world of technologies, Python is serving as an up-and-coming programming language with its applicability in a variety of domains ranging from task-specific Python programs, standalone GUI applications, programming sustainable websites, developing interactive games, data analytics, and machine learning, artificial intelligence, etc.Begin your programming adventure by delving into the basics of Python, establishing a solid foundation in variables, data types, and operators.As you progress, you'll explore the intricacies of flow control, data structures, and algorithms, gaining the tools to tackle complex programming challenges.Next, venture into the principles of object-oriented programming.Unleash your creativity with Turtle Programming in Python, crafting graphical designs and animations.

    Price: 27.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 £
  • Mastering Python for Web : A Beginner's Guide
    Mastering Python for Web : A Beginner's Guide

    Short and comprehensive text on how to master python Perfect for beginners or experts who need a refresher

    Price: 59.99 £ | Shipping*: 0.00 £
  • How can Python be executed on a web server?

    Python can be executed on a web server using various methods. One common way is to use a web framework like Django or Flask, which allows developers to write Python code to handle HTTP requests and generate dynamic web content. Another method is to use a web server like Apache or Nginx with a module like mod_wsgi or uWSGI to run Python code. Additionally, cloud platforms like AWS or Google Cloud provide services for deploying and running Python applications on web servers.

  • How do I create a text adventure game using Python?

    To create a text adventure game using Python, you can start by defining the different locations, items, and actions in your game. You can use Python's input function to take user input and create a series of if-else statements to handle different player choices. You can also use functions to define different actions and interactions in the game. Additionally, you can use loops to create a continuous gameplay experience. Finally, you can add storytelling elements and descriptive text to make the game more engaging for players.

  • How do I create a text adventure game with Python?

    To create a text adventure game with Python, you can start by defining the different locations, items, and characters in your game. Use Python's input function to prompt the player for their choices and use conditional statements (if, elif, else) to determine the outcome based on their input. You can also use loops to allow the player to navigate through different parts of the game. Additionally, you can create functions to handle different actions or events in the game. Finally, consider using dictionaries to store information about the game world and its elements.

  • How can one inspect web pages using Python or JavaScript?

    One can inspect web pages using Python by using libraries such as BeautifulSoup or requests to fetch the HTML content of the web page and then parse and extract the desired information. In JavaScript, one can use the browser's built-in developer tools to inspect and manipulate the web page's elements and content. Additionally, JavaScript libraries such as Cheerio can be used to parse and extract data from web pages. Both Python and JavaScript provide powerful tools for web page inspection and data extraction.

Similar search terms for Python:


  • Web Scraping with Python : Data Extraction from the Modern Web
    Web Scraping with Python : Data Extraction from the Modern Web

    If programming is magic, then web scraping is surely a form of wizardry.By writing a simple automated program, you can query web servers, request data, and parse it to extract the information you need.This thoroughly updated third edition not only introduces you to web scraping but also serves as a comprehensive guide to scraping almost every type of data from the modern web. Part I focuses on web scraping mechanics: using Python to request information from a web server, performing basic handling of the server's response, and interacting with sites in an automated fashion.Part II explores a variety of more specific tools and applications to fit any web scraping scenario you're likely to encounter. Parse complicated HTML pagesDevelop crawlers with the Scrapy frameworkLearn methods to store the data you scrapeRead and extract data from documentsClean and normalize badly formatted dataRead and write natural languagesCrawl through forms and loginsScrape JavaScript and crawl through APIsUse and write image-to-text softwareAvoid scraping traps and bot blockersUse scrapers to test your website

    Price: 52.99 £ | Shipping*: 0.00 £
  • Mission Python : Code a Space Adventure Game!
    Mission Python : Code a Space Adventure Game!

    Launch into coding with Mission: Python, a space-themed guide to building a complete computer game in Python.As you work through the book, you'll build exercises and mini-projects, like making a spacewalk simulator and creating an astronaut's safety checklist that will put your new Python skills to the test.Before you know it, you'll have a working, awesome game to stump your friends with (and some nifty coding skills, too!).You can follow this book using a Raspberry Pi or a Microsoft Windows PC, and the 3D graphics and sound effects you need are provided as a download.

    Price: 28.99 £ | Shipping*: 0.00 £
  • DevOps in Python : Infrastructure as Python
    DevOps in Python : Infrastructure as Python

    Take advantage of Python to automate complex systems with readable code.This new edition will help you move from operations/system administration into easy-to-learn coding. You'll start by writing command-line scripts and automating simple DevOps-style tasks followed by creating reliable and fast unit tests designed to avoid incidents caused by buggy automation.You’ll then move on to more advanced cases, like using Jupyter as an auditable remote-control panel and writing Ansible and Salt extensions. The updated information in this book covers best practices for deploying and updating Python applications.This includes Docker, modern Python packaging, and internal Python package repositories.You'll also see how to use the AWS API, and the Kubernetes API, and how to automate Docker container image building and running.Finally, you'll work with Terraform from Python to allow more flexible templating and customization of environments. What You'll LearnUnderstand operating system automation with PythonPackage Python applicationsUse Python as a DevOps consoleReview Cloud automation with PythonWho This Book Is ForDevOps engineer.Site Reliability Engineer, or similar (including Platform, Production, and Systems), and whose organization uses Python.

    Price: 54.99 £ | Shipping*: 0.00 £
  • Beginning Django : Web Application Development and Deployment with Python
    Beginning Django : Web Application Development and Deployment with Python

    Discover the Django web application framework and get started building Python-based web applications.This book takes you from the basics of Django all the way through to cutting-edge topics such as creating RESTful applications.Beginning Django also covers ancillary, but essential, development topics, including configuration settings, static resource management, logging, debugging, and email.Along with material on data access with SQL queries, you’ll have all you need to get up and running with Django 1.11 LTS, which is compatible with Python 2 and Python 3. Once you’ve built your web application, you’ll need to be the admin, so the next part of the book covers how to enforce permission management with users and groups.This technique allows you to restrict access to URLs and content, giving you total control of your data.In addition, you’ll work with and customize the Django admin site, which provides access to a Django project’sdata. After reading and using this book, you’ll be able to build a Django application top to bottom and be ready to move on to more advanced or complex Django application development. What You'll LearnGet started with the Django frameworkUse Django views, class-based views, URLs, middleware, forms, templates, and Jinja templatesTake advantage of Django models, including model relationships, migrations, queries, and formsLeverage the Django admin site to get access to the database used by a Django projectDeploy Django REST services to serve as the data backbone for mobile, IoT, and SaaS systemsWho This Book Is For Python developers new to the Django web application development framework and web developers new to Python and Django.

    Price: 29.99 £ | Shipping*: 0.00 £
  • 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.

  • Which travel destination do you recommend for an adventure vacation in 2022?

    I recommend Iceland as a travel destination for an adventure vacation in 2022. With its stunning landscapes including volcanoes, glaciers, hot springs, and waterfalls, Iceland offers a wide range of outdoor activities such as hiking, glacier trekking, snorkeling in crystal-clear waters, and exploring ice caves. Additionally, you can witness the mesmerizing Northern Lights during the winter months. Iceland's unique natural beauty and thrilling adventures make it a perfect choice for an unforgettable adventure vacation in 2022.

  • What is on Epstein's travel itinerary?

    Epstein's travel itinerary includes trips to various locations around the world, including his private island in the U.S. Virgin Islands, his residences in New York and Florida, and frequent trips to Paris, London, and other international destinations. Additionally, he has been known to travel to his properties in New Mexico and the Caribbean. His travel itinerary also includes visits to his various business interests and social engagements.

  • How can one effectively save data while web scraping in Python?

    One can effectively save data while web scraping in Python by using libraries such as BeautifulSoup and requests to extract the desired data from a webpage. Once the data is extracted, it can be saved into a structured format such as a CSV or JSON file using the built-in file handling capabilities of Python. Additionally, one can use databases such as SQLite or MongoDB to store the scraped data for further analysis and manipulation. It is important to handle errors and exceptions while saving data to ensure that the scraping process is robust and reliable.

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