Search TekSocial
Stay Connected

Enter your email address:

(We respect your privacy!)

Or subscribe with your favorite RSS Reader

  

Entries in Tutorials (41)

5:27PM

Programming Tutorials Windows App

Today we’re going to be looking into a Windows application called “Programming Tutorials”. This application helps people understand programming by teaching them through a visual method or a “Do as I do” method. Having various kinds of instructors and different ways of teaching, this application allows for a variety of categories on different kinds of programming languages. For example, Ruby, Python, C++, C#, or even HTML is covered in its own category to make it easier for navigation. So if you are able to learn better through someone teaching you while watching and mimicking their actions, give this application a try. It’s very organized and can be helpful to anyone who is wanting to learn a programming language.  

5:36AM

Typing Web Typing Tutor

While writing a script or some code, I find myself typing slower and slower each time. I usually have to glance down at the keyboard to make sure my fingers are on the right keys just so I don’t make any errors. After a while I started to feel like I needed to get some more practice with typing. I was recommended an application called “Typing Web” which was a free to use typing tutor. What this application is supposed to do is help the user to type quickly and more efficiently so that productivity can be increased. To achieve this, it uses the high school method of teaching. Makes you look at the screen and cover your keyboard and start typing. Sounds simple enough. Of course you could always look down and cheat, but that’s where you have to learn self-control and not do that.

 

Click to read more ...

6:50PM

Coding Lesson Sites 

 

In the past I have mentioned several sites that were prmopted towards html coding of even python programming. However, today in this video I would like to show you several unique websites that are made to teach and help you learn programming. There is a vareity of lessons ranging from C# to C++ to even Java scripting. There is a lot you can find on the web, both benifital to your education or even for a hobbiest. So watch this video and give it a shot. You never know what you could learn within a day. I hope you find this video useful in someway, and have a nice day. 

4:20PM

Code Academy: Learn Some Code Free

Today we are going to be looking into a unique website called “Code Academy”. This website is an interactive coding environment that will teach you how to code in the sections it has available. In this case I show you the HTML and CSS portion of it while dabbing a bit into python. So if you ever wanted to learn code but found it hard to just read and do, then give this website a try. It’s much like an online classroom that teaches you how to do something, then it makes you try and follow along. It will tell you if you’re right or wrong and help you try to understand how things work a bit better. So why not give it a try and learn how to code today? Go check it out!

Source: http://www.codecademy.com/

11:39AM

Programming with Python- def tags

Today we are going to be covering one of my favorite tags in python, the def tag. The best way to think of this tag is being able to give a single word a defined function. Unlike giving a variable a meaning, defining a word as a function gives you the option of giving two set variables equations. This may seem confusing at first, but let’s look at the code and see if I can explain it better.

Click to read more ...