Python Forum
Free server environment to test python capabilities on networking etc
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Free server environment to test python capabilities on networking etc
#1
Good morning. Please, the computer I am using is not a server and learning python, I see that it has a lot of capabilities that requires a server. Please, can someone recommend me a free online server, possibly, a cloud server, that I can use to be practicing my networking and other skills that I am learning from python. I will much appreciate it.
As a noob, I am ready to learn new things to up my skills.
Thanks.
Reply
#2
It would be helpful if you could explain a bit more what you are trying to do.
It is possible for you to set up various servers on your own computer so that you can keep your work local.
Not saying that this is an option in your case, but likely.
Reply
#3
My system is old. I don't think installing a server op sys is a good option. I want something I can do over the net. That way I will really be simulating a live working environment.
Reply
#4
You can run Python locally on your Computer.

The term server is not well-defined. It could mean hardware or software.
Related to hardware: expensive, 24/7 usage, fail safe
Related to software: some kind of software, which offers a kind of service

Even on your old system Python will run.
Python3 runs on my Raspberry Pi Zero W which has 512 MB RAM and a 1GHz ARMv6 CPU.
It's enough memory to run dnsmasq, nginx, fastapi (Python3), wifi-control via GPIO-Switch, tty data logger
with a sqlite3 database and some other services. It's even possible to create in memory a Graph and display it on a website.

I guess your system is not the problem.
Almost dead, but too lazy to die: https://sourceserver.info
All humans together. We don't need politicians!
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
Star Nodezator (free Python node editor) released to the public domain! KennedyRichard 4 2,171 Jun-24-2022, 09:49 AM
Last Post: Larz60+
  Python GUI for Android - ebook for free OlafArtAnanda 2 3,757 Jul-20-2021, 11:07 PM
Last Post: phoenix
  [Expired] Free Course: Automate the Boring Stuff with Python Programming Yoriz 0 2,751 Jun-06-2021, 01:18 PM
Last Post: Yoriz
  [Expired] Complete Python 3 course, FREE for the next 2 days Yoriz 2 2,778 May-17-2021, 05:28 PM
Last Post: Yoriz
  Get Python 101 2nd Edition FREE for 72 Hours! snippsat 1 2,604 Jan-11-2021, 06:35 PM
Last Post: Larz60+
  Learning Python - good free online resources & courses StickyBrickit 1 2,444 Jun-04-2020, 11:31 AM
Last Post: Larz60+
  My Python programming book for kids is free for 48 hours kenttong 0 1,947 Feb-02-2020, 09:45 AM
Last Post: kenttong
  Interactive online python learning environment freely available kenttong 0 1,547 Jan-29-2020, 03:49 AM
Last Post: kenttong
  Python Turtle 3D capabilities jotape1960 3 68,860 Sep-05-2019, 12:35 PM
Last Post: ichabod801
  [book] Various python and non python books available each day (free for 24hrs) Yoriz 188 122,940 Aug-09-2019, 04:57 AM
Last Post: ThomasL

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020