Narrow your search

Library

KBC (4)

LUCA School of Arts (4)

Odisee (4)

Thomas More Kempen (4)

Thomas More Mechelen (4)

UCLL (4)

VIVES (4)

ULB (2)

ULiège (2)

VUB (2)

More...

Resource type

book (10)


Language

English (7)

French (3)


Year
From To Submit

2021 (2)

2019 (1)

2017 (2)

2016 (1)

2009 (2)

More...
Listing 1 - 10 of 10
Sort by
Expert Python programming : learn best practices to designing, coding, and distributing your Python software
Author:
ISBN: 9781847194947 9781847194954 1847194958 184719494X 1281788554 9781281788559 9786611788551 6611788557 Year: 2009 Publisher: Birmingham ; Mumbai : Packt Publishing,

Loading...
Export citation

Choose an application

Bookmark

Abstract


Book
Python microservices development
Author:
ISBN: 1785886789 9781785886782 9781785881114 Year: 2017 Publisher: Birmingham, UK

Loading...
Export citation

Choose an application

Bookmark

Abstract

Keywords


Book
Python : petit guide à l'usage du développeur agile
Author:
ISBN: 9782100508839 Year: 2007 Publisher: Paris : Dunod,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Conseils pour une programmation propre et efficace avec le langage de programmation Python et méthodologie concrète pour augmenter sa productivité et la qualité du code.


Book
Programmation Python : conception et optimisation
Author:
ISBN: 9782212124835 221212483X Year: 2009 Publisher: Paris : Eyrolles,

Loading...
Export citation

Choose an application

Bookmark

Abstract


Book
Python microservices development : build, test, deploy, and scale microservices in Python
Author:
Year: 2017 Publisher: Birmingham, England ; Mumbai, [India] : Packt Publishing,

Loading...
Export citation

Choose an application

Bookmark

Abstract

A practical approach to conquering the complexities of Microservices using the Python tooling ecosystem About This Book A very useful guide for Python developers who are shifting to the new microservices-based development A concise, up-to-date guide to building efficient and lightweight microservices in Python using Flask, Tox, and other tools Learn to use Docker containers, CoreOS, and Amazon Web Services to deploy your services Who This Book Is For This book is for developers who have basic knowledge of Python, the command line, and HTTP-based application principles, and those who want to learn how to build, test, scale, and manage Python 3 microservices. No prior experience of writing microservices in Python is assumed. What You Will Learn Explore what microservices are and how to design them Use Python 3, Flask, Tox, and other tools to build your services using best practices Learn how to use a TDD approach Discover how to document your microservices Configure and package your code in the best way Interact with other services Secure, monitor, and scale your services Deploy your services in Docker containers, CoreOS, and Amazon Web Services In Detail We often deploy our web applications into the cloud, and our code needs to interact with many third-party services. An efficient way to build applications to do this is through microservices architecture. But, in practice, it's hard to get this right due to the complexity of all the pieces interacting with each other. This book will teach you how to overcome these issues and craft applications that are built as small standard units, using all the proven best practices and avoiding the usual traps. It's a practical book: you’ll build everything using Python 3 and its amazing tooling ecosystem. You will understand the principles of TDD and apply them. You will use Flask, Tox, and other tools to build your services using best practices. You will learn how to secure connections between services, and how to script Nginx using Lua to build web application firewall features such as rate limiting. You will also familiarize yourself with Docker’s role in microservices, and use Docker containers, CoreOS, and Amazon Web Services to deploy your services. This book will take you on a journey, ending with the creation of a complete Python application based on microservices. By the end of the book, you will be well versed with the fundamentals of building, designing, testing, and deploying your Python microse...


