My favourite movies with Flask, SQLAlchemy, PythonSorry for absence I needed to let my brain to work and soak in all the information from learning the Python. So, today we are going to make a webpage with the ranking of favourite movies using Python, SQLite, Flask, SQLAlchemy and Jinja language. So:...Aug 17, 2022·8 min read
Automatic birthday greating email PHP SMTPSo the task was to send a random greating to a person on his/her Birthday. I picked the extrahard challenge cause this way without any tips it is much more interesting and also easierin a way cause I am free to use any approach that I want (don't get...Jul 19, 2022·3 min read
Sending email on a specific day with Python.The task was to send emails with random quotes from the data file on a specific day of the week. So, here we go... First, I need to know what day of the week that is. That's why I will need datetime module. import datetime as dt first I create now da...Jul 19, 2022·2 min read
OOP Cross the road Game With Python TurtleOOP Cross the road Game With Python TurtleJul 12, 2022·5 min read
My python journey.Hi, I am a newbie in Python and currently learning it on my own with online course and I love it. Couple years ago I went through 4 month live course for Front-End and 4 month of PHP course but my mind was not ready for it and it was really painfull...Jul 6, 2022·1 min read