How to Write in P Language

How To : Ask someone for the current date in Korean

In this free video language lesson from Sunny Park of Mahalo, we learn how to say, pronounce and write the Korean words for "What day is it?" For details, and to get started using this handy Korean phrase yourself, watch this guide for Korean language learners.

How To : Ask someone how old he or she is in Korean

In this free video language lesson from Sunny Park of Mahalo, we learn how to say, pronounce and write the Korean words for "How old are you?" For details, and to get started using this Korean phrase yourself, watch this guide for Korean language learners.

Death Sentence for SCRABBLE : The Racism Debate Continues...

In a previous post, I wrote about how controversy changed SCRABBLE, about how the SCRABBLE Dictionary evolved thanks to Judith Grad and her crusade to rid the world of derogatory and racist words. She won, at least in some manner, but the fact still remains, racist or not—word ...more

How To : Use 'affect' and 'effect' correctly

'Affect' and 'effect' are two commonly misused words in the English language. This quick grammar tutorial provides a great reference to explaining the difference between the two words and how context is important to picking the right one. Improve your writing after memorizing ...more

How To : Write a professional business letter

Type professional letters quickly and easily in Microsoft Word 2007 All the business sense and savviness in the world will be no good to you unless you are able to master the language of business. If you're going to be in a business environment, you need to know how to put to ...more

How To : Write a simple dictionary program in C#

Want to learn more about the C# programming language but aren't sure where to get started? In this video tutorial, you'll learn how to write a simple dictionary application using C# and the Microsoft Visual C# IDE, or integrated development environment. For more information, i ...more

How To : Read and write binary code

"There are 10 types of people in the world," the old joke goes, "those who understand binary, and those who don't." In this tutorial, you'll learn how to read and write binary code. With this neat tutorial, you'll join the former group. Make sense of the 1s and 0s of binary co ...more

How To : Read and say basic Japanese verbs

Trying to increase your Japanese vocabulary? This video language lesson shows simple verbs written in Japanese as well as English while the word is clearly pronounced. Follow along while watching this video Japanese language tutorial and learn how to read and say some basic ve ...more

How To : Count from 1 to 12 in Japanese

You're in Japan trying to buy something, but don't know how much it costs? Numbers are important to know, and simple to learn. This video language lesson shows the days of the week written in Japanese as well as English while the word is clearly pronounced. Follow along while ...more

How To : Say and read the days of the week in Japanese

You're in Japan but don't know what today is or what tomorrow is going to be? The days of the week are important to know, and simple to learn. This video language lesson shows the days of the week written in Japanese hiragana and kanji, as well as English while the word is cle ...more

How To : Pronounce 6 letters that look the same in Cyrillic

Check out this instructional language video to learn how to pronounce 6 letters in Russian that look the same, but are different. Learn how to read and write the Cyrillic alphabet with Viktor Dmitriyevich Huliganov with this 3rd lesson. This lesson covers the letters B, P, H, ...more

How To : Read Arabic letters

This language tutorial teaches you how to read and pronounce Arabic letters. Follow this three part how to video and you will be reading and writing modern standard Arabic in no time at all. Part 1 of 3 - How to Read Arabic letters. Part 2 of 3 - How to Read Arabic letters. ...more

How To : Say the names of animals in Arabic

Learn how you can say and write the names of animals in Arabic with this how to video. Watch this language tutorial and you will be able to identify animals in modern standard Arabic in no time.

How To : Write your first PHP script

This video tutorial will show you step-by-step how to create your first PHP script. This is a great foundation for learning this powerful website building language. Write your first PHP script. Click through to watch this video on killerphp.com

Introduction to Cryptography : Archaic Beginnings

Cryptography is a quintessential part of computer security in the modern world. Whenever you buy something on eBay or log into Facebook, that data is encrypted before it's sent to the server in order to prevent third parties from eavesdropping and stealing your sensitive infor ...more

News : Learn Tagalog Today Episode 5,Body Parts !

Learn Tagalog Today Episode 5, Body Parts ! In this lesson, we will be looking at how to say certain body parts in Tagalog. You might be visiting The Philippines when you experience some pain and need to communicate this with a doctor or nurse. We'll examine how to say thing ...more

