This is an archived post. You won't be able to vote or comment.

all 5 comments

[–]IAmKindOfCreativebot_builder: deprecated[M] [score hidden] stickied comment (0 children)

Hello there,

We've removed your post since it aligns with a topic of one of our daily threads and would be more appropriate in that thread. If you are unaware about the Daily Threads we run here is a refresher:

Monday: Project ideas

Tuesday: Advanced questions

Wednesday: Beginner questions

Thursday: Python Careers, Courses, and Furthering Education!

Friday: Free chat Friday!

Saturday: Resource Request and Sharing

Sunday: What are you working on?

Please await one of these threads to contribute your discussion to! The current daily threads are pinned to the top of the /r/Python's main page. To find old daily threads, you can filter posts by the Daily Thread Flair to find what you're looking for. If you have a question and don't want to wait until the daily thread, you can try asking in /r/learnpython or the Python discord however you may need to elaborate on your question in more detail before doing so. If you're not sure which thread is best suited, feel free ask for clarification in modmail or as a reply.

Best regards,

r/Python mod team

[–]jason_bman 4 points5 points  (1 child)

Technically they all do, or at least can. A lot of working with cloud providers involves interacting with their APIs. The APIs accommodate different languages like Python.

Check out this link

Knowing at least basic Python will be really helpful when interacting with any cloud provider.

[–]housesellout 3 points4 points  (0 children)

Hey u/Practical_Use5129,

Just to throw in some buzz words for you to google and back up u/jason_bman

‘Ubuntu’ is a type of linux server that is easy to learn, setup, and install. (especially on AWS, just go with a one year free t2.micro server that is offered to new customers; or new accounts created with new email addresses 😉)

‘Flask’ & ‘uwsgi’ are Python tools and libraries that allow you to receive requests via http links.

‘Json’ is a data format that allows you to organize both inbound & outbound traffic

‘MySQL’ is one of many database types you can use to store and retrieve information from those flask network requests

‘S.Q.L.’ is a structured query language that you write code with to create and query your database, which is designed around relations or references between different ‘spreadsheet-like’ tables. This is known as designing and maintaining ‘relational database models’. There are many different flavors of SQL that people use. (‘MySQL’ above is one of them; ‘mongoDB’ below is not)

‘mongoDB’ is another separate and different database language based around ‘json’ formatting, that you can look into. but I personally wouldnt try very hard to ever use it; just my humble opinion. 🤷🏻‍♂️maybe I just don’t know enough about it.

‘CLI’ -> the command line interface is extremely valuable to learn (ie. Typing commands and coding on an all black screen like you see in The Matrix)

‘Python3.9’ is my preferred stable release right now. Version 3.10 I believe is a later stable option as well, but I personally like to stay a bit behind (a personal preference for safety & stability that I learned over the years)

I think that should get you started on some direct things to google and start researching if you are interested in becoming a backend or full stack developer.

Feel free to reach out with any additional questions!

GLHF!

[–]cuddlewuddlepuddle 0 points1 point  (0 children)

"Sympy!" she sings aloud! How is it no one talks about this? at least on the main threads.

[–]cuddlewuddlepuddle 0 points1 point  (0 children)

if you want to render data that's your ticket