Skip to content

Commit

Permalink
separate the pictures
Browse files Browse the repository at this point in the history
  • Loading branch information
mahdihaghverdi committed Mar 18, 2023
1 parent 3873a20 commit 1862aa4
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions planner/books.tex
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ \chapter{Books}
\end{inparadesc}
\vspace{3mm}

\bookcover{deeplearning}
\bookcover{./images/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.}

Expand All @@ -61,7 +61,7 @@ \chapter{Books}
\end{inparadesc}
\vspace{3mm}

\bookcover{fluent}
\bookcover{./images/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.}

Expand All @@ -84,7 +84,7 @@ \chapter{Books}
\end{inparadesc}
\vspace{3mm}

\bookcover{career}
\bookcover{./images/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.}

Expand All @@ -111,7 +111,7 @@ \chapter{Books}
\end{inparadesc}
\vspace{3mm}

\bookcover{insidepyvenv}
\bookcover{./images/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.}

Expand All @@ -128,7 +128,7 @@ \chapter{Books}
\end{inparadesc}
\vspace{3mm}

\bookcover{internals}
\bookcover{./images/internals}

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

Expand All @@ -145,7 +145,7 @@ \chapter{Books}
\end{inparadesc}
\vspace{3mm}

\bookcover{rustinaction}
\bookcover{./images/rustinaction}

\para{Rust in Action introduces the Rust programming language by exploring numerous systems programming concepts and techniques. You'll be learning Rust by delving into how computers work under the hood. You'll find yourself playing with persistent storage, memory, networking and even tinkering with CPU instructions. The book takes you through using Rust to extend other applications and teaches you tricks to write blindingly fast code. You'll also discover parallel and concurrent programming. Filled to the brim with real-life use cases and scenarios, you'll go beyond the Rust syntax and see what Rust has to offer in real-world use cases.}

Expand All @@ -160,7 +160,7 @@ \chapter{Books}
\end{inparadesc}
\vspace{3mm}

\bookcover{docker}
\bookcover{./images/docker}

\para{Most applications, even the funky cloud-native microservices ones, need high-performance, production-grade infrastructure to run on. Having impeccable knowledge of Docker will help you to thrive in the modern cloud-first world. With this book, you'll gain the skills you need to work with Docker and its containers.}

Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file modified planner/planner.pdf
Binary file not shown.

0 comments on commit 1862aa4

Please sign in to comment.