TheLearningDev's Blog

TheLearningDev's Blog

Follow
homeBuild Your Own Python Project
Tag

Programming Blogs

#programming-blogs

More content

Read more stories on Hashnode


Articles with this tag

How to Run a Script when Python Shell Starts up?

Bhavani RaviBhavani Ravi
Jun 25, 20222 min read

What's the use of the PYTHONSTARTUP variable? ยท In the previous post, we explored various ways to clear the Python shell. tl;dr import...

How to Run a Script when Python Shell Starts up?

Reading Error Messages as a Python Beginner

Bhavani RaviBhavani Ravi
Jun 14, 20213 min read

Python error messages(Tracebacks) can be daunting as a python beginner. Sometimes you will end up with a page of error message not knowing where to...

Reading Error Messages as a Python Beginner