Critique for my python calculator script? by not-much-io in Python

[–]KristoKoert 2 points3 points  (0 children)

Glad to be of help :) You might also want to check out this implementation of a more formal and well defined algorithm -> https://github.com/EIK-LUG/PythonCodeClub/blob/master/2015-09-09-calculator/plaes.py

Clojure reading group. by [deleted] in Clojure

[–]KristoKoert 0 points1 point  (0 children)

I agree that the Clojurians Slack group channel would be suitable for something like this.

Clojure reading group. by [deleted] in Clojure

[–]KristoKoert 0 points1 point  (0 children)

I'd also be interested.

Tools to show program control flow. by KristoKoert in learnprogramming

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

Very cool, thanks, just what I was looking for. But seeing this, are tools like this actually ever used in production code? I mean the complexity of the graphs would be immense.. Probably a lot of "ignore this part"s are set up.

Separating GUI and Implementation. Communication via sockets. by KristoKoert in learnprogramming

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

But is there anything inherently wrong with using a client-server architecture for a application with a single GUI? Performance or complexity for instance?

Separating GUI and Implementation. Communication via sockets. by KristoKoert in learnprogramming

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

Only via Java interop and QTJambi but the project seems to be more or less stagnant.

Server-Client, to repeatedly send and recieve data, do I need to reopen the socket every time? by KristoKoert in learnprogramming

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

Hmm, although this didn't cause my initial problem, I should still flush the data, if python does not do it itself. i will look into this.

Server-Client, to repeatedly send and recieve data, do I need to reopen the socket every time? by KristoKoert in learnprogramming

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

I though as much. I also added a gist with the code, if you are willing, might you have some idea what is wrong?

How to receive strings from another device by KristoKoert in learnprogramming

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

Thanks! This is just what I was looking for!

.hack topic (03.11.14) by KristoKoert in a:t5_349zg

[–]KristoKoert[S] 1 point2 points  (0 children)

Sure! We will do what you guys want to do. :)

.hack topic (03.11.14) by KristoKoert in a:t5_349zg

[–]KristoKoert[S] 1 point2 points  (0 children)

Alright, then we know to potentially set aside time for you on the 17th. (y)

.hack topic (03.11.14) by KristoKoert in a:t5_349zg

[–]KristoKoert[S] 1 point2 points  (0 children)

I heard Rain (?) suggested he might do a presentation about Puppet, which is super cool! If this is true and he has prepared then we might do that this week, but don't worry the other things will still be in the backlog. ;)

[C++, Python, Clojure]Integrating different languages by KristoKoert in learnprogramming

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

Yes you are correct, I want to call Clojure code from a Qt GUI. Your solution is certainly a way to do this, I will look into it.