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 is a block element?
<div> <img> <span>
<div>Web Programming and Development</div>
Which CSS code displays the text underlined?
font-style: italic; text-decoration: underline; font-weight: 500;
h2 {
  text-decoration: underline;
}
Click on the JavaScript function that can access other function after a specified time.
insertBefore() setTimeout() querySelector()
function someFunction() { alert("CoursesWeb.net"); }
setTimeout("someFunction()", 2000);
Click on the instruction that returns the number of items of a multidimensional array in PHP.
count($array) count($array, 1) strlen()
$food =["fruits" =>["banana", "apple"), "veggie" =>["collard", "pea"));
$nr_food = count($food, 1);
echo $nr_food;       // 6
Python Programming

Last accessed pages

  1. The Mastery of Love (6791)
  2. Register and show online users and visitors (39389)
  3. Creating Gradients (951)
  4. Arrays in ActionScript 3 (3082)
  5. Select in two MySQL tables (5329)

Popular pages this month

  1. Courses Web: PHP-MySQL JavaScript Node.js Ajax HTML CSS (327)
  2. Read Excel file data in PHP - PhpExcelReader (122)
  3. The Four Agreements (97)
  4. PHP Unzipper - Extract Zip, Rar Archives (94)
  5. The Mastery of Love (88)
Chat
Chat or leave a message for the other users
Full screenInchide