-
Continue reading →: CodeUp Salford / Humble Bundle Linux
I had a bit of spare time this evening and so headed over to CodeUp Salford (Twitter: @codeupsalford) to listen to Drew Morgan talk about Python. As my regular readers know, I enjoy Python. Heck it is currently my go to language to bounce ideas around in, and it was great…
-
Continue reading →: SITE UPDATE: GeekTechV2 – A Young Person’s View
To give a new author a chance to reach an audience and share their view/knowledge of programming I am proud to announce that http://www.geektechstuff.com is the home of geektechv2 – hopefully some articles on Scratch will be coming soon!
-
Continue reading →: My Introduction
Hi I’m geektechv2. I’m going to write about scratch etc. I will post soon. For now I m signing out!
-
Continue reading →: Microsoft Office 365 Endpoints V2 (Python)The Microsoft Office 365 Endpoints V1 program did a good job of outputting the endpoint data into CSV files, but what if you wanted the URLs outputted for use as a PAC file? A Proxy Auto Configuration file tells a proxy how to handle traffic depending on URL, host or IP.…
-
Continue reading →: Microsoft Office 365 Endpoints V1 (Python)Tonight I’m having a brief look at Microsoft Office 365 Endpoints; https://support.office.com/en-us/article/managing-office-365-endpoints-99cab9d4-ef59-4207-9f2b-3728eb46bf9a?ui=en-US&rs=en-US&ad=US#ID0EACAAA=4._Web_service in my current favourite programming language – Python. My target is to be able to generate the various Endpoint details into an updating PAC or WPAD file. Then I will look at the same in PowerShell. I’ve used the SMTP…
-
Continue reading →: PDF Merge – With GUI V2 (Python)A small change to yesterday’s PDF Merge with GUI. The below now asks the user how many PDFs they want to merge, and then loops through the process until that many PDFs are merged into one PDF. #!/usr/bin/python3 # geektechstuff # libraries to import from tkinter import * from tkinter import…
-
Continue reading →: PDF Merge – With GUI (Python)Yesterday I looked at using the tkinter module of Python to create a file browser GUI , and it has inspired me to relook at the PDF Merge program I did a while back. My first attempt (worked on over a lunch break) at a GUI driven PDF merge program…
-
Continue reading →: File Browser V1 (Python)Currently looking through some of my older projects and seeing if any of my recent Python learning could be used to make them better. Possibly make the PDF merge idea better with some GUI driven fun rather than command line, and building on my previous GUI attempt. To do this…
-
Continue reading →: Sending SMS (Text) Messages (Python)
Following on from my Pollen Count project I wondered if it would be possible to send the same information via SMS (Short Message Service / text message) to a mobile phone. Being a test idea I didn’t want to pay for sending test SMS messages and didn’t want to sign…
-
Continue reading →: Pollen Check V2 (Python) – Or How To Send E-Mail Via PythonYesterday I got V1 on my Pollen Check program running, and in all honesty I managed to complete part 2 last night but didn’t get chance to write a blog post as it was getting late. V2 of the Pollen Check program doesn’t display onscreen the pollen data, instead it…



You must be logged in to post a comment.