365 Days of Daily Coding: Day 154
I have been occupied lately to finish some assessments so I was not able to post. I am back to catching up with my daily coding studies. I like to spend time watching SQL and Python video trainings in youtube these days. For today, I completed 2 hr out of 4 hr long youtube video. You can find the youtube video here. It’s got loads of good reviews so if you are looking to also work on your python skills, do check it out.
The first 2 hr basically talked about how to download pycharm which is an IDE for python, where you write your python script and execute it; also covered on variables; data types like string, num, tuples and lists; some functions like upper, lower, replace to manipulate or modify strings; using functions like indexes, extend, reverse to access or manipulate lists; how to get user inputs, how to build functions and access it.

Leave a comment