Ex Course

Python is a popular open source programming language used for both standalone programs and scripting applications in a wide variety of domains. It is free, portable, powerful, and is both relatively easy and remarkably fun to use.
Python supports procedure-oriented programming as well as object-oriented programming.

Python Programming E-books

  1. A Byte of Python (2013 - PDF Source Code - 666 KB)
    • - This book serves as a guide or tutorial to the Python programming language. It is mainly targeted at newbies. It is useful for experienced programmers as well. It is written for the Python 3 .
  2. Programming in Python (2013 - PDF - 8.7 MB)
    • - Contains short tutorials, examples and exercises to initiate in the Python programming language: Statement Types, Using and Writing Functions, Object-Oriented Programming, Graphical Programming.
  3. Learning Python, 5th Edition (2013 - PDF Source Code - 15 MB)
    • - Provides a comprehensive and in-depth introduction to the Python language. It is designed to serve as a single, all-inclusive learning resource for all Python newcomers.
      Complete with quizzes, exercises, and helpful illustrations, this tutorial gets you started with both Python 2.7 and 3.3—. You’ll also learn some advanced language features that recently have become more common in Python code.
  4. Python Cookbook, 3rd Edition (2013 - PDF Source Code - 10.3 MB)
    • - This book is aimed at Python programmers who already know the basics and are looking to deepen their understanding of the language and modern programming idioms. Much of the material focuses on some of the more advanced techniques used by libraries, frameworks, and applications.

Video courses and tutorials

  1. Learning Python Programming (LPP 1 - LPP 2 - LPP 3 - LPP 4)
    • - In this Python training course (93 lessons) you will learn how to program with Python language. This tutorial is designed for beginners, and you do not need to have any experience with programming or development in order to learn how to program with Python using this video tutorial. Working files are included to allow you to use the same source material that the author does in this training course.
  2. Web Programming With Python (WPP 1 - WPP 2 - WPP 3)
    • - This video course is presented via an intuitive, easy-to-use interface, allowing you to learn at your own pace.
      These Web Programming With Python Tutorials break even the most complex subjects down into easy to follow segments. Practical working files are included

Python 3.4, Documentation and Tutorials

Daily Test with Code Example

HTML
CSS
JavaScript
PHP-MySQL
Which tag adds an image in web page?
<div> <img> <span>
<img src="http://coursesweb.net/imgs/webcourses.gif" width="191" height="63" alt="Courses-Web" />
Which of these CSS codes displays the text oblique?
font-style: italic; text-decoration: underline; font-weight: 500;
#id {
  font-style: italic;
}
Click on the jQuery function used to hide with animation a HTML element.
click() hide() show()
$(document).ready(function() {
  $(".a_class").click(function(){ $(this).hide("slow"); });
});
Click on the correctly defined function in PHP.
fname function() {} function fname() {} function $fname() {};
function fname($a, $b) {
  echo $a * $b;
}
Python Programming

Last accessed pages

  1. Get CSS property value with getComputedStyle ot jQuery (5538)
  2. The Stage, Panels and Tools in Flash (10185)
  3. Conditional Statements if, else, switch (3289)
  4. Download JavaScript resources (508)
  5. CSS Outline (2570)

Popular pages this month

  1. Courses Web: PHP-MySQL JavaScript Node.js Ajax HTML CSS (313)
  2. Read Excel file data in PHP - PhpExcelReader (114)
  3. The Four Agreements (94)
  4. PHP Unzipper - Extract Zip, Rar Archives (91)
  5. The Mastery of Love (85)