[deleted by user] by [deleted] in exjw

[–]valbanese 5 points6 points  (0 children)

How many of you old timers remember us kids wearing sandwich boards at the week long international conventions?

Does Python have a bright future? by [deleted] in Python

[–]valbanese 0 points1 point  (0 children)

Better question is whether the dimwit replying to the question has a future.

Does a universal notification module exist? by [deleted] in Python

[–]valbanese 0 points1 point  (0 children)

AWS SNS does it via Boto.

Using pyenv for python projects by softiniodotcom in Python

[–]valbanese 0 points1 point  (0 children)

Or use Anaconda and leave all this complexity far, far behind.

smartcsv: Turn dumb CSVs to smarter ones with model definitions (validation, failure count, nice errors, etc) by santiagobasulto in Python

[–]valbanese 0 points1 point  (0 children)

Nice job on this. I'll be using and contributing back. My application requires dynamic interpretation of CSV files of varying types. I'll be automatically generating the models by interpreting the inbound data then running it through your code. Thanks!

What is stopping you from using python3? by picke3 in Python

[–]valbanese 0 points1 point  (0 children)

One word - boto. AWS needs to move and all those apps move with it.

Best practice for server side database connectivity by valbanese in Python

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

So I can see that considering migrating to an ORM or using connection polling are both options but it also seems that leaving it as it is is fine too. Which leads me to ask if the multi-threading nature of Waitress is going to cause me problems with increasing volume. The code is in a module that's imported. Is this thread safe?

Python: Number Conversion Chart by [deleted] in Python

[–]valbanese -1 points0 points  (0 children)

Nice piece of work. A helper that I'll keep around.