Tag: Job Opportunities

Is It Worth It To Do A Python Certification?

When you first think about learning Python and becoming a Python developer you must have thought or heard about Python certification. I started my career as a QA engineer and I was in the same situation as you. I’ll answer the “Is It Worth It To Do A Python Certification?” question based on my personal experience in this post!

Is It Worth It To Do A Python Certification?

Yes, but whether or not a Python certification is worth it depends on your goals and the specific certification you are considering.

Certification can demonstrate a level of knowledge and proficiency in the language, which can be beneficial for Python beginners seeking jobs or those looking to advance in their careers.

However, I can tell you from my own personal experience, employers value real-world experience and a portfolio of projects so gaining hands-on experience through personal projects and internships is way more important than just having a Python certification.

Continue reading

Subprocess In Python (Run Command Line)

Good evening, Roberts Greibers here.

We will get into my Python subprocess story and how I even got the point of writing blog posts about Python a bit later. 

But at this moment, I want you to pay attention and read very carefully!

What I’m about share with you is a real subprocess Python example! 🚨

How to use subprocess in Python to run command line commands!

The difference between running a shell command in Python with:

Also, a real example of me actually executing a shell command in Python.

Most “Python subprocess example” tutorials you’ll find online won’t give you a REAL project example..

And they won’t tell you what steps you’ll need to take in your specific situation. 

In this post, I’ll share how you should THINK in order to be able to come up with a solution for your own “how to run shell command in Python?” problem.. 🚀

If this sounds interesting to you, keep on reading, I’ll also give you an opportunity to become a Python developer at the end of the post 👇🏻

Continue reading