Marc Richter: Create your own Telegram bot with Django on Heroku – Part 5 –...
In the previous part of this series, I tried to explain the differences in the two modes a Telegram bot supports: pull (getUpdates) and push (Webhook) methods. I also explained what a webhook is and...
View ArticleCodementor: Let's make Masonite Framework and Laravel Mix work together
Masonite (https://github.com/MasoniteFramework/masonite) is a beautifully crafted Web Framework for Python. We usually use files like CSS, JavaScript and image files known as Web assets to make our...
View ArticlePyCharm: PyCharm 2018.2.3 RC
PyCharm 2018.2.3 Release Candidate is now available, with some small improvements. Get it now from our Confluence pageNew in This VersionA number of improvements and fixes for the integrated Python...
View Articlepy.CheckIO: How to write secure code in Python
Nowadays information has become as valuable as oil in the 20th century or gold in the Middle Ages. Accordingly, there are some people out there who seek to take hold of it, often using illegal methods,...
View ArticlePython Software Foundation: PyCon 2019 - Call for Sponsors
It seems like PyCon 2018 was just last week, but the 2019 edition will be here before we know it. We want to say thanks to all our sponsors who helped make the conference a huge success. This year, we...
View ArticlePyCon: PyCon 2019 - Call for Sponsors
It seems like PyCon 2018 was just last week, but the 2019 edition will be here before we know it. We want to say thanks to all our sponsors who helped make the conference a huge success. This year, we...
View ArticleEuroPython: EuroPython 2018: Videos for Wednesday available
We are pleased to announce the first batch of cut videos from EuroPython 2018 in Edinburgh, Scotland, UK.EuroPython 2018 YouTube PlaylistIn this batch, we have included all videos for Wednesday, July...
View ArticleCodementor: How and why I built a scraper for 3 local public bike systems
building a scraper for Santiago's 3 public bike systems
View ArticleKogan Dev: Faster Django Tests by Disabling Signals
Django signals are a form of Inversion Of Control that developers can use to trigger changes based (usually) on updates to models.The canonical example is automatically creating a UserProfile when a...
View ArticleBlue Yonder Tech: Meet blueyonder.ai @ EuroSciPy & SRECon 2018
A group of Blue Yonder data scientists and engineers will be at the EuroSciPy 2018 in Trento, Italy from August 28th to September 1st as well as at the SRECon18 from August 29th to 31st in Düsseldorf,...
View ArticleCodementor: Backup your AWS Redshift cluster properly and sleep better!
This article explains how to use AWS Lambda function to manage manual snapshots of Amazon Redshift cluster.
View ArticleKay Hayen: Nuitka this week #5
ContentsGoto GeneratorsBenchmarksHolidayStatic CompilationTwitterHotfixesBug TrackerIssue BacklogHelp WantedPlansDonationsGoto GeneratorsFinished. Done. Finally.Bechmarking was exciting. One program...
View ArticleMarc Richter: Create your own Telegram bot with Django on Heroku – Part 6 –...
In the previous part of this series, I tried to give you a brief yet thorough introduction to hosting your projects with Heroku. That part was special because it was a completely optional part of...
View ArticleMartin Fitzpatrick: Raindar — Desktop daily weather, forecast app in PyQt
The Raindar UI was created using Qt Designer, and saved as .ui file, which is available for download. This was converted to an importable Python file using pyuic5. API keyBefore running the application...
View ArticleVasudev Ram: Automatically enter interactive mode after Python exception
By Vasudev RamBug image attributionHi, readers,Here's a Python command-line option that can facilitate debugging, when your program raises an exception:It's the Python interpreter's -i option.Here is a...
View ArticleMartin Fitzpatrick: Driving I2C OLED displays with MicroPython — I2C...
The following instructions are based on a 0.91in monochrome OLED, but other displays using the same chipset can be used with this library.RequirementsWemos D1 v2.2+ or good imitations.Buy 0.91in OLED...
View ArticleREPL|REBL: Raindar — Desktop daily weather, forecast app in PyQt
The Raindar UI was created using Qt Designer, and saved as .ui file, which is available for download. This was converted to an importable Python file using pyuic5. API keyBefore running the application...
View ArticleREPL|REBL: Driving I2C OLED displays with MicroPython — I2C monochrome...
The following instructions are based on a 0.91in monochrome OLED, but other displays using the same chipset can be used with this library.RequirementsWemos D1 v2.2+ or good imitations.Buy 0.91in OLED...
View Article