PyCharm Introduction
What is PyCharm? It is a Python IDE (integrated development environment). It provides code inspections, smart code completion, […]
What is PyCharm? It is a Python IDE (integrated development environment). It provides code inspections, smart code completion, […]
What is Fiero Code? Fiero is an all-in-one learn-to-code solution that provides everything you need to deliver coding […]
This post contains the code I wrote for the example in the book Head First Design Patterns.. The […]
“Uncle” Bob Martin has written a book called Clean Code. This post just mentions a few pointers from […]
In this post I will show the C# listings of our DailyThought program. Now we’re in the coding […]
In Windows Presentation Foundation (WPF), how do you set the Background color of a TextBox or other element […]
As we saw in the previous post, defining a binding by using XAML is easy. You can do […]
What is scratch software? At the Scratch website, you find this explanation: “With Scratch, you can program your […]
Code.org is a non-profit organization and eponymous website led by Hadi Partovi that aims to encourage people, particularly […]
Agile software development believes that software requirements and solutions evolve through the collaborative effort of self-organizing and cross-functional […]
Sometimes a a programmer you come across the need to work with postal codes in addresses. Wikipedia says: […]
This post is based on an article by Wikipedia and Joel Spolsky. Joel Spolsky is the co-founder of […]