public marks

PUBLIC MARKS from tadeufilippini with tags sourceforge & languages

June 2009

BASIC-256 - Programming for Kids

Tutorial Ten - Animation Do you know how movies and cartoons work? Have you ever made a "flipbook?" Well, before we get into how to do animation using a computer, it helps to understand how animation really works. When we see moving pictures on a screen, they're not really moving. What actually happens is that a sequence of still pictures -- like photographs -- are flashed on the screen so quickly that you can't tell how fast it's happening. About 30 times every second, the screen is cleared and a new picture takes the place of the old one. If we were to slow it down it would look like this:

BASIC-256 - Programming for Kids

Tutorial Four - Variables In the previous tutorials, we learned how to print messages and numbers on the screen and how to do math using the print command. This is very good to know how to do, but it doesn't really help us use the full power of the computer. Computers do more than simple things like add numbers and print messages. A big part of what computers do is to store information, so it can be used later. This is where "variables" come in handy. Variables are a way to save a message or a number so that you can use it later. Let's try an example.

BASIC-256 - Programming for Kids

Tutorial Three - Drawing Pictures One of the most exciting things to do with a computer is to draw things with it. Usually you would do this with a paint program, but what if you didn't have one? Or what if you wanted to draw a circle, and then have it move across the screen? This tutorial will show you how to do basic drawing. First, let's try drawing a few dots.

August 2008

BASIC-256 - Programming for Kids

Beginner * Tutorial One - Welcome to BASIC-256 * Tutorial Two - Doing your math homework the easy way * Tutorial Three - Drawing Pictures Intermediate * Tutorial Four - Variables Advanced * Tutorial Ten - Animation

BASIC-256 - Programming for Kids

by 1 other
The BASIC-256 project (formerly KidBASIC) has changed its name to avoid any potential conflict/confusion with another project with the same name. Thank you for your patience and continued support. Introduction BASIC-256 is an easy to use version of BASIC designed to teach young children the basics of computer programming. It uses traditional control structures like gosub, for/next, and goto, which helps kids easily see how program flow-control works. It has a built-in graphics mode which lets them draw pictures on screen in minutes, and a set of detailed, easy-to-follow tutorials that introduce programming concepts through fun exercises. BASIC-256 is licensed under the GNU public license, which means that it's free to download, modify, and share.

June 2008

Little Wizard - download

You have selected to download the 1.2.0rc1 release. Below is a list of files contained in this release. Before downloading, you may want to read the release notes.

January 2008

pyneighborhood sourceforge

pyNeighborhood is GTK+ 2 rewrite of a well-known GTK+ 1 tool LinNeighborhood(using pyGTK), so it is the GUI frontend for samba tools, such as smbclient, smbmount etc. It's written in Python and uses the GTK+ 2 toolkit with pyGTK implementation.

DrPython - SourceForge

DrPython is a highly customizable cross-platform ide to aid programming in Python. It was developed with teaching in mind, and has a clean, simple interface. It is written in Python, using wxPython as the gui.

medit the text editor

* Configurable syntax highlighting. * Configurable keyboard accelerators. * Multiplatform - works both on unix and windows. * Plugins: can be written in C or Python. * Configurable tools available from the main and context menus. They can be written in Python, or it can be a shell script, or in MooScript - simple builtin scripting lanugage. * Regular expression search/replace, grep and find frontends, builtin file selector and whatnot. * See screenshots.

drpython

by 2 others
DrPython is a highly customizable, extensible editor/environment for developing programs written in the Python programming Language. It is implemented in wxPython. (wxPython is a set of python bindings (and extra widgets) for wxWidgets). It uses Scintilla for the Text Controls.