Download WordPress Themes, Happy Birthday Wishes
Home » Tag Archives: Python (page 5)

Tag Archives: Python

Python 201: (Slightly) Advanced Python Topics

This document is a syllabus for a second course in Python programming. This course contains discussions of several advanced topics that are of interest to Python programmers: regular expressions, unit tests, extending and embedding Python, parsing, G

Read More »

Modeling Creativity – Case Studies in Python

This book explores how creativity can be represented using computational approaches. Our aim is to construct computer models that exhibit creativity in an artistic context, that is, that are capable of generating or evaluating an artwork (visual or l

Read More »

Python 3 Basics Tutorial

Python is a powerful high-level programming language that is popular across the world. It is used extensively by large corporations and individual developers alike. One of the biggest selling points of Python is the simplicity of its programs compare

Read More »

Porting to Python 3: An In-depth Guide

Porting to Python 3 doesn't have to be daunting. This book guides you through the process of porting your Python 2 code to Python 3, from choosing a porting strategy to solving your distribution issues.Using plenty of code examples is takes you cross

Read More »

Dive Into Python 3

Mark Pilgrim's Dive Into Python 3 is a hands-on guide to Python 3 (the latest version of the Python language) and its differences from Python 2. As in the original book, Dive Into Python, each chapter starts with a real, complete code sample, proceed

Read More »

Picking a Python Version: A Manifesto

This report guides you through the implicit decision tree of choosing what Python version, implementation, and distribution is best suited for you.There are two major versions of the Python programming language: the Python 2.x series, and the newer P

Read More »

Solving PDEs in Python: The FEniCS Tutorial I

This book offers a concise and gentle introduction to finite element programming in Python based on the popular FEniCS software library. Using a series of examples, including the Poisson equation, the equations of linear elasticity, the incompressibl

Read More »

Programming for Computations – Python: A Gentle Introduction to Numerical Simulations with Python

This book presents computer programming as a key method for solving mathematical problems. There are two versions of the book, one for MATLAB and one for Python. The book was inspired by the Springer book TCSE 6: A Primer on Scientific Programming wi

Read More »

A Beginner’s Python Tutorial

If you are new to programming with Python and are looking for a solid introduction, this is the book for you. Developed by computer science instructors, books in the "for the absolute beginner" series teach the principles of programming through simpl

Read More »

Fast Lane to Python

This book aims to enable the reader to quickly acquire a Python foundation. The material particularly feel quite comfortable to anyone with background in an object-oriented programming (OOP) language such as C++ or Java.Even if ones lack this backgro

Read More »