• Career,  Lifestyle,  News,  Science,  Tech

    7 steps to install Tkinter and run a ‘Hello World’ file

    Download Visual Studio Code Create a new file for example main.py Check python version type python –version in the terminal Check the version of pip and execute the command pip -V Create a new virtual environment execute the command python -m venv /path/to/new/virtual/environment Install Tkinter pip install tk Import Tkinter and run a “Hello World” file # Python tkinter hello world program fromtkinter import* root =Tk() a =Label(root, text ="Hello World") a.pack() root.mainloop() Then run the file, below is the result of your tkinter hello world program.

  • Career,  Science,  Tech

    Easy trick inspect an element and find source webpage – Chrome Shortcut

    I bet I can learn everyone this basic trick. When you think about programming, websites these days HTML5, CSS and JS are unthinkable. Well here's something cool, when you don't know (yet)anything about computers well let me show you this. You can view the source code of the webpage, also you a js console is built in so you can write some lines of js and test it here.

  • Career,  Lifestyle,  News,  Tech

    3 Best Antivirus apps to protect your smartphone from malware

    We use smartphones on a daily basis and without knowing you could download malware. To prevent this there are some free antivirus app to get the dirt out of your phone. Below I've made a list from the best apps you can install and use. The apps can clean viruses, trojans, malware and protect you from improper app permissions. They have a free version, some have a premium version with more options.

  • Career,  Lifestyle,  Tech

    Cool Nerdmugs for the techmom and stayathomemom

    Mugs can be personal, trendy and fashionable. You have so many mugs on the market but sometimes you can’t find what your looking for. I was searching for a new mug that I can use on the office myself but I haven’t made a decision yet. I really like the pink heart mug or the mug “my password is the last 8 digits of π”. But still there are so many designs and there are also very feminine mugs when I’m at home. During my journey writing this blog I came across mugs with the theme “Holland”. And yet also very beautiful creations and versions. When you click on the photo you can order the mug right away.

You cannot copy content of this page