Skip to content
inspirezone developer community

Achieve anything with tech

  • Home
  • Start Here
  • About
  • Blog
  • Dev Zone
  • Dev Resources 🛠️
making first game using godot engine
  • Productivity

Making my first game in under a week using Godot engine (you can do it too!)

by Fum5 December 202018 March 2022 2 comments

Godot Engine Logo by Andrea Calabró is licensed under CC BY 4.0 If you’ve never done video game development before, the barrier for entry can seem high. Those were my thoughts also before finally deciding to try out game development. However, you’ll see that thanks to great open source tools […]

Continue reading
python project ideas for beginners
  • Learn to Code
  • Python

5 Creative Python Project Ideas For Beginners | Challenge Accepted 🏁

by Fum28 November 202021 March 2022 No Comments

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 reading
crontab
  • Linux
  • Tutorial

Scheduling commands on Linux using crontab: A step by step guide

by Fum21 November 202018 March 2022 No Comments

Often when developing a program involving automation we want to schedule when and how often the program will run.  This can be achieved easily on Linux systems using the crontab utility. Crontab let’s you set a schedule for commands you want to run by setting the date, time and frequency […]

Continue reading
sending emails with python
  • Python
  • Tutorial

Sending emails with Python: Quick and easy guide

by Fum14 November 202018 March 2022 No Comments

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 reading
automate git repo setup with python
  • Python
  • Tutorial

Github API use case: Automate git local and remote repo setup with Python

by Fum8 November 202018 March 2022 No Comments

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 reading
  • Git
  • Open Source

A beginner friendly guide to making your first open source contribution

by Fum1 November 202025 October 2021 No Comments

Open source generally refers to applications anyone can use for free while also having the freedom to view and modify the source code.  Open source projects allow contribution from the public. This means anyone (yes, even you!) can modify the source code or make other forms of contribution to the […]

Continue reading
get involved in hacktoberfest
  • Git
  • Open Source

Why you need to get involved in Hacktoberfest as a developer (2020)

by Fum25 October 202031 December 2020 No Comments

What is Hacktoberfest? Hacktoberfest is an online event running throughout the month of October that encourages developers to make contributions to open source projects on GitHub. GitHub is an online hosting platform for git repositories. An open source project is simply a public repository that the creator accepts contribution from […]

Continue reading
examples of embedded systems in daily life
  • Embedded Systems

11 Interesting examples of Embedded Systems in daily life

by Fum18 October 20203 August 2023 No Comments

Attention embedded engineers! We’d like to invite you to sign up to EmbeddedHub.io, an exciting new space just for embedded engineers. Sign up early to be a part of the journey🚀 Embedded systems are devices that consist of hardware and software components to perform a designated function. They are driven […]

Continue reading
learn web scraping with python
  • Python
  • Tutorial

Learn web scraping with Python in minutes: The basics using selenium

by Fum11 October 202018 March 2022 No Comments

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
non-technical skills for developers
  • Productivity
  • Software Processes

5 Crucial non-technical skills every developer needs to work on

by Fum4 October 202018 March 2022 No Comments

A big assumption we may make as developers is thinking technical skills are the single and most important factor needed to accomplish our tasks. However, technical skills is only one aspect of being a developer.  There are non-technical skills that are equally important for developers. For example, if not more […]

Continue reading

Posts navigation

«Previous Posts 1 … 5 6 7 8 9 Next Posts»

Enter your details below to receive updates from our blog and community!

  • Get In Touch
  • About
  • Privacy Policy
  • Disclaimer
2022 © inspirezone.tech