Entries Tagged as 'tutorials'
Posted in All on
September 23rd, 2005
·
1 Comment
Many beginning Linux users experience difficulties getting used to the filesystem structure. Indeed, there are many files and directories, the structure of which are not as obvious as it could be. Choosing an appropriate location for a new file or directory is difficult and many choose to follow their own instincts.
With more experience, the file hierarchy becomes clearer and old concepts of placing files and directories start to fade out. When it happens, finding things becomes difficult. It is than that users learn that Linux has many tools for finding things. And it is than that they become confused once again.
Read on for a quick introduction into searching tools available in Linux.
[Read more →]
Tags: command_line, filesystem, gnu, howto, Linux, Operating_Systems, Programming, rpm, Shell, tutorials
Posted in All on
February 5th, 2005
·
No Comments
Slides for Matt Biddulph’s speech “Python for Perl programmers” are a quick and easy way for Perl programmer to learn main differences between Perl and Python. Few code exmaples and quotes for the maestros are also included.
Tags: Links, Perl, Programming, Python, tutorials
Posted in All on
October 12th, 2004
·
No Comments
Once in a while I need to write a couple of lines in Python. When that happens I histerically run around the web looking for some quick introduction or tutorial on the language. There are plenty of those, of course. But just to have something handy, I’ll put a link here to Dive Into Python. What is so different about this tutorial is that it is very practical. There are many examples of code and very little explanations and theoretical crap that everyone knows already or can guess from the code. Simply use table of contents and jump to the needed part, where example awaits for you. Great!
Tags: Links, Programming, Python, tutorials
Posted in All on
May 25th, 2004
·
No Comments
Being a lazy bastard and a horrible student such as I am, there is no surprise in that I failed so many courses in the college. I am currently standing at 3 courses left for my Bachelor’s degree. One of these three courses - Artificial Intelligence - seems to be the toughest target due to a number of arguments I had with a teacher. And there is no way there will be any other teacher for this course in the near future, so I have to prepare myself real good. It is about time that I start with my morale.
Not to scare myself away, I will start small. I will just put three links in this post to other web resources, that I will visit during my preliminary preparations. Here they come:
- Website of MIT Artificial Intelligence Laboratory is here. Maybe I will anything entertaining to read in the number of publicationis and researches there that will interest me in the subject.
- AI on the Web - is a collection of useful links to many AI resources. I am using at as a cheat, since I decided to have only 3 links in this post.
- A Prolog Introduction for Hackers - another useful article at kuro5hin. Last time I took A.I., a substential amount of time was dedicated to Prolog studying without any useful materials provided, so this bookmark should help.
That’s it. This post is my greatest advance in studing A.I. during the last two years. 
Tags: artificial_intelligence, Personal, Programming, Prolog, tutorials
Posted in All on
March 30th, 2004
·
No Comments
There is an article at kuro5hin.net called “Switching from PHP to Zope/Python“. This should provide for an interesting read for all those poor PHP souls.
As for me - I use Perl and I am not planning to change any time soon. There are two major bonuses in Perl for my programming tasks:
- CPAN - Comprehensive Perl Archive Network. This is a huge collection of modules that help me to avoid as much programming as possible. And that’s pretty much.
- Perl’s scalability to all sorts of tasks. I am using Perl for one-line long utility scripts, log analyzing, mail searching, graph building, database maintenance, web programming and anything else that pops up. The broadness of tasks makes PHP way underpowered and Java way too complex. There are tools that might come handy (like Python), but why change if Perl works for me?
Said that, I am familiar with other languages, since it’s not rare at all that I need to patch someone else’s code. PHP being a widely used language for web development comes to my hands pretty often. My Python familiarity is more on the system level and GUI programming.
Tags: Links, Perl, Personal, PHP, Programming, Python, tutorials