Search

Items tagged with: python

Carol Chen
7 years ago

Socialhome HQ



#django #python #decentralization #thefederation #diaspora

https://socialhome.network/
"Socialhome is a #federated home page builder application with social network features."

My little project has reached the phase where I've set up a public demo server. Feel free to play around if you like - feedback would be highly appreciated! Just do realize it's a bit alpha still.

Socialhome HQ

Jason Robinson
7 years ago

Socialhome HQ



#django #python #decentralization #thefederation #diaspora

https://socialhome.network/
"Socialhome is a #federated home page builder application with social network features."

My little project has reached the phase where I've set up a public demo server. Feel free to play around if you like - feedback would be highly appreciated! Just do realize it's a bit alpha still.

Socialhome HQ

Guido Arnold
7 years ago

My Company (in Berlin, Germany) is Hiring



Hello D* - in case you or someone you know is looking for a job in either of the following two positions here in Berlin, Germany: * DevOps/SRE (Hadoop, Python, Spark, Grafana, InfluxDB, MongoDB, Scylla, virtualization, Ansible, and so on and so on) * System Administrator (both Debian- and Redhat families, Python, virtualization, wiki and git and so on, monitoring and alarming, backups, small local DC, no network management (routers, switches, firewalls), some offsite stuff at customer installations, and so on )

Goodies: interesting but not over-the-top levels of complexity, you get to play with interesting technologies, international team (English is business language), free fruit and veggies, admin your own notebook (you can install Linux if you like), small company ( < 30) but due to the ownership structure of the company you can get into a corporate pension plan if you want, and the pay check is totally on time every month.

#jobbörse #jobmarket #berlin #devops #sysadmin #python #hadoop #linux
(((Monkeymind)))
7 years ago

My Company (in Berlin, Germany) is Hiring



Hello D* - in case you or someone you know is looking for a job in either of the following two positions here in Berlin, Germany: * DevOps/SRE (Hadoop, Python, Spark, Grafana, InfluxDB, MongoDB, Scylla, virtualization, Ansible, and so on and so on) * System Administrator (both Debian- and Redhat families, Python, virtualization, wiki and git and so on, monitoring and alarming, backups, small local DC, no network management (routers, switches, firewalls), some offsite stuff at customer installations, and so on )

Goodies: interesting but not over-the-top levels of complexity, you get to play with interesting technologies, international team (English is business language), free fruit and veggies, admin your own notebook (you can install Linux if you like), small company ( < 30) but due to the ownership structure of the company you can get into a corporate pension plan if you want, and the pay check is totally on time every month.

#jobbörse #jobmarket #berlin #devops #sysadmin #python #hadoop #linux
Monkeymind
8 years ago from Diaspora
on all our production servers.

#python #thefuck

thefuck 3.2 : Python Package Index

Magnificent app which corrects your previous console command
CSX 6400
9 years ago from Diaspora

Really strange behavior QML/PyOtherSide/Python



I don't know where to put this really so I thought I'd share it here.

I'm rewriting my #scalefish app to a python version (so no update yet unfortunately) when I noticed this strange behavior. I have this python code in a file named random.py:
#!/usr/bin/env python
# -*- coding: utf-8 -*-

import pyotherside

def ran_func():
return "Hello World!"

So far so good ... Then in the QML file in the same folder i have this:
import QtQuick 2.0
import Sailfish.Silica 1.0
import io.thp.pyotherside 1.4

Page {
id: page
TextArea {
}
Python {
id: python
Component.onCompleted: {
addImportPath(Qt.resolvedUrl('.'));
importModule('random', function() {});
}
function ran_func() {
return call_sync('random.ran_func', []);
}
}
Component.onCompleted: {
console.log(python.ran_func())
}
}
// Notice the empty TextArea

Nothing suspicious I'd say. When the Component page has instantiated it should log Hello World! to the console. And indeed, running this gives the result:
[D]onCompleted:42 - Hello World!

But now it gets strange. When I removed the (property-less) TextArea, it throws an Error:
[D]QPythonPriv::formatExc:612 - "PyOtherSide error: Traceback (most recent call last):

File "<string>", line 1, in <module>

NameError: name 'random' is not defined
"
[W]QPython::emitError:380 - Unhandled PyOtherSide error: Function not found: 'random.ran_func' (Traceback (most recent call last):

File "<string>", line 1, in <module>

NameError: name 'random' is not defined
)
[D]onCompleted:53 - undefined

And I don't understand why. Even stranger is the fact it will only run correctly when you use the TextArea object. Replace it with e.g. Button, or Rectangle it won't succeed and gives the same error. Anyone an idea?

#qml #pyotherside #python #sailfishos #jolla #linux
Arthur Schiwon
9 years ago from Diaspora
A fresh how-to on writing an #sailfishOS app in #python

Creating a Sailfish OS application in Python - sailfishos.org - https://sailfishos.org/develop/tutorials/creating-application-in-python/

#jolla

Creating a Sailfish OS application in Python - sailfishos.org

Klaus Weidenbach
12 years ago
Python and CentOS
Trying to install #python, django, gearman, etc. on #CentOS. Doesn't seem to be the right distro for that, or I just don't know enough about all these python things.
newer older