Category Python

Python List Comprehension…and C#

In Python List comprehensions provide a concise way to create lists. To build them, you use brackets which contain an express that is followed by a for clause. You can add zero or more for or if clauses. Since you can put all kinds of objects inside a list, the expression can be anything. What do we get when we […]

C# vs Python – Part 2

I have with C# for easily about 8 – 10 years and I love the language. I have worked with Python for much less time. Probably about 1 year in total and I also like the language. There are a lot of discussions on the web in regards to differences, pros and cons betweens specific languages. […]

C# vs Python – Part 1

I have with C# for easily about 8 – 10 years and I love the language. I have worked with Python for much less time. Probably about 1 year in total and I also like the language. There are a lot of discussions on the web in regards to differences, pros and cons betweens specific languages. […]

Guido van Rossum and Python

I’ve been playing with Python programming language for a bit now. So far I like it. I intend to use it more and more. This post is about a series of links and resources that can help anyone who has an interest with the language. Guido is the author of Python. He worked for Google […]