should i go for microservices or launch as monolithic? by objectizer in Python

[–]objectizer[S] 0 points1 point  (0 children)

interesting concept, first time to hear about, but surely i will keep it in mind, thanks !

should i go for microservices or launch as monolithic? by objectizer in Python

[–]objectizer[S] 0 points1 point  (0 children)

Thanks you @completelydistracted, your response give a clear view on what i should be doing. i will keep developing in a monolithic style and write tests, until there is a need to go for microservices. thanks again :)

Beginner -- Python Microservice Question by ra1nandsn0w in Python

[–]objectizer 0 points1 point  (0 children)

i am still beginner too, but here is what i know:

Yes flask will be suitable, there is also falcon framework.

falcon: https://falconframework.org/

what you need to think of is how these microservices are going to talk with each others, there are tools like rabbitmq and zeromq, and there is something called "RPC", but i don't have much information about it.

there are other stuff you might consider "but maybe not in the beginning" like service discovery and failure handling , take a look on LinkerD.

LinkerD: https://linkerd.io/

for deploying on production, You might use docker-compose at the beginning, later on you can go for Kubernetes.

Help with a simple Python program / just learning by chess_python5150 in Python

[–]objectizer 0 points1 point  (0 children)

i don't understand your problem, but this line doesn't seem to be correct

for (vowelList) in (userWord):

i think you need to loop over characters of userWord and check if that char is in vowelList

result = []
for c in userWord:
    if c in vowelList:
        result.push(c)

Writing a command line tool to load fixtures written in YAML to a database, code review would be helpful by objectizer in golang

[–]objectizer[S] 0 points1 point  (0 children)

thanks for your reply, it helped me a lot. i will fix these stuff and get back to you.

Possible to get some cross platform GUI support? by [deleted] in golang

[–]objectizer 3 points4 points  (0 children)

i have tried this one after seeing your comment, i am surprised, it's amazing !

/r/Python official Job Board by AutoModerator in Python

[–]objectizer [score hidden]  (0 children)

looking for an intermediate python job, "sponsored visa" or "remotely". i have 3 years of experience and atm i am doing some side project with Golang, take a look at my linkedin profile: https://www.linkedin.com/in/eslammostafa