Local Development Environment for ... Python?

Discussion in 'Site & Server Administration' started by Matt Tedeschi, Nov 17, 2018.

  1. #1
    It's time to reup on my web design skills & need a little help to get started.

    In the past, I used XAMPP (since I'm on Windows) for PHP, MySQL, HTML, CSS, etc.

    Being that I can start with a clean slate, Python seems like an interesting avenue, paired with HTML5, CSS3 and JavaScript.

    But is really? If MySQL is to PHP, what exactly is ... to Python? Can XAMPP be used with Python? If not, which local server environment would allow you to work using Python? And by the way, the reason I find Python interesting for future app development. I hear Python variations can be used to create mobile device apps after the code has been compiled.

    As you can see I'm just floatin'. Any help is appreciated.
     
    Matt Tedeschi, Nov 17, 2018 IP
  2. SpacePhoenix

    SpacePhoenix Well-Known Member

    Messages:
    197
    Likes Received:
    28
    Best Answers:
    2
    Trophy Points:
    155
    #2
    "Monty" :p (Just joking)
     
    SpacePhoenix, Nov 19, 2018 IP
  3. Matt Tedeschi

    Matt Tedeschi Greenhorn

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #3
    Hahhahahaa. Nice one^
     
    Matt Tedeschi, Nov 23, 2018 IP
  4. shofstetter

    shofstetter Well-Known Member

    Messages:
    178
    Likes Received:
    7
    Best Answers:
    1
    Trophy Points:
    120
    #4
    Look into Django https://www.djangoproject.com/
    You can use it with both MySql and PostgreSQL if I'm not mistaken.
    While you can do it in Windows it would likely be less of a headache for you to try it in a linux vm using VirtualBox instead.
    You could also signup for the aws free tier and use ec2, s3, and I think rds for a year. If rds isn't included in the free tier you could always install MySql in the ec3 instance.
     
    shofstetter, Feb 1, 2019 IP
  5. chinemeremz

    chinemeremz Well-Known Member

    Messages:
    38
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    118
    #5
    not necessarily but still possible I believe; python though a server side program like php, it has it's own development environment which can be downloaded from the python official site. The beauty is that it can be integrated with client side programs like javascript.
     
    chinemeremz, Feb 1, 2019 IP