Skip to main content

Python: Free Online Courses


Ever thinking about which programming language to learn first? You can learn Python for free with these online courses.

Programming for Everybody (Getting Started with Python)

https://www.coursera.org/learn/python

Think Python

http://greenteapress.com/thinkpython/html/index.html

Introduction to Python: Absolute Beginner

https://www.edx.org/course/introduction-to-python-absolute-beginner

Introduction to Python: Fundamentals

https://www.edx.org/course/introduction-to-python-fundamentals-3

Build on what you learned in the “Introduction to Python: Absolute Beginner” course, and dig into data structure basics.

What you'll learn

  • Python 3 fundamentals
  • Strings and List manipulation
  • Methods to Iterate through strings, lists and ranges
  • Creating, reading and writing to files

Python 3 Tutorial

https://www.sololearn.com/Course/Python/

Python on Geek University

https://geek-university.com/python/python-online-course/

Google's Python Class

https://developers.google.com/edu/python/

Python - Kaggle.com

https://www.kaggle.com/learn/python

This course covers the key Python skills you’ll need so you can start using Python for data science. The course is ideal for someone with some previous coding experience who wants to add Python to their repertoire or level up their basic Python skills. (If you're a first-time coder, you may want to check out these "Python for Non-Programmers" learning resources.)

Python Tutorial on JournalDev

https://www.journaldev.com/python-tutorial

Crash Course on Python

https://www.coursera.org/learn/python-crash-course

Scripting with Python - edX.org


Popular posts from this blog

Printer Support

VMware: vSphere ESXi Notes

Keep playing with VMware vSphere ESXi . It is free to download and use in production environment with some limitations of course.

Microsoft SQL Versions

Source:  https://support.microsoft.com/en-us/help/321185/how-to-determine-the-version-edition-and-update-level-of-sql-server-an -- Check version -- PRINT @@VERSION Microsoft SQL Server 2012 (SP1) - 11.0.3000.0 (X64)  Oct 19 2012 13:38:57  Copyright (c) Microsoft Corporation Enterprise Edition (64-bit) on Windows NT 6.2 <X64> (Build 9200: ) (Hypervisor) -- Check version -- PRINT @@VERSION Microsoft SQL Server 2012 (SP1) - 11.0.3128.0 (X64)  Dec 28 2012 20:23:12  Copyright (c) Microsoft Corporation Enterprise Edition (64-bit) on Windows NT 6.2 <X64> (Build 9200: ) -- Check version -- PRINT @@VERSION Microsoft SQL Server 2012 ( SP4 ) (KB4018073) - 11.0.7001.0 (X64)  Aug 15 2017 10:23:29  Copyright (c) Microsoft Corporation Enterprise Edition (64-bit) on Windows NT 6.3 <X64> (Build 9600: ) (Hypervisor) -- Check version -- PRINT @@VERSION Microsoft SQL Server 2012 ( SP4-GDR ) (KB4057116) - 11.0.746...