Book
Expert Python programming : become an ace Python programmer by learning best coding practices and advance-level concepts with Python 3.5
Authors: ---
ISBN: 1785884395 9781785884399 9781785886850 1785886851 Year: 2016 Publisher: Birmingham : Packt Publishing,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Become an ace Python programmer by learning best coding practices and advance-level concepts with Python 3.5 About This Book Based on the latest stable version of Python (version 3.5) Creating well manageable code that will run in various environments with different sets of dependencies Packed with advanced concepts and best practices to write efficient Python code Who This Book Is For The book would appeal to web developers and Python programmers who want to start using version 3.5 and write code efficiently. Basic knowledge of Python programming is expected. What You Will Learn Conventions and best practices that are widely adopted in the python community Package python code effectively for community and production use Easy and lightweight ways to automate code deployment on remote systems Improve your code's quality, reliability, and performance Write concurrent code in python Extend python with code written in different languages In Detail Python is a dynamic programming language, used in a wide range of domains by programmers who find it simple, yet powerful. Even if you find writing Python code easy, writing code that is efficient and easy to maintain and reuse is a challenge. The focus of the book is to familiarize you with common conventions, best practices, useful tools and standards used by python professionals on a daily basis when working with code. You will begin with knowing new features in Python 3.5 and quick tricks for improving productivity. Next, you will learn advanced and useful python syntax elements brought to this new version. Using advanced object-oriented concepts and mechanisms available in python, you will learn different approaches to implement metaprogramming. You will learn to choose good names, write packages, and create standalone executables easily. You will also be using some powerful tools such as buildout and vitualenv to release and deploy the code on remote servers for production use. Moving on, you will learn to effectively create Python extensions with C, C++, cython, and pyrex. The important factors while writing code such as code management tools, writing clear documentation, and test-driven development are also covered. You will now dive deeper to make your code efficient with general rules of optimization, strategies for finding bottlenecks, and selected tools for application optimization. By the end of the book, you will be an expert in writing efficient and maintainable code. Style and approach An...


Book
Python microservices development : build efficient and lightweight microservices using the Python tooling ecosystem
Authors: ---
ISBN: 1801079374 Year: 2021 Publisher: Birmingham : Packt Publishing, Limited,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Utilize Python microservices to break down your app development into bitesize pieces and deploy them as cloud services.


Book
Expert Python programming : master Python by learning the best coding practices and advanced programming concepts
Authors: ---
ISBN: 1801076197 Year: 2021 Publisher: Birmingham, England ; Mumbai : Packt,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Expert Python Programming, Fourth Edition is a collection of actionable Python programming insights that will help you effectively solve challenging problems. This Python book provides you with a thorough understanding of the complete process of building and maintaining Python apps.


Book
Expert Python programming : become a master in Python by learning coding best practices and advanced programming concepts in Python 3. 7
Authors: ---
ISBN: 1789806771 9781789806779 1789808898 9781789808896 Year: 2019 Publisher: Birmingham ; Mumbai : Packt Publishing Ltd,

Loading...
Export citation

Choose an application

Bookmark

Abstract

"Refine your Python programming skills and build professional-grade applications with this comprehensive guide Key Features Create manageable code that can run in various environments with different sets of dependencies Implement effective Python data structures and algorithms to write optimized code Discover the exciting new features of Python 3.7 Book Description Python is a dynamic programming language that's used in a wide range of domains thanks to its simple yet powerful nature. Although writing Python code is easy, making it readable, reusable, and easy to maintain is challenging. Complete with best practices, useful tools, and standards implemented by professional Python developers, the third edition of Expert Python Programming will help you overcome this challenge. The book will start by taking you through the new features in Python 3.7. You'll then learn the advanced components of Python syntax, in addition to understanding how to apply concepts of various programming paradigms, including object-oriented programming, functional programming, and event-driven programming. This book will also guide you through learning the naming best practices, writing your own distributable Python packages, and getting up to speed with automated ways to deploy your software on remote servers. You'll discover how to create useful Python extensions with C, C++, Cython, and CFFI. Furthermore, studying about code management tools, writing clear documentation, and exploring test-driven development will help you write clean code. By the end of the book, you will have become an expert in writing efficient and maintainable Python code. What you will learn Explore modern ways of setting up repeatable and consistent development environments Package Python code effectively for community and production use Learn modern syntax elements of Python programming such as f-strings, enums, and lambda functions Demystify metaprogramming in Python with metaclasses Write concurrent code in Python Extend and integrate Python with code written in different languages Who this book is for This book will appeal to you if you're a programmer looking to take your Python knowledge to the next level by writing efficient code and learning the latest features of version 3.7 and above." -- Publisher's description.


Book
Programmation Python
Authors: --- ---
ISBN: 2212116772 9782212116779 Year: 2006 Publisher: Paris: Eyrolles,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Keywords

Listing 1 - 10 of 10
Sort by