Searching for python
Search
python getting started notes
check your version of python Python python --version if this does not work try Python python3 --version this should show something like: Python 3.8.5 you can run a python script with Py..
Python import into SQLite research
Some examples i found while researching this import from python scripts into sqlite. Example weather import beautiful soup Python def weather_():page = requests.get("https://www.bbc.co.uk/weather/0..
My Favourite Atom Packages (Plugins) 2020
I did a list for this last year, updating it again for this year, i will add and remove packages as i change them. This is just my personal preferences for atom as i usually code in js css html and ph..