Milan Latinović
Software Engineer and Enterprise Architect
Tag Archives: programming
Simple web scraper / crawler in Python
Simple web scraper / crawler in Python is one basic coding example. Therefore, this example demonstrates on how to make program that grabs information from web pages. Furthermore, this data can be used for additional calculations. Reminder: If you need to brush up on your Python syntax check out Quick start with Python post. In…
Quick start with Python, code examples and exercises
Quick start with Python: There is one big problem with programming courses for beginners. They guide you trough the long introductions, history facts, lots of theory. Usually, most people simply quit before getting to the “good stuff”. Let us try a bit different approach. Lets make our quick start with Python Here is a list…
Clean Code Rules: Improve quality of your code
Clean Code Rules is a proposal of common sense rules. They are easy to follow and can improve quality of your code. Therefore, if you work as a developers and architect, you should be aware of them. Introduction Here is a common use case. You are finished with writing your technical specifications and estimates. Now…