Catalin George Festila: The Google Cloud SDK - part 003 .
The webapp2 is a lightweight Python web framework compatible with Google App Engine’s.The webapp2 project, by Rodrigo Moraes, started as a fork of the App Engine web app framework.The webapp2 includes...
View ArticleCatalin George Festila: The jdoodle online tool for python 3.
This online tool from jdoodle website lets you to programming online with python 3 version.To see all python modules used by this editor just add this python script and use Execute button.import...
View ArticleCatalin George Festila: Python Qt5 - menu example.
This simple tutorial is about PyQt5 and menu window example.I have a similar example with Qt4 on this blog.The main reason for this tutorial comes from the idea of simplicity and reuse the source code...
View ArticleCatalin George Festila: Windows - test Django version 2.1.1 .
I used python version 3.6.4 to test the last Django framework version.Add your python to the path environment variable under Windows O.S.Create your working folder:C:\Python364>mkdir mywebsiteGo to...
View ArticleCatalin George Festila: Python 2.7 : Python geocoding without key.
Today I will come with a simple example about geocoding.I used JSON and requests python modules and python version 2.7.About geocoding I use this service provide by datasciencetoolkit.You can use this...
View ArticleTim Golden: Teaching with Mu
At the club I help to run I started this week what I hope will be a regular coding session using Python and, of course, the Mu editor. I'm competing directly with the regular football slot, so I'm not...
View ArticleDjango Weblog: DjangoCon Europe 2019 Announcement & Call for volunteers
We are happy to announce that the 2019 DjangoCon Europe will be held in Copenhagen, Denmark. An early announcement has been posted on https://2019.djangocon.eu/ and more details will follow. We are a...
View Article"Morphex's Blogologue": A surveillance app (Python tree here I come!)
So, lately I've been taking it very easy on the activities front, since I've had a court-related matter to get to see the kids.So I've had some ideas, urges etc. to do technical stuff, artsy stuff etc....
View ArticlePodcast.__init__: Of Checklists, Ethics, and Data with Emily Miller and Peter...
As data science becomes more widespread and has a bigger impact on the lives of people, it is important that those projects and products are built with a conscious consideration of ethics. Keeping...
View ArticleFull Stack Python: Fresh Tutorials on Full Stack Python
There are a bunch of new tutorials on Full Stack Python that were written since the last time I sent out an email newsletter. These range from getting started with some popular open source projects to...
View ArticleMike Driscoll: PyDev of the Week: Philip Guo
This week we welcome Philip Guo (@pgbovine) as our PyDev of the Week! Philip is the creator of the popular Python Tutor website and a professor at UC San Diego in the cognitive science and computer...
View ArticlePython Software Foundation: 2018 PSF Recurring Giving Campaign
The PSF is launching an end-of-year fundraising drive to build a sustainable community of supporters. Our goal is to raise $30,000! You can help by signing up to give monthly or if you’re already a...
View ArticleGraham Dumpleton: Packaging mod_wsgi into a zipapp using shiv.
At the recent DjangoCon US conference, Peter Baumgartner presented a talk titled Containerless Django: Deploying without Docker. In the talk Peter described what a zipapp (executable Python zip...
View ArticleReal Python: Getting Started With Testing in Python
This tutorial is for anyone who has written a fantastic application in Python but hasn’t yet written any tests.Testing in Python is a huge topic and can come with a lot of complexity, but it doesn’t...
View ArticleStack Abuse: Vim for Python Development
What is Vim?Vim is a powerful text editor that belongs to one of the default components on every Linux distribution, as well as Mac OSX. Vim follows its own concept of usage, causing the community to...
View ArticleVasudev Ram: Solution for A Python email signature puzzle
By Vasudev RamHi, readers,Here is the answer to the puzzle in my recent post titled A Python email signature puzzle:The answer is that the program prints this output:Truly ruralTruly ruralTruly...
View Article"Morphex's Blogologue": Changes to my Python surveillance (webcam, web...
So, I created a surveillance app a week ago, because I felt it would be comforting to be able to see if somebody had been into my room.Since then, I had to make the mailer code, the codes that mails a...
View ArticleCodementor: Leveraging Starlette in Django Applications.
Incremental switch to leveraging Asynchronous web frameworks in a Django Application .
View ArticlePyBites: Code Challenge 55 - #100DaysOfCode Curriculum Generator - Review
In this article we review last week's #100DaysOfCode Curriculum Generator code challenge. Final reminder: Hacktoberfest8 days left to have your PRs to our challenges repo count towards Hacktoberfest...
View ArticlePyBites: Code Challenge 56 - Calculate the Duration of a Directory of Audio...
There is an immense amount to be learned simply by tinkering with things. - Henry FordHey Pythonistas,It's time for another code challenge! This week we're asking you to work with directory, files and...
View Article