Python is widely considered the world’s most popular programming language. It regularly ranks no.1 in programming language indexes such as the PYPL and TIOBE. In the PYPL (PopularitY of Programming Language) index Python continues to rank as no.1. But what makes Python so popular? A major reason is the diversity […]
Continue readingCategory: Python
Compelling reasons why python is popular with developers in 2021
Python is a programming language first released in 1991 and has increased in popularity over time. The popularity of Python has rapidly escalated in recent years and many sources now boldly claim it to be the top programming language to learn in 2021. Why python is popular is down to […]
Continue reading5 Creative Python Project Ideas For Beginners | Challenge Accepted 🏁
The python programming language continues to grow in popularity especially amongst those new to coding. This is due to several reasons. For example, python’s syntax is simple to pick up compared to other languages. It also maintains good documentation and has huge support within the programming community. It’s for good […]
Continue readingSending emails with Python: Quick and easy guide
This is a quick and easy guide on sending emails with python. You’ll learn how to send an email from your email server to any email address. We’ll go through how to send emails containing plain text, an image and a HTML styled message.
Continue readingGithub API use case: Automate git local and remote repo setup with Python
The Github API provides an interface that allows performing functions and retrieving data from Github through a software application. This is useful for automating actions we often perform on the Github website. What better way to get used to Github API using a practical example! We’ll go through how to […]
Continue readingLearn web scraping with Python in minutes: The basics using selenium
If you’re looking for a super simple, quick, yet comprehensive introduction to web scraping, you’ve come to the right place. What will you learn? This is a beginners guide to learn web scraping using the selenium python package. No previous knowledge of web scraping is needed, although you need some […]
Continue reading