Re: TDD w/ Python, ch 9

2023-01-26 Thread T Zack Crawford via PLUG-discuss
Forgot to mention, but maybe consider domain types that are not dot-com. XYZ is generally pretty cheap but you could shop around. I think you could do $5/year. Ramnode used to have a cheap vps option of $3/y. If you go the VPS route, Luke Smith on youtube has some informative and expeditious tut

Re: TDD w/ Python, ch 9

2023-01-26 Thread T Zack Crawford via PLUG-discuss
I have my site hosted by a ramnode vps and reserve my domain with namecheap. I haven't had any complaints on either but I won't go out and endorse them. If you're only worried about the python development end, you might consider heroku for non-formal or educational project web application hostin

Re: TDD w/ Python, ch 9

2023-01-26 Thread Keith Smith via PLUG-discuss
Maybe 4 months ago I spun up a minimum droplet of on vcpu and 1Gb of RAM and used it to create an Apache we server (LAMP). It kept crashing. I upped the RAM to 2Gb and all went well. I was doing some light PHP/MySql testing. On 2023-01-26 08:46, Thomas Scott via PLUG-discuss wrote: https:

Re: TDD w/ Python, ch 9

2023-01-26 Thread Thomas Scott via PLUG-discuss
Correction: My account *does* get a $25 credit if you end up spending $25 over the lifetime of your account. Currently, that's a zero sum for me as I don't pay for my resources on DO. Best Regards, -Thomas Scott On Thu, Jan 26, 2023 at 10:46 AM Thomas Scott wrote: > https://m.do.co/c/6f0c38f7ef

Re: TDD w/ Python, ch 9

2023-01-26 Thread trent shipley via PLUG-discuss
Google Domain Names is still there with good, but not the best prices. I don't understand why some kinds of domain names cost more. Are some just scarce? Trent On Thu, Jan 26, 2023 at 8:47 AM Thomas Scott via PLUG-discuss < plug-discuss@lists.phxlinux.org> wrote: > https://m.do.co/c/6f0c38f7ef

Re: TDD w/ Python, ch 9

2023-01-26 Thread Thomas Scott via PLUG-discuss
https://m.do.co/c/6f0c38f7ef53 - referral code for DigitalOcean - good for $200/for 60 days. After that, the $4/mo droplet (VPS) is good for most simple development, and can scale up or down as needed (as long as you don't increase the disk size). Anyone feel free to use it! Disclaimer: I've work

Re: Proxmox, was TDD w/ Python, ch 9

2023-01-26 Thread Keith Smith via PLUG-discuss
Hi Steve, Thank you so much for considering me. Tough decision. Currently I am building a WordPress theme. It is complicated and I have not identified any support groups. I do a lot of Google searching and I look at the free/open themes to see how things work. I would say Codex is a good

Re: TDD w/ Python, ch 9

2023-01-26 Thread Keith Smith via PLUG-discuss
I have not heard of and unusual blacklisting of Bluehost. On 2023-01-25 09:21, trent shipley via PLUG-discuss wrote: On Wed, Jan 25, 2023 at 8:30 AM Keith Smith via PLUG-discuss wrote: Hi Trent, First question is what is in your heart? Is the path you are following where you want to go?

Proxmox, was TDD w/ Python, ch 9

2023-01-25 Thread Steve Litt via PLUG-discuss
trent shipley via PLUG-discuss said on Wed, 25 Jan 2023 09:21:46 -0700 >> I recently configured Proxmox on a old piece hardware and am glad I >> did. >> >> Keith Hi Keith, How would you like to give a proxmox presentation at GoLUG? Thanks, SteveT Steve Litt Autumn 2022 featured book: Thrivi

Re: TDD w/ Python, ch 9

2023-01-25 Thread Stephen Partington via PLUG-discuss
Dreamhost might work for you. they have some advanced python options and their dream compute option may be viable for you. On Wed, Jan 25, 2023 at 9:53 AM trent shipley via PLUG-discuss < plug-discuss@lists.phxlinux.org> wrote: > I'm on the bench with my employer asd studying test driven developm

Re: TDD w/ Python, ch 9

2023-01-25 Thread trent shipley via PLUG-discuss
On Wed, Jan 25, 2023 at 8:30 AM Keith Smith via PLUG-discuss < plug-discuss@lists.phxlinux.org> wrote: > Hi Trent, > > First question is what is in your heart? Is the path you are following > where you want to go? Do not read anything into my question. It is all > about you, and what you want t

Re: TDD w/ Python, ch 9

2023-01-25 Thread Bob Elzer via PLUG-discuss
I'm not sure about web hosting. But as for domain names, I use Google Domains, it's $12 for a year. On Wed, Jan 25, 2023, 7:53 AM trent shipley via PLUG-discuss < plug-discuss@lists.phxlinux.org> wrote: > I'm on the bench with my employer asd studying test driven development > using Harry Preciv

Re: TDD w/ Python, ch 9

2023-01-25 Thread Keith Smith via PLUG-discuss
Hi Trent, First question is what is in your heart? Is the path you are following where you want to go? Do not read anything into my question. It is all about you, and what you want to do. I would suggest Bluehost and get as many months as you may need. I know they have a discount for new

TDD w/ Python, ch 9

2023-01-25 Thread trent shipley via PLUG-discuss
I'm on the bench with my employer asd studying test driven development using Harry Precival's Test-Driven Development with Python. Percival uses a simple web site on Django as the practice or example project. In chapter 9 the baby website gets put on a real hosted web server. It needs to be an o