How To : Program using simple code in Java

Java is a wonderful programming language which is widely used all over the world. To do programming in Java you will need a Java Development Kit which is also called as JDK in short. This can be downloaded from the Java Website for free. To improve and assist in your developme ...more

News : Presenting the Avatart, Just in Time for the Oscars

The 2010 Oscars are coming around the corner, and for those who throw an annual Oscar bash, now's the time to plan the menu. Cakespy posts a HowTo for the "Avatart", the perfect Avatar-viewing snack. "I present the Avatart: a sweet treat wherein pop culture and Pop Tart colli ...more

How To : Understand the imperfect tense of verbs in French

This is the eighth episode of "Walk, Talk and Learn French" provided by Radio Lingua Network and it focuses on French verb in the imperfect tense. The video mixes a host providing real life French, while speaking in both French and English, and provides examples with charts an ...more

How To : Do cool things with strings in Python

Bucky from The New Boston serves up this Python video tutorial on how to do cool things with strings in Python. This is the program you use to write all of your Python code down. Do cool things with strings and format them! Python is a dynamic, object-oriented, high-level, pr ...more

How To : Use cool string methods in Python

Bucky from The New Boston serves up this Python video tutorial on how to use cool string methods in Python. This is the program you use to write all of your Python code down. Cool string methods! Python is a dynamic, object-oriented, high-level, programming language that can ...more

How To : Use dictionaries in Python

Bucky from The New Boston serves up this Python video tutorial on how to use dictionaries in Python. This is the program you use to write all of your Python code down. Dictionary! Python is a dynamic, object-oriented, high-level, programming language that can be used for many ...more

How To : Program "if" statements in Python

Bucky from The New Boston serves up this Python video tutorial on how to program "if" statements in Python. This is the program you use to write all of your Python code down. The famous if statement! Python is a dynamic, object-oriented, high-level, programming language that ...more

How To : Program else and elif statements in Python

Bucky from The New Boston serves up this Python video tutorial on how to program else and elif statements in Python. This is the program you use to write all of your Python code down. Else and elif (elseif)! Python is a dynamic, object-oriented, high-level, programming langua ...more

How To : Program nesting statements in Python

Bucky from The New Boston serves up this Python video tutorial on how to program nesting statements in Python. This is the program you use to write all of your Python code down. Nest a simple "if" statement! Python is a dynamic, object-oriented, high-level, programming langua ...more

How To : Program full and while loops in Python

Bucky from The New Boston serves up this Python video tutorial on how to program full and while loops in Python. This is the program you use to write all of your Python code down. Learn how to use the for and while loop in Python programming! Python is a dynamic, object-orien ...more

How To : Program infinite loops and breaks in Python

Bucky from The New Boston serves up this Python video tutorial on how to program infinite loops and breaks in Python. This is the program you use to write all of your Python code down. Learn how to make an infinite loop and also how to use the break statement! Python is a dyn ...more

How To : Build and program your own functions in Python

Bucky from The New Boston serves up this Python video tutorial on how to build and program your own functions in Python. This is the program you use to write all of your Python code down. Learn how to create your own function! Python is a dynamic, object-oriented, high-level, ...more

How To : Use default parameters in Python

Bucky from The New Boston serves up this Python video tutorial on how to use default parameters in Python. This is the program you use to write all of your Python code down. Fun with default parameters! Python is a dynamic, object-oriented, high-level, programming language th ...more

How To : Program parameters in Python

Bucky from The New Boston serves up this Python video tutorial on how to program parameters in Python. This is the program you use to write all of your Python code down. Different parameter types in the same function! Python is a dynamic, object-oriented, high-level, programm ...more

How To : Use tuples as parameters in Python

Bucky from The New Boston serves up this Python video tutorial on how to use tuples as parameters in Python. This is the program you use to write all of your Python code down. Fun with tuples! Python is a dynamic, object-oriented, high-level, programming language that can be ...more

How To : Program object oriented programs in Python

Bucky from The New Boston serves up this Python video tutorial on how to program object oriented programs in Python. This is the program you use to write all of your Python code down. OOP or the famous object oriented program. Hold on guys, the waters getting rough! Python is ...more

