Learn Advance Your Future.

 

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

How to Become a Data Scientist

This course will help you become a data scientist and find your first job! A free online video course packed with practical tips about how to become a data scientist. Step-by-step learning plan, resources, how to practice, and more.

Stanford Deep Learning Tutorial

This tutorial will teach you the main ideas of Unsupervised Feature Learning and Deep Learning. By working through it, you will also get to implement several feature learning/deep learning algorithms, get to see them work for yourself, and learn how to apply/adapt these ideas to new problems.

What is Docker and How to Use it With Python

This is an introductory tutorial on Docker containers. By the end of this article, you will know how to use Docker on your local machine. Along with Python, we are going to run Nginx and Redis containers. Those examples assume that you are familiar with the basic concepts of those technologies. There will be lots of shell examples, so go ahead and open the terminal.

Official Python Tutorial

This tutorial introduces the reader informally to the basic concepts and features of the Python language and system. It helps to have a Python interpreter handy for hands-on experience, but all examples are self-contained, so the tutorial can be read off-line as well.

Non-Programmer's Tutorial for Python 3

Non-Programmer's Tutorial for Python 3 is a featured book on Wikibooks because it contains substantial content, it is well-formatted, and the Wikibooks community has decided to feature it on the main page or in other places.

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 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.

Clear Both