Set up Python Dev Env on Linux (Newbie)
This article shows how one can setup simple python environment on a Linux machine, but does not go into virtual environment, poetry, or pypi setup. It's meant for beginners to…
This article shows how one can setup simple python environment on a Linux machine, but does not go into virtual environment, poetry, or pypi setup. It's meant for beginners to…
This article is part 2 of 100 BitSize Python Coding Tips and includes Tips 20 to 40. 21. Dictionary Comprehension with Conditional Logic Use dictionary comprehensions with conditions to efficiently…
This article has biteSize python coding tips 1-20, as a 100-tips series 1. Understanding List Comprehensions List comprehensions provide a concise way to create lists. They can make your code…
In this article, I will show how I step-by-step created a github action that checkout, zipped, and added the zipped file to the repo, each time I commit to main.…
As part of the Setup a Ubuntu Development Laptop with Me series, in this article, I worked with chatGPT but verified setp-by-step and successfully set up ffmpeg on my new…
In this article, I documented my steps to set up RayService on my ubunto laptop and I hope it will be useful for someone. This article goes through setting up…
For the full instruction from the source, see https://kind.sigs.k8s.io/docs/user/quick-start/ I documented my steps of setting up my new ubuntu laptop for Machine Learning and this step is one of the…