Hacker Newsnew | past | comments | ask | show | jobs | submit | RicCo386's commentslogin

Nice project, I really like it. I have tried to upload my runs, but it didnt recognize lot of streets, I have runned through.

If I focus on missing section it seems that my recorded GPS track is few meters in the building and even no street is near wanderer just does not count it and it is missing ability to edit in map. I cant even edit the GPS in 3rd party app and upload as it is missing the upload ability and wants to be synced only via Strava. I am using Strava just as the middleware to upload GPX files to wanderer as I didnt find other way...


Fee is usually paid by business, so you pay £50, but the business got just £49. Most business calculate this fee to the price of the product/service, like they do with rent, electricity, gas, employee wages etc...


Gotcha, but it sounds like it’s more of a tax on businesses than customers, though to be fair it’s the same thing depending on how you look at it.

It would still cost me £50 if I had paid in cash.


Ha ha ha. If they would suspend Russian trolls, that would be more worthy...

And yet they suspend pro Ukrainian YT accounts ...

https://news.ycombinator.com/item?id=30467384


Biggest Python conference is EuroPython (https://ep2019.europython.eu/) but it was in July so you missed that one...

There is PyCon in almost each country. I am volunteering at PyCon SK (https://pycon.sk/), but it will be in March next year.

You can make it to PyCon PL (https://pl.pycon.org/2019/en/), PyCon UK (https://2019.pyconuk.org/) in September in the past I have been on both and can recommend to visit.


Currently Jakub Balas speaking about Using Python in new space industry is not a rocket science: https://2019.pycon.sk/en/speakers.html#speaker_balas


In Europe, there are several great conferences regarding open source technologies:

Open Source Summit: http://events.linuxfoundation.org/events/open-source-summit-...

Euro Python: https://ep2017.europython.eu/en/ (2018 site is not yet, and will be probably somewhere else)

Django Con Europe: https://2018.djangocon.eu/

And many cool local PyCon's, such as PyCon SK 2018: https://2018.pycon.sk/en/index.html

Disclaimer: I am part of the PyCon SK organizational team



Yes, for example in nginx config it is just one word in server definition. And if client doest support it, fallback automatically to standard https website. Really there is no reason not to enable it.


Last major release before Django 2.0 which will be Python 3 only. Looking forward to the __future__


I've been meaning to learn Django as it seems to have a much more mature ORM and migration capabilities (currently very much productive with node via Sequelize and Express, but migrations are rather tedious). Is now a good time or should I wait till 2 is out? How big of a break will it be?

A friend also expressed that it might not be worth it to use Django if just for the ORM and migrations (backend is just api), is he right?


> How big of a break will [Django 2.0] be?

Not abnormally big at all if you're writing Python 3 code. The Django team is very good at communicating about planned changes in advance. Aside from dropping Python 2 support, the only reason they're calling it Django 2.0 is because they switched version numbering schemes to a modified version of SemVer.

I would learn now if I were you.

> A friend also expressed that it might not be worth it to use Django if just for the ORM and migrations (backend is just api), is he right?

I'm not sure, because I don't know what the alternatives are for you (I dabble in Django on the side). But I do know that some people do use parts of Django instead of all three layers, so it may not be ridiculous.


What is your main stack?


Java EE et al. Specifically Spring/Hibernate in a web app that we distribute to customers for them to run themselves (usually in Tomcat). With a separate UI app that is finally almost finished transitioning from Flex to Javascript.

Not the sort of thing I recommend unless you have an application that actually needs all of that (which our users do, and if you did I doubt you'd be looking at anything in Python).


> A friend also expressed that it might not be worth it to use Django if just for the ORM and migrations (backend is just api), is he right?

I only started using Django about 6 months ago, but I would have started much earlier if I'd known about the incredible built-in admin interface. The built-in user system is also very convenient. I think Django makes a great backend-only system, especially in combination with Django REST framework.


2.0 is just a time-based version numbering change. Besides dropping Python 2 support, 1.11 -> 2.0 will not be any more of a break compared to 1.8 -> 1.9.

If your code works on 1.11 without warnings, it will work on 2.0 just fine.


> Besides dropping Python 2 support

"Apart from that Mrs Lincoln, how did you enjoy the play?"


Have a look at Django Rest Framework for your backend. Also there are lots of other Django apps which might be useful for backend only apps like eg. ratelimiting.


If you're looking for a good ORM with migrations in python, I highly recommend SQLAlchemy and Alembic, with the web app in Flask (although you could use any web framework, which is a nice benefit of using smaller components like this). There's a bit more boilerplate to get it set up the first time vs Django, but it's not bad and there are good resources for it. SQLalchemy is an amazing ORM, and the flexibility of being able to write and organize your code with this stack in ways that work well for your problem vs being stuck doing it the "Big MVC Framework Way" in Django is really nice.


You might want to look into Django Rest Framework [1]. It is very well made and documented. Django's ORM + DRF is a great combination for API servers.

[1] http://www.django-rest-framework.org/


> A friend also expressed that it might not be worth it to use Django if just for the ORM and migrations (backend is just api), is he right?

Yes, he is right. If you add The rest framework: http://www.django-rest-framework.org/ you can implement your app all the newest JS frameworks and maintaining a great server environment. You'll have nice debugging tools, a great language and a robust and mature framework.


I use it all the time for small data migration projects, as the ORM saves a lot of time for inserts and updates. The Admin makes it very fast to create, edit and view data as well. Even if you don't use Django at all for the final project, it can save a lot of effort during development.


Python Community Conference in Slovakia PyCon SK (10-12. March 2017): https://www.pycon.sk/2017/

Three days conference with a mix of (Czech) Slovak and English talks and workshops. Part of the speakers line up is published (rest will follow soon).

There is a really good connection for all of the Europe to Vienna (which is really close), or cheap Ryan-air flight directly to Bratislava.

Also EuroPython will be in early summer (9-16. July 2017) in Rimini, Italy: http://ep2017.europython.eu/


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: