Learn Advance Your Future.

 

Find the best courses, videos, books, podcasts, and blogs to learn a new skill

Full Speed Python

This book aims to teach the Python programming language using a practical approach. Its method is quite simple: after a short introduction to each topic, the reader is invited to learn more by solving the proposed exercises.

Think Python (2nd edition)

Think Python is an introduction to Python programming for beginners. It starts with basic concepts of programming, and is carefully designed to define all terms when they are first used and to develop each new concept in a logical progression. Larger pieces, like recursion and object-oriented programming are divided into a sequence of smaller steps and introduced over the course of several chapters.

Python Tutorial _�_ Learn Python 3 Programming from Experts

This Python programming tutorial will help you learn Python and build a career in this top programming language. This tutorial contains Python basics, its salient features, basic syntax, variables, string, numbers, data types, tuples, lists, sets, dictionary, conditional statements, loops and user defined functions.

Python Tutorial _�_ Learn Python 3 Programming Online

This Python programming tutorial will help you learn Python and build a career in this top programming language. This tutorial contains Python basics, its salient features, basic syntax, variables, string, numbers, data types, tuples, lists, sets, dictionary, conditional statements, loops and user defined functions.

Clean Architectures in Python

What is a good software architecture? Why should we bother structuring the code and spending time testing it? If you like spending hours debugging your programs or staying late at the office to recover from a buggy deploy in production this book is definitely NOT for you!

Intermediate Python

This book provides a reader with a holistic and in-depth knowledge of the Python language. It explains how methods and functions are related, how sequences can be created elegantly, the tools for functional programming, how user defined objects can be no different from Python objects and how one can control almost everything from import statements to class creation using meta-classes and decorators etc.

Advanced R

This book is my attempt to pass on what I've learned so that you can quickly become an effective R programmer.

Clear Both