Gør som tusindvis af andre bogelskere
Tilmeld dig nyhedsbrevet og få gode tilbud og inspiration til din næste læsning.
Ved tilmelding accepterer du vores persondatapolitik.Du kan altid afmelde dig igen.
For programmers who need to use Python for network-related activities and apps KEY FEATURES ¿ Comprehensive coverage of Python 3's improved SSL support.¿ Create an asynchronous I/O loop on your own.¿ A look at the "asyncio" framework, which is included with Python 3.4. DESCRIPTION This book includes revisions for Python 3 as well as all of the classic topics covered, such as network protocols, network data and errors, email, server architecture, and HTTP and web applications. ¿ Comprehensive coverage of Python 3's improved SSL support.¿ How to create an asynchronous I/O loop on your own.¿ A look at the "asyncio" framework, which is included with Python 3.4.¿ The Flask web framework's URL-to-Python code connection.¿ How to safeguard your website from cross-site scripting and cross-site request forgery attacks.¿ How Django, a full-stack web framework, can automate the round journey from your database to the screen and back. WHAT YOU WILL LEARN¿ Asynchronous models and socket-based networks¿ Monitor distant systems using Telnet and SSH connections ¿ Interact with websites using XML-RPC, SOAP, and REST APIs ¿ Configure virtual networks in various deployment scenarios ¿ Analyze security weaknesses in a networkWHO THIS BOOK IS FORThis book is for Python programmers who need a thorough understanding of how to use Python for network-related activities and applications. This book covers all you need to know about web application development, systems integration, and system administration.
This book will aid you in your learning of the Python 3.x programming language. The chapters in this book will benefit every aspect of a programmer's or developer's life by preparing them to solve problems using Python programming and its key data structures and internals.This book explains the built-in and user-defined data structures in Python 3.x. The book begins by introducing Python, its fundamental data structures, and asymptotic notations. Once you master the fundamentals of Python, you'll be able to fully comprehend the built-in data structures. The book covers real-world applications to understand user-defined data structures and their actual implementation. Towards the end, it will help you investigate how to solve practical problems by first comprehending the issue at hand.After reading this book, you will be able to identify data structures and utilize them to solve a specific problem. You will learn about various algorithm implementations in Python and use this knowledge to advance your Python skills.TABLE OF CONTENTS1. Python2. Data Types3. Algorithm Analysis4. Data Structure Introduction5. List6. Dictionary7. Tuple8. Sets9. Arrays10. Stack11. Queue12. Trees13. Linked Lists14. Graphs15. HashMaps16. Practical Problem Solutions
Tilmeld dig nyhedsbrevet og få gode tilbud og inspiration til din næste læsning.
Ved tilmelding accepterer du vores persondatapolitik.