How To : Program classes and self in Python

Bucky from The New Boston serves up this Python video tutorial on how to program classes and self in Python. This is the program you use to write all of your Python code down. Fun with classes and self! Python is a dynamic, object-oriented, high-level, programming language th ...more

How To : Program subclasses and superclasses in Python

Bucky from The New Boston serves up this Python video tutorial on how to program subclasses and superclasses in Python. This is the program you use to write all of your Python code down. Learn what parent and subclasses are! Python is a dynamic, object-oriented, high-level, p ...more

How To : Overwrite variables on a subclass in Python

Bucky from The New Boston serves up this Python video tutorial on how to overwrite variables on a subclass in Python. This is the program you use to write all of your Python code down. Fun with subclasses! Python is a dynamic, object-oriented, high-level, programming language ...more

How To : Create and program constructors in Python

Bucky from The New Boston serves up this Python video tutorial on how to create and program constructors in Python. This is the program you use to write all of your Python code down. Learn how to create constructors and what they do! Python is a dynamic, object-oriented, high ...more

How To : Import modules into IDLE in Python

Bucky from The New Boston serves up this Python video tutorial on how to import modules into IDLE in Python. This is the program you use to write all of your Python code down. Fun with importing modules! Python is a dynamic, object-oriented, high-level, programming language t ...more

How To : Reload modules in Python

Bucky from The New Boston serves up this Python video tutorial on how to reload modules in Python. This is the program you use to write all of your Python code down. Learn how to reload modules once your source file has been edited! Python is a dynamic, object-oriented, high- ...more

How To : Get module information in Python

Bucky from The New Boston serves up this Python video tutorial on how to get module information in Python. This is the program you use to write all of your Python code down. Learn how to get extra info from outside modules! Python is a dynamic, object-oriented, high-level, pr ...more

How To : Work with files in Python

Bucky from The New Boston serves up this Python video tutorial on how to work with files in Python. This is the program you use to write all of your Python code down. Fun with files! Python is a dynamic, object-oriented, high-level, programming language that can be used for m ...more

How To : Download and install wxPython for Python

Bucky from The New Boston serves up this Python video tutorial on how to download and install wxPython for Python. This is the program you use to write all of your Python code down. Learn how to install the GUI (graphical user interface) toolkit. Python is a dynamic, object-o ...more

How To : Program methods in Python

Bucky from The New Boston serves up this Python video tutorial on how to program methods in Python. This is the program you use to write all of your Python code down. Fun with methods! Learn what methods are and how to use them. Python is a dynamic, object-oriented, high-leve ...more

How To : Program slice lists in Python

Bucky from The New Boston serves up this Python video tutorial on how to program slice lists in Python. This is the program you use to write all of your Python code down. Slice Python! Python is a dynamic, object-oriented, high-level, programming language that can be used for ...more

How To : Program lists functions in Python

Bucky from The New Boston serves up this Python video tutorial on how to program lists functions in Python. This is the program you use to write all of your Python code down. Fun with list functions! Python is a dynamic, object-oriented, high-level, programming language that ...more

How To : Program slices in Python

Bucky from The New Boston serves up this Python video tutorial on how to program slices in Python. This is the program you use to write all of your Python code down. Slice Python! Python is a dynamic, object-oriented, high-level, programming language that can be used for many ...more

How To : Program raw input in Python

Bucky from The New Boston serves up this Python video tutorial on how to program raw input in Python. This is the program you use to write all of your Python code down. Fun with input versus raw input! Python is a dynamic, object-oriented, high-level, programming language tha ...more

How To : Save and execute your programs in Python

Bucky from The New Boston serves up this Python video tutorial on how to save and execute your programs in Python. This is the program you use to write all of your Python code down. Fun with saving programs! Python is a dynamic, object-oriented, high-level, programming langua ...more

How To : Program variables in Python

Bucky from The New Boston serves up this Python video tutorial on how to program variables in Python. This is the program you use to write all of your Python code down. Fun with variables! Python is a dynamic, object-oriented, high-level, programming language that can be used ...more

  • Hot
  • Latest