24
Feb
Get checkbox value in Flask and Jinja2
by Slav Kurochkin
No Comments
Here is how to get checkbox value from jinja2 template in a flask, first let’s create our jinja2 file: Then lets retrieve value from the...
23
Feb
How to use sessions in Flask
by Slav Kurochkin
No Comments
One of the things you need to do as a developer of the application is track who is logged in to your application so you...
22
Feb
Ignore CSV header in Python
by Slav Kurochkin
No Comments
Sometimes you would get a data sheet as CSV file which needs to import in SQL, the problem is CSV files don’t really care what...
19
Feb
Pipenv how to create python virtual environment
by Slav Kurochkin
No Comments
First things first we need to install pipenv, so make sure you have python 3.* and pip installed on your machine. Then create directory for...
18
Jan
South Florida Test Automation Meetup Notes, January 2020
by Slav Kurochkin
No Comments
A little bit of history before we jump to January meetup notes. About four years ago I got a chance to lead South Florida Test...
07
Jan
Do we have to do UI automation for everything in 2020?
by Slav Kurochkin
No Comments
Lately, we more and more hear that not every UI test needs to be automated. I tend to disagree with this statement. Even though there...