Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I find a good online Python course? [closed]

Tags:

python

Does anyone know where I can find a quality online Python course that would be suitable for someone with a math/engineering background, but not in software?

like image 909
socket8333 Avatar asked Dec 16 '10 16:12

socket8333


People also ask

How good is freeCodeCamp Python course?

It's a great first language to learn. We just released an all-new Python programming course on the freeCodeCamp.org YouTube channel. My name is Beau Carnes and I created this course. I've previously created one of the most popular JavaScript courses on YouTube as well as many Python tutorials.

Is real Python courses free?

Real Python is a repository of free and in-depth Python tutorials created by a diverse team of professional Python developers. At Real Python you can learn all things Python from the ground up. Everything from the absolute basics of Python, to web development and web scraping, to data visualization, and beyond.


2 Answers

One Source would be even Better It is Intro to CS101 "Building a Search Engine"

here you can learn Python and Develop a web crawler with the google's page rank algorithm capabilities.

like image 65
Chitrank Dixit Avatar answered Oct 06 '22 00:10

Chitrank Dixit


This course from MIT Open course ware - A gentle introduction to programming using Python

This one has video lectures too - Introduction to Computer Science and Programming

Though they are good introductions to programming, reading a good book/tutorial must be enough to get you up to speed in Python.

like image 36
dheerosaur Avatar answered Oct 05 '22 23:10

dheerosaur