Skip to content

Commit

Permalink
Add book covers
Browse files Browse the repository at this point in the history
  • Loading branch information
mahdihaghverdi committed Mar 18, 2023
1 parent 0badf33 commit dd234ba
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 8 deletions.
29 changes: 21 additions & 8 deletions Summer/books.tex
Original file line number Diff line number Diff line change
Expand Up @@ -36,20 +36,23 @@ \chapter{Books}
\clearpage

\section{\href{https://skybooks.ir/products/Deep-Learning-for-Coders-with-fastai-and-PyTorch}{Deep Learning for Coders With Fastai and PyTorch}}

\begin{inparadesc}
\item \mustread
\item \nearsevenhpages
\item \pricenearfour{297}
\end{inparadesc}
\vspace{3mm}

\bookcover{deeplearning}

\para{Deep learning is often viewed as the exclusive domain of math PhDs and big tech companies. But as this hands-on guide demonstrates, programmers comfortable with Python can achieve impressive results in deep learning with little math background, small amounts of data, and minimal code. How? With fastai, the first library to provide a consistent interface to the most frequently used deep learning applications show you how to train a model on a wide range of tasks using fastai and PyTorch.}

\para{You'll also dive progressively further into deep learning theory to gain a complete understanding of the algorithms behind the scenes. Train models in computer vision, natural language processing, tabular data, and collaborative filtering Learn the latest deep learning techniques that matter most in practice Improve accuracy, speed, and reliability by understanding how deep learning models work Discover how to turn your models into web applications Implement deep learning algorithms from scratch Consider the ethical implications of your work.}

\para{\sffamily As a 622-page and comprehensive book, it needs attention and time. The book may get printed, just to be read easily.}


\clearpage
\section{\href{https://skybooks.ir/products/Fluent-Python}{Fluent Python}}
\begin{inparadesc}
\item \laterread
Expand All @@ -58,6 +61,8 @@ \chapter{Books}
\end{inparadesc}
\vspace{3mm}

\bookcover{fluent}

\para{Python’s simplicity lets you become productive quickly, but often this means you aren’t using everything it has to offer. With the updated edition of this hands-on guide, you’ll learn how to write effective, modern Python 3 code by leveraging its best ideas. Don’t waste time bending Python to fit patterns you learned in other languages. Discover and apply idiomatic Python 3 features beyond your past experience. Author Luciano Ramalho guides you through Python’s core language features and libraries and teaches you how to make your code shorter, faster, and more readable.}

\noindent Featuring major updates throughout the book, Fluent Python, second edition, covers:
Expand All @@ -69,7 +74,8 @@ \chapter{Books}
\item Control flow: Context managers, generators, coroutines, async/await, and thread/process pools
\item Metaprogramming: Properties, attribute descriptors, class decorators, and new class metaprogramming hooks that are simpler than metaclasses
\end{enumerate}


\clearpage
\section{\href{https://skybooks.ir/products/Build-a-Career-in-Data-Science}{Build a Career in Data Science}}
\begin{inparadesc}
\item \laterread
Expand All @@ -78,6 +84,8 @@ \chapter{Books}
\end{inparadesc}
\vspace{3mm}

\bookcover{career}

\para{What are the keys to a data scientist's long-term success? Blending your technical know-how with the right "soft skills" turns out to be a central ingredient of a rewarding career.}

\para{Build a Career in Data Science is your guide to landing your first data science job and developing into a valued senior employee. By following clear and simple instructions, you'll learn to craft an amazing resumé and ace your interviews.}
Expand All @@ -93,21 +101,25 @@ \chapter{Books}
\end{inparaitem} \newline

\para{Emily Robinson is a data scientist at Warby Parker.Jacqueline Nolis is a data science consultant and mentor.}


\clearpage
\section{\href{https://skybooks.ir/products/Inside-The-Python-Virtual-Machine}{Inside the Python Virtual Machine}}\label{ipvm}
\begin{inparadesc}
\item \betteread
\item \neartwohpages
\item \pricenearone{108}
\end{inparadesc}
\vspace{3mm}


\bookcover{insidepyvenv}

\para{Inside the Python Virtual Machine provides a guided tour under the covers of the Python interpreter for the curious pythonista. It attempts to show the user what happens from the moment the user executes a piece of Python code to the point when the interpreter returns the result of executing the piece of code.}

\para{This book will provide the readers with an understanding of the various processes that go into compiling and executing a python program removing most of the mystery surrounding how the python interpreter executes source code.}

\para{The books starts out with a description of the compilation phase with emphasis on the less generic parts of the compilation phase. It then proceeds to discuss python objects and their implementation in CPython. This is followed by a discussion of various objects types that are central to the interpreter such as frame objects and code objects. The process of evaluating code objects by the interpreter loop is also discussed as well as how to extend the Python programming language with your own constructs.}


\clearpage
\section{\href{https://skybooks.ir/products/CPython-Internals}{CPython Internals}}
\begin{inparadesc}
\item \betteread
Expand All @@ -116,9 +128,10 @@ \chapter{Books}
\end{inparadesc}
\vspace{3mm}

\bookcover{internals}

\para{CPython Internals: Your Guide to the Python 3 Interpreter.}

\para{Are there certain parts of Python that just seem like magic? Once you see how Python works at the interpreter level, you’ll be able to optimize your applications and fully leverage the power of Python.}

\para{In CPython Internals, you’ll unlock the inner workings of the Python language, learn how to compile the Python interpreter from source code, and cover what you’ll need to know to confidently start contributing to CPython yourself!}

\para{In CPython Internals, you’ll unlock the inner workings of the Python language, learn how to compile the Python interpreter from source code, and cover what you’ll need to know to confidently start contributing to CPython yourself!}
Binary file added Summer/career.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Summer/deeplearning.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Summer/fluent.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Summer/insidepyvenv.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Summer/internals.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Summer/rustinaction.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Summer/summer.pdf
Binary file not shown.
8 changes: 8 additions & 0 deletions Summer/summer.tex
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
\documentclass[12pt, dvipsnames, svgnames, x11names, oneside]{book}

% Packages --------------------------------------------------
\usepackage{graphicx}
\usepackage{dirtytalk}
\usepackage{quotchap}
\usepackage{epigraph}
Expand Down Expand Up @@ -63,6 +64,13 @@
\newcommand{\para}[1]{\noindent{#1}\newline}
%------------------------------------------------------------

% Including pictures ----------------------------------------
\newcommand{\bookcover}[1]{
\begin{center}
\includegraphics[width=6cm, height=8cm]{{#1}}
\end{center}
}
%------------------------------------------------------------
\begin{document}
\maketitle
\frontmatter
Expand Down

0 comments on commit dd234ba

Please sign in to comment.