Personal blog

Writing every week about programming, new technology and books.

PYTHON

Fill credit card info in less then 10 lines of code with this Python script

25-Mar-2020
Fill credit card info in less then 10 lines of code with this Python script

Every time there is a need to shop online you will need to enter your credit card information. Learn how to automate this proccess in this quick and simple tutorial.

READ MORE

PYTHON

What is virtualt environment in Python?

24-Mar-2020
What is virtualt environment in Python?

Learn what is virtualt environment and how can you create one for managing Python packages inside projects.

READ MORE

PYTHON

How to install Python and run you first line of code

20-Mar-2020
How to install Python and run you first line of code

This is a tutorial about Python installation on Windows. It's quick and easy, so if you are interested in learning Python make sure to go through this tutorial to install it correctly.

READ MORE