Personal blog
Writing every week about programming, new technology and books.
Fill credit card info in less then 10 lines of code with this Python script
25-Mar-2020

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.
What is virtualt environment in Python?
24-Mar-2020

Learn what is virtualt environment and how can you create one for managing Python packages inside projects.
How to install Python and run you first line of code
20-Mar-2020

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.