Listing 1 - 10 of 1295 << page
of 130
>>
Sort by

Book
Python for software design : how to think like a computer scientist
Author:
ISBN: 1139637851 128333030X 9786613330307 1139134817 051181383X 1139129767 1139133705 0511505175 0511507313 Year: 2009 Publisher: Cambridge : Cambridge University Press,

Loading...
Export citation

Choose an application

Bookmark

Abstract

A no-nonsense introduction to software design using the Python programming language. Written for people with no programming experience, this book starts with the most basic concepts and gradually adds new material. Some of the ideas students find most challenging, like recursion and object-oriented programming, are divided into a sequence of smaller steps and introduced over the course of several chapters. The focus is on the programming process, with special emphasis on debugging. The book includes a wide range of exercises, from short examples to substantial projects, so that students have ample opportunity to practise each new concept. Exercise solutions and code examples are available from thinkpython.com, along with Swampy, a suite of Python programs that is used in some of the exercises.


Book
Python crash course : a hands-on, project-based introduction to programming
Author:
ISBN: 9781593276034 1593276036 Year: 2016 Publisher: San Francisco : No Starch Press,

Loading...
Export citation

Choose an application

Bookmark

Abstract

"A project-based introduction to programming in Python, with exercises. Covers general programming concepts, Python fundamentals, and problem solving. Includes three projects - how to create a simple video game, use data visualization techniques to make graphs and charts, and build an interactive web application"--


Book
Starting out with Python
Author:
ISBN: 9781292225753 Year: 2019 Publisher: Upper Saddle River : Pearson,

Loading...
Export citation

Choose an application

Bookmark

Abstract


Book
Powerful Python : the most impactful patterns, features and development strategies modern Python provides
Author:
ISBN: 9780692878972 0692878971 Year: 2017 Publisher: Lexington, Kentucky : Powerful Python Press,

Loading...
Export citation

Choose an application

Bookmark

Abstract


Book
Informatique avec Python : prépas scientifiques : exercices incontournables
Author:
ISBN: 9782100799046 2100799045 Year: 2019 Publisher: Malakoff : Dunod,

Loading...
Export citation

Choose an application

Bookmark

Abstract

La 4e de couv. indique : "Cet ouvrage est un recueil d'exercices qui correspondent au programme d'informatique de la première et de la seconde année de toutes les filières : MPSI, PCSI, PTSI, MP, PC, PSI et PT. Le langage retenu est le langage Python. Chacun des 58 exercices comporte un corrigé détaillé avec une explication de la méthode résolution. La majorité des exercices concerne les élèves de première et de seconde année, sauf 28, qui sont repérés, et qui concernent uniquement ceux de seconde année".


Book
Pandas 1.x cookbook : practical recipes for scientific computing, time series analysis, and exploratory data analysis using Python
Authors: ---
ISBN: 1839218916 Year: 2020 Publisher: Birmingham : Packt,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Use the power of pandas to solve most complex scientific computing problems with ease. Revised for pandas 1.x. Key Features This is the first book on pandas 1.x Practical, easy to implement recipes for quick solutions to common problems in data using pandas Master the fundamentals of pandas to quickly begin exploring any dataset Book Description The pandas library is massive, and it's common for frequent users to be unaware of many of its more impressive features. The official pandas documentation, while thorough, does not contain many useful examples of how to piece together multiple commands as one would do during an actual analysis. This book guides you, as if you were looking over the shoulder of an expert, through situations that you are highly likely to encounter. This new updated and revised edition provides you with unique, idiomatic, and fun recipes for both fundamental and advanced data manipulation tasks with pandas. Some recipes focus on achieving a deeper understanding of basic principles, or comparing and contrasting two similar operations. Other recipes will dive deep into a particular dataset, uncovering new and unexpected insights along the way. Many advanced recipes combine several different features across the pandas library to generate results. What you will learn Master data exploration in pandas through dozens of practice problems Group, aggregate, transform, reshape, and filter data Merge data from different sources through pandas SQL-like operations Create visualizations via pandas hooks to matplotlib and seaborn Use pandas, time series functionality to perform powerful analyses Import, clean, and prepare real-world datasets for machine learning Create workflows for processing big data that doesn't fit in memory Who this book is for This book is for Python developers, data scientists, engineers, and analysts. Pandas is the ideal tool for manipulating structured data with Python and this book provides ample instruction and examples. Not only does it cover the basics required to be proficient, but it goes into the details of idiomatic pandas.


Book
Python basics
Author:
ISBN: 9781683923541 1683923545 9781683923527 1683923529 9781683923534 1683923537 Year: 2019 Publisher: Dulles, Virginia

Loading...
Export citation

Choose an application

Bookmark

Abstract


Book
Learn programming in Python with Cody Jackson : grasp the basics of programming and Python Syntax while building real-world applications
Author:
Year: 2018 Publisher: Birmingham ; Mumbai : Packt,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Kick-start your development journey with this end-to-end guide that covers Python programming fundamentals along with application development Key Features Gain a solid understanding of Python programming with coverage of data structures and Object-Oriented Programming (OOP) Design graphical user interfaces for desktops with libraries such as Kivy and Tkinter Write elegant, reusable, and efficient code Book Description Python is a cross-platform language used by organizations such as Google and NASA. It lets you work quickly and efficiently, allowing you to concentrate on your work rather than the language. Based on his personal experiences when learning to program, Learn Programming in Python with Cody Jackson provides a hands-on introduction to computer programming utilizing one of the most readable programming languages?Python. It aims to educate readers regarding software development as well as help experienced developers become familiar with the Python language, utilizing real-world lessons to help readers understand programming concepts quickly and easily. The book starts with the basics of programming, and describes Python syntax while developing the skills to make complete programs. In the first part of the book, readers will be going through all the concepts with short and easy-to-understand code samples that will prepare them for the comprehensive application built in parts 2 and 3. The second part of the book will explore topics such as application requirements, building the application, testing, and documentation. It is here that you will get a solid understanding of building an end-to-end application in Python. The next part will show you how to complete your applications by converting text-based simulation into an interactive, graphical user interface, using a desktop GUI framework. After reading the book, you will be confident in developing a complete application in Python, from program design to documentation to deployment. What you will learn Use the interactive shell for prototyping and code execution, including variable assignment Deal with program errors by learning when to manually throw exceptions Employ exceptions for code management Enhance code by utilizing Python's built-in shortcuts to improve efficiency and make coding easier Interact with files and package Python data for network transfer or storage Understand how tests drive code writing, and vice versa Explore the different frameworks that are available for GUI de...


Book
Data science for marketing analytics : achieve your marketing goals with the data analytics power of Python
Authors: --- ---
ISBN: 1789952107 Year: 2019 Publisher: Birmingham : Packt Publishing,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Explore new and more sophisticated tools that reduce your marketing analytics efforts and give you precise results Key Features Study new techniques for marketing analytics Explore uses of machine learning to power your marketing analyses Work through each stage of data analytics with the help of multiple examples and exercises Book Description Data Science for Marketing Analytics covers every stage of data analytics, from working with a raw dataset to segmenting a population and modeling different parts of the population based on the segments. The book starts by teaching you how to use Python libraries, such as pandas and Matplotlib, to read data from Python, manipulate it, and create plots, using both categorical and continuous variables. Then, you'll learn how to segment a population into groups and use different clustering techniques to evaluate customer segmentation. As you make your way through the chapters, you'll explore ways to evaluate and select the best segmentation approach, and go on to create a linear regression model on customer value data to predict lifetime value. In the concluding chapters, you'll gain an understanding of regression techniques and tools for evaluating regression models, and explore ways to predict customer choice using classification algorithms. Finally, you'll apply these techniques to create a churn model for modeling customer product choices. By the end of this book, you will be able to build your own marketing reporting and interactive dashboard solutions. What you will learn Analyze and visualize data in Python using pandas and Matplotlib Study clustering techniques, such as hierarchical and k-means clustering Create customer segments based on manipulated data Predict customer lifetime value using linear regression Use classification algorithms to understand customer choice Optimize classification algorithms to extract maximal information Who this book is for Data Science for Marketing Analytics is designed for developers and marketing analysts looking to use new, more sophisticated tools in their marketing analytics efforts. It'll help if you have prior experience of coding in Python and knowledge of high school level mathematics. Some experience with databases, Excel, statistics, or Tableau is useful but not necessary.


Book
Learn algorithmic trading : build and deploy algorithmic trading systems and strategies using Python and advanced data analysis
Authors: ---
ISBN: 1789342147 9781789342147 9781789348347 Year: 2019 Publisher: Birmingham ; Mumbai : Packt Publishing,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Understand the fundamentals of algorithmic trading to apply algorithms to real market data and analyze the results of real-world trading strategies Key Features Understand the power of algorithmic trading in financial markets with real-world examples Get up and running with the algorithms used to carry out algorithmic trading Learn to build your own algorithmic trading robots which require no human intervention Book Description It's now harder than ever to get a significant edge over competitors in terms of speed and efficiency when it comes to algorithmic trading. Relying on sophisticated trading signals, predictive models and strategies can make all the difference. This book will guide you through these aspects, giving you insights into how modern electronic trading markets and participants operate. You'll start with an introduction to algorithmic trading, along with setting up the environment required to perform the tasks in the book. You'll explore the key components of an algorithmic trading business and aspects you'll need to take into account before starting an automated trading project. Next, you'll focus on designing, building and operating the components required for developing a practical and profitable algorithmic trading business. Later, you'll learn how quantitative trading signals and strategies are developed, and also implement and analyze sophisticated trading strategies such as volatility strategies, economic release strategies, and statistical arbitrage. Finally, you'll create a trading bot from scratch using the algorithms built in the previous sections. By the end of this book, you'll be well-versed with electronic trading markets and have learned to implement, evaluate and safely operate algorithmic trading strategies in live markets. What you will learn Understand the components of modern algorithmic trading systems and strategies Apply machine learning in algorithmic trading signals and strategies using Python Build, visualize and analyze trading strategies based on mean reversion, trend, economic releases and more Quantify and build a risk management system for Python trading strategies Build a backtester to run simulated trading strategies for improving the performance of your trading bot Deploy and incorporate trading strategies in the live market to maintain and improve profitability Who this book is for This book is for software engineers, financial traders, data analysts, and entrepreneurs. Anyone who wants to get...

Listing 1 - 10 of 1295 << page
of 130
>>
Sort by