Search results for Python Programming for Beginners
 |
|
Post date: September 19, 2006, 09:09
Category: Programming
Views: 45316
Comments
|
Tutorial quote: Despite what assembly code and C coders might tell us, high-level languages do have their place in every programmer's toolbox, and some of them are much more than a computer-science curiosity. Out of the many high-level languages we can choose from today, Python seems to be the most interesting for those who want to learn something new and do real work at the same time. Its no-nonsense implementation of object-oriented programming and its clean and easy-to-understand syntax make it a language that is fun to learn and use, which is not something we can say about most other languages.
In this tutorial, you will learn how to write applications that use command-line options, read and write to pipes, access environment variables, handle interrupts, read from and write to files, create temporary files and write to system logs. In other words, you will find recipes for writing real applications instead of the old boring Hello, World! stuff. |
 |
|
Post date: April 17, 2005, 09:04
Category: Programming
Views: 3400
Comments
|
Tutorial quote: Ok, first part is going to be fairly boring, but put up with it. Im just going to go through a few reasons why you should choose Python as a language to learn. First off it free!, there is no cost involved in gettin Python, although there is a license, but this is just a standard license that goes with all free and open source software. Python is an open source language, as is the interpreter (Python is written in C). |
 |
|
Post date: November 24, 2005, 20:11
Category: Programming
Views: 4814
Comments
|
Tutorial quote: No previous programming experience is required for you to learn everything you need to know about programming with Perl from this book. In particular, no knowledge of the C programming language is required. If you are familiar with other programming languages, learning Perl will be a snap. The only assumption this book does make is that you are familiar with the basics of using the UNIX operating system. |
 |
|
Post date: November 24, 2005, 23:11
Category: Miscellaneous
Views: 3208
Comments
|
Tutorial quote: A work in progress "The Beginners Linux Guide". |
 |
|
Post date: June 22, 2008, 10:06
Category: Installing
Views: 3322
Comments
|
Tutorial quote: This tutorial shows how to install and use mod_python on a Debian Etch server with Apache2. mod_python is an Apache module that embeds the Python interpreter within the server. It allows you to write web-based applications in Python that will run many times faster than traditional CGI and will have access to advanced features such as ability to retain database connections and other data between hits and access to Apache internals. |
 |
|
Post date: December 14, 2006, 18:12
Category: Network
Views: 4353
Comments
|
Tutorial quote: This is detailed step step debian networking tutorial for Beginners and advanced users.This includes Configuring your network using GUI,Command line,using ifconfig with examples and troubleshooting your network tips.
|
 |
|
Post date: June 22, 2005, 09:06
Category: Programming
Views: 3574
Comments
|
Tutorial quote: Recursion is a tool not often used by imperative language developers, because it is thought to be slow and to waste space, but as the author demonstrates, there are several techniques that can be used to minimize or eliminate these problems. He introduces the concept of recursion and tackle recursive programming patterns, examining how they can be used to write provably correct programs. Examples are in Scheme and C. |
 |
|
Post date: July 22, 2008, 09:07
Category: Installing
Views: 3857
Comments
|
Tutorial quote: This tutorial shows how to install and use mod_python on various distributions (Debian/Ubuntu, Fedora/CentOS, Mandriva, OpenSUSE) with Apache2. mod_python is an Apache module that embeds the Python interpreter within the server. It allows you to write web-based applications in Python that will run many times faster than traditional CGI and will have access to advanced features such as ability to retain database connections and other data between hits and access to Apache internals. |
 |
|
Post date: April 15, 2005, 05:04
Category: Programming
Views: 3757
Comments
|
Tutorial quote: Any Linux administrator who wishes to remain sane relies heavily on scripting to automate routine tasks, customize jobs, and build the plumbing that connects the different utilities that make a Linux system run smoothly. The Linux world is chock-full of scripting languages: Perl, Python, PHP, Scheme, Tcl, Tk, Ruby, Forth, Smalltalk, Eiffel, and doubtless many more. To get the column started, we'll look at shell scripting with Bash, and scripting with Python and Perl. |
 |
|
Post date: April 20, 2008, 18:04
Category: Software
Views: 4074
Comments
|
Tutorial quote: PostgreSQL is a powerful, open source relational database system. It has more than 15 years of active development and a proven architecture that has earned it a strong reputation for reliability, data integrity, and correctness. It runs on all major operating systems, including Linux, UNIX (AIX, BSD,HP-UX, SGI IRIX, Mac OS X, Solaris, Tru64), and Windows. It is fully ACID compliant, has full support for foreign keys, joins, views, triggers, and stored procedures (in multiple languages). It includes
most SQL92 and SQL99 data types, including INTEGER, NUMERIC, BOOLEAN, CHAR, VARCHAR, DATE, INTERVAL, and
TIMESTAMP. It also supports storage of binary large objects, including pictures, sounds, or video. It has native programming interfaces for C/C++, Java, .Net, Perl, Python, Ruby, Tcl, ODBC, among others.
|
|
|