
blog.pythonanywhere.com
PythonAnywhere NewsAll the latest updates from the PythonAnywhere team
http://blog.pythonanywhere.com/
All the latest updates from the PythonAnywhere team
http://blog.pythonanywhere.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Monday
LOAD TIME
9.2 seconds
PAGES IN
THIS WEBSITE
12
SSL
EXTERNAL LINKS
73
SITE IP
34.206.101.184
LOAD TIME
9.173 sec
SCORE
6.2
PythonAnywhere News | blog.pythonanywhere.com Reviews
https://blog.pythonanywhere.com
All the latest updates from the PythonAnywhere team
Today's Upgrade: Sharing is Caring - PythonAnywhere News
http://blog.pythonanywhere.com/111
Todays Upgrade: Sharing is Caring. With today's deploy, we added some console sharing and file system features to make helping other people easier, whether it's in a group setting, or a more in-depth one-on-one session. Tl;dr: go mentor someone today and tell us how to make the sharing features even better for you! For the education beta. Specific stuff, we also added these two features in response to popular requests:. An extra option for teachers to share a console with all their students in one click.
About - PythonAnywhere News
http://blog.pythonanywhere.com/7
This blog contains the latest news for users of PythonAnywhere. New features, new ideas, product direction, and how it's being used. If you like the blog format we're using, it's just a simple Django app, and we've designed it to be easy to set up; you can fork it on GitHub. Many thanks to Twitter for their Bootstrap. Design, which is responsible for you not having to put up programmer art on this site. Posted Aug. 5, 2011, 5:22 pm by giles. Blog comments powered by Disqus. You can sign up here.
PythonAnywhere now supports Postgres - PythonAnywhere News
http://blog.pythonanywhere.com/103
PythonAnywhere now supports Postgres. Tl;dr: upgrade to a Custom account. And you can now add Postgres. Say no to multi-tenancy (ak The Whale vs the Elephant vs the Dolphin). Postgres has been the top requested feature for as long as we've supported webapps (3 years? We did have a brief beta based on the idea of a single postgres server, and multi-tenanted low-privileged accounts for each user, but it turned out Postgres really doesn't work too well that way (unlike MySQL). How to get it. We'll save it to.
Test-Driving a docker-based Postgres service using py.test - PythonAnywhere News
http://blog.pythonanywhere.com/97
Test-Driving a docker-based Postgres service using py.test. Cross-posted at Obey The Testing Goat! We've been working on incorporating a Postgres database service into PythonAnywhere, and we decided to make it into a bit of a standalone project. The shiny is that we're using Docker to containerise Postgres servers for our users, and while we were at it we thought we'd try a bit of a different approach to testing. I'd be interested in feedback - what do you like, what might you do differently? So instead,...
Today's maintenance upgrade: Fileserver migration complete, other updates - PythonAnywhere News
http://blog.pythonanywhere.com/109
Todays maintenance upgrade: Fileserver migration complete, other updates. In other news, we've managed to squeeze in a few more user-visible improvements :). Features bump for paid plans. We've decided to tweak the pricing. Pages so that all plans are customisable. As a bonus side-effect, we've slightly improved all the existing paid plans, so our beloved customers are going to get some free stuff:. All Hacker plans now allow you to replace your .pythonanywhere.com domain with a custom one. Now defaults ...
TOTAL PAGES IN THIS WEBSITE
12
ZeroSSL: a free, web-based, Let's Encrypt SSL cert provider | PythonAnywhere help
http://help.pythonanywhere.com/pages/ZeroSSL
Skip to main content. ZeroSSL: a free, web-based, Let's Encrypt SSL cert provider. This is a user-provided guide from andy800. PythonAnywhere has already provided walkthroughs for creating SSL certificates:. For free Let's Encrypt certificates. A new service, ZeroSSL. Bridges the gap by making free Let's Encrypt certs as easy (easier? To generate as commercial providers. This guide will walk you through generating your first ZeroSSL certificate. The following is copied from PythonAnywhere's SSL guide:.
How can I use a different version of Python for the Save & Run button? | PythonAnywhere help
http://help.pythonanywhere.com/pages/SaveAndRunPythonVersion
Skip to main content. How can I use a different version of Python for the Save and Run button? The Save and Run button defaults to Python 3.4. If you want to use Python 2, you can do so by inserting a special line at the top of your file, called a hashbang. Hello from python 2". Will load Python 2,. Or, for example:. Hello from python 3.3". Will load python 3.3 instead of 3.4. The hashbang has to be the very first line in the file. Want to improve this page? Submit a pull request!
Simple Django Hosting: PythonAnywhere
https://www.pythonanywhere.com/details/django_hosting
Have been playing around with #Python. Very, very cool and powerful! Mdash; J. M. Varner (@JMVarnerBooks) 6 June 2016. For making it so easy to dploy our site https:/ t.co/YqLJtew4QA. And deployed via @GitHub. Mdash; Solid State Design (@solstatdes) 5 April 2016. Just setup a Django website using the wonderful workflow on @pythonanywhere. With none of that painful server and backend stuff! Mdash; Doris Lee (@dorisjlee) 29 March 2016. Ive being playing on @pythonanywhere. The whole day. #python. Pra quem ...
Writing a reverse proxy/loadbalancer from the ground up in C, pause to regroup: non-blocking output | GilesThomas.com
http://www.gilesthomas.com/2013/09/writing-a-reverse-proxyloadbalancer-from-the-ground-up-in-c-pause-to-regroup-non-blocking-output
Long S Google Books searches. Writing a reverse proxy/loadbalancer from the ground up in C, pause to regroup: non-blocking output. Before moving on to the next step in my from-scratch reverse proxy, I thought it would be nice to install it on the machine where this blog runs, and proxy all access to the blog through it. It would be useful dogfooding and might show any non-obvious errors in the code. And it did. Curl: (56) Problem (3) in the Chunked-Encoded data. After a ton of debugging with. This is exc...
Politics | GilesThomas.com
http://www.gilesthomas.com/category/politics
Long S Google Books searches. Does #EUVAT make accepting bitcoins impossible for EU-based digital services businesses? Earlier on today I blogged a description of what we had to do at PythonAnywhere to handle the upcoming EU VAT ( = sales tax) changes for digital services. It’s a long post (though I tried to keep it as light as possible), but the short form is “it was hard, and at least in part […]. Category: Business of Software. Generating political news using NLTK. Joining TheyWorkForYou to Twitter.
Programming | GilesThomas.com
http://www.gilesthomas.com/category/programming
Long S Google Books searches. Pam-unshare: a PAM module that switches into a PID namespace. Today in my 10% time at PythonAnywhere (we’re a bit less lax than Google) I wrote a PAM module that lets you configure a Linux system so that when someone sus, sudos, or sshes in, they are put into a private PID namespace. This means that they can’t see anyone else’s processes, either via ps […]. SHA-1 sunset in Chromium, and libnss3. An HTTP request’s journey through a platform-as-a-service. While I’m plugg...
…just resting… | GilesThomas.com
http://www.gilesthomas.com/2013/12/just-resting
Long S Google Books searches. 8230;just resting…. Just a quick note to say that I’m still here! Using rsp as a front-end for this site has usefully shown up some weird bugs, and I’m tracking them down. I’ll do a new post about it when there’s something useful to say…. Writing a reverse proxy/loadbalancer from the ground up in C, part 4: Dealing with slow writes to the network. A fun bug →. Pam-unshare: a PAM module that switches into a PID namespace. SHA-1 sunset in Chromium, and libnss3.
A fun bug | GilesThomas.com
http://www.gilesthomas.com/2014/03/a-fun-bug
Long S Google Books searches. While I’m plugging the memory leaks in my epoll-based C reverse proxy, I thought I might share an interesting bug we found today on PythonAnywhere. The following is the bug report I posted to our forums. So, here’s what was happening. That’s all pretty simple. The twist comes when we add the code that reload web apps to the mix. So, what happened here? But the code on the “Web” tab that specifies the URL for reloading the selected domain specifies it using your m...And you c...
PythonAnywhere | GilesThomas.com
http://www.gilesthomas.com/category/pythonanywhere
Long S Google Books searches. Pam-unshare: a PAM module that switches into a PID namespace. Today in my 10% time at PythonAnywhere (we’re a bit less lax than Google) I wrote a PAM module that lets you configure a Linux system so that when someone sus, sudos, or sshes in, they are put into a private PID namespace. This means that they can’t see anyone else’s processes, either via ps […]. An HTTP request’s journey through a platform-as-a-service. SNI-based reverse proxying with Go(lang). Short version for ...
Writing a reverse proxy/loadbalancer from the ground up in C, part 4: Dealing with slow writes to the network | GilesThomas.com
http://www.gilesthomas.com/2013/10/writing-a-reverse-proxyloadbalancer-from-the-ground-up-in-c-part-4-dealing-with-slow-writes-to-the-network
Long S Google Books searches. Writing a reverse proxy/loadbalancer from the ground up in C, part 4: Dealing with slow writes to the network. This is the fourth step along my road to building a simple C-based reverse proxy/loadbalancer, rsp, so that I can understand how nginx. Works — more background here. Here are links to the first part. Where I added the code to handle multiple connections by using epoll. And to the third part. Where I started using Lua to configure the proxy. Return a value with a num...
TOTAL LINKS TO THIS WEBSITE
73
Zope 3 hacking - pyte
Pyramid, apache, virtual hosting. I was on the lookout for the good old vh ZTK virtual hosting solution for Pyramid. This is the opposite of the X-Vhm-Root mode. Turned out to be a bit complicated. The simplified solution is:. Filter:paste prefix] use = egg:PasteDeploy#prefix [pipeline:main] pipeline = paste prefix your.app . Xfce4 4.11, xubuntu 14.04, how to turn off session saving even HARDER. As kiosk mode also does not seem to work, create an upstart script:. Way does not work,. Being blessed with a ...
pytest blog
Pytest is a mature full-featured Python testing tool that helps you write better programs. What's new in pytest 3.0. This blog post provides a short overview of some of the major features and changes in pytest 3.0. See the CHANGELOG. For the complete list. Pytest came into existence as part of the py. Library, providing a tool called. Even after pytest was moved to a separate project, the. Name for the command-line tool was kept to preserve backward compatibility with existing scripts and tools. Is still...
Pythagoras-Blog - Beiträge, Gedanken, Videos und Bilder zur Blume des Lebens und der Heiligen Geometrie im Blog des Pythagoras InstitutPythagoras-Blog | Beiträge, Gedanken, Videos und Bilder zur Blume des Lebens und der Heiligen Geometrie im Blog des Pytha
Beiträge, Gedanken, Videos und Bilder zur Blume des Lebens und der Heiligen Geometrie im Blog des Pythagoras Institut. Zum sekundären Inhalt wechseln. Wie gefrorene Seifenblasen gelingen. In diesem Jahre kündigten sich Temperaturen von -15 Grad und kälter an. Kalt genug, um es erneut zu probieren. Gefrorene Seifenblase bie -15,5 Grad. Wie erzeuge ich Kohärenz? Horizonte des Herzens Folge 16. Möchten Sie, dass ihre Ideen und Gedanken auch Wirkung im Außen entfalten? Doch was ist das, diese Kohärenz? Lasse...
Python Insider
Python core development news and information. Wednesday, March 14, 2018. Python 3.6.5rc1 is now available for testing. Python 3.6.5rc1. Is the first release candidate for Python 3.6.5, the next maintenance release of Python 3.6. While 3.6.5rc1 is a preview release and, thus, not intended for production environments, we encourage you to explore it and provide feedback via the Python bug tracker ( https:/ bugs.python.org. Https:/ www.python.org/downloads/release/python-365rc1/. Posted by Ned Deily. Https:/...
Blog by pythonandchips
Sketching as an alternative to spike/hack code. Git presenter v0.2.1. Design based on github-pages.
PythonAnywhere News
Introducing the beta for always-on tasks. Update 8 January 2018 - the beta is temporarily on hold while we sort out some issues that cropped up in the first phase. We'll announce here when it's reopened for new users. Today we're starting the beta for a new paid feature on PythonAnywhere: always-on tasks. If you have a paid account and would like to try them out, drop us a line at support@pythonanywhere.com. Posted Dec. 12, 2017, 6:47 pm by giles. New look and feel! The most visible change is that we've ...
Subclassed
The European Union, explained to geeks. I've started describing the EU to geek-friends as a set of services built over decades. You need to coordinate energy supplies across the company departments (nations)? We built a service ( ECSC. That does that. Worked great, no more fighting over the last bit of coal! Service. Worked great, again. And so on and so forth. At some point somebody said hey, we need a management tool for all this stuff! Service to resolve matters; and it will self-update by talking to ...
Python Express Blog
Welcome to Python Express. Python Express is a project of Python Software Society of India. To spread the awesome Python programming language among the student community in India. The project started as Python Month. During PyCon India 2013 to conduct python workshops for a month and it has grown more ambitious to continue the efforts through out the year. If you are a professor or a student at academic institute and interested to organize a Python workshop, please signup. To make it happen.
Network Automation Nerds
Tools for the Network Warriors (formerly Python for Network Engineers). Tuesday, November 22, 2016. If you have read my other blog post about LittleBits, you know I am pretty bullish about the kids-maker-movement. I do think LittleBits need more use cases and need to branch our and start making an effort to work with other devices instead of having a closed ecosystem. But kudos to them for developing a nice product that is very kids-friendly and easy to learn. One can only hope. :). Links to this post.
Just a little Python
Just a little Python. Blog about all things Python that intersect my work and hobbies. Friday, April 05, 2013. MongoDB Pub/Sub with Capped Collections. If youve been following this blog for any length of time, you know that my NoSQL database of choice is MongoDB. One thing that MongoDB. Known for, however, is building a publish / subscribe system. Redis. On the other hand,. And if so, what the performance would be. Read on to find out how it turned out. Posted by Rick Copeland. Links to this post. It's b...
The Mouse Vs. The Python | Python Programming from the Frontlines
The Mouse Vs. The Python. Python Programming from the Frontlines. 10 Years of Mouse Vs the Python. March 14, 2018. When I first started this blog, ten years ago today, I never thought I would be blogging about Python for a decade. In fact, the very first post wasn’t even about the Python language itself, but about me going to PyCon in Chicago. In fact, I wrote 7 articles about that first PyCon event before I wrote my very first tutorial-like article. Python 3: An Intro to f-strings. March 13, 2018. The i...
SOCIAL ENGAGEMENT