Cheat sheets can be a really helpful resource when you're learning a new language. They remind you of the syntax and concepts you've just learned, so you can focus on writing your own code instead of rereading sections of a book or rewatching parts of a video.
Learn how to lie with data so that you don't lie with data. Use Matplotlib, Seaborn, and Plotly to create data visualizations with real-world datasets. Read more at https://www.alexkenan.com/pyviz/.
Learn to use Python and Jupyter Notebooks by exploring fun, real-world data projects
You can use Python to create, edit or read Microsoft Excel documents using OpenPyXL. In this book, you will learn all you need to get started automating Excel with Python!
Advanced Topics in Parallel and Distributed Systems Design
Python Django Flask Rest Framework with Oracle database
Everything you need to know about generics in Go: be among the first to start using type parameters when they arrive. Avoid the common pitfalls and keep writing high-quality Go code.
Celem książki jest wprowadzenie do tematyki programowania. Szczególny nacisk położono na wykorzystanie Pythona do rozwiązywania podstawowych problemów związanych z danymi, które mogą pojawić się w codziennej pracy. Na stronie www.py4e.pl możesz bezpłatnie pobrać dostępne w różnych formatach elektroniczne kopie tej książki oraz materiały pomocnicze.
Książka zawiera materiały uzupełniające do bezpłatnego podręcznika "Python dla wszystkich: Odkrywanie danych z Python 3", będące rozwiązaniami ćwiczeń programistycznych z podręcznika i zadań programistycznych online. Książka kierowana jest do osób korzystających z ww. podręcznika do nauczania Pythona.
Got a new Pi? Put it to good use with sensors and a news ticker!
Short, introductory guide for the Python programming language. This book is well suited if you already know programming basics and as a workshop reference.
This book supplements the DM for CS Specialization at Coursera and contains many interactive puzzles, autograded quizzes, and code snippets. They are intended to help you to discover important ideas in discrete mathematics on your own. By purchasing the book, you will get all updates of the book free of charge when they are released.
A book about D programming language or DLang for Python programmers. “There is no best programming language”, they say. There is, for most applications it is D. The book starts from a comparison of D to Python and teaches all important features of D. D has all the features of Python but speed comparable to C and reliability comparable to Ada!
This small book was written for just one purpose - explain the asynchrony concept from beginning to end.