Podcast.__init__: Idiomatic Functional Programming With DRY Python
Python is an intuitive and flexible language, but that versatility can also lead to problematic designs if you're not careful. Nikita Sobolev is the CTO of Wemake Services where he works on open source...
View ArticlePSF GSoC students blogs: Week 7 Check-in
What did you do this week?I started a new PR that adds multimethods for functional programming routines. The multimethods added are the following:apply_along_axisapply_over_axesfrompyfuncpiecewiseOther...
View ArticleCodementor: How to Listen for Webhooks with Python
Learn how to listen for and consume webhooks with Python's most popular web frameworks, Django or Flask.
View ArticleQuansight Labs Blog: Quansight Labs: what I learned in my first 3 months
I joined Quansight at the beginning of April, splitting my time between PyTorch (as part of a larger Quansight team) and contributing to Quansight Labs supported community-driven projects in the Python...
View ArticlePython Insider: Python 3.8.5 released as a security hotfix. 3.9.0b5, the last...
This is a combined release of Python 3.8.5 and 3.9.0b5. Both are significant but for different reasons. Let’s dig in! Security content in 3.8.5 We decided to release 3.8.5 ahead of schedule due to a...
View ArticleEuroPython: EuroPython 2020: Presenting our Conference Booklet
Our designer Jessica has created a beautiful conference booklet for you to use during the conference and keep as a memory afterwards. It provides all details, schedule, keynotes, sponsor listings,...
View ArticleReal Python: Mastering Python's Built-in time Module
The Python time module provides many ways of representing time in code, such as objects, numbers, and strings. It also provides functionality other than representing time, like waiting during code...
View ArticleMike Driscoll: Creating a Presentation with Jupyter Notebook and RISE (Video)
In this tutorial, you will learn how to use Jupyter Notebooks to create slide show presentations. This allows you to run and edit live code in your slides.Want to learn more about Jupyter Notebook?...
View ArticlePyCoder’s Weekly: Issue #430 (July 21, 2020)
#430 – JULY 21, 2020View in Browser »10 Years of Flask: Conversation With Creator Armin Ronacher Armin Ronacher is a guest on the Real Python Podcast to talk about the first 10 years of Flask. You’ll...
View ArticlePSF GSoC students blogs: Weekly Blog Post | Gsoc'2020 | #8
Greetings, People of the world!This week was full of learning. Like seriously I learnt a lot this week specially because I got stuck on something which took me while to figure out.1. What did you do...
View ArticlePSF GSoC students blogs: Weekly Blog Post #4
Hi everyone, Its been exciting 8 weeks my exams were scrapped this sem and I got a decent score :) . Also I am still working on go lang metadata extraction. Now the issue of cd'ing into the workdir is...
View ArticleGlyph Lefkowitz: I Want A New Duck
Get it? Quack quack quack quack Quack quack quack quack Weird Al Yancovic,“I Want A New Duck”Mypy makes most things betterMypy is a static type checker for Python. If you’re not already familiar, you...
View ArticleEuroPython: EuroPython 2020: Data Science Track
We are excited to announce a complete two day data science track at EuroPython 2020 Online, happening on Thursday and Friday (July 23 - 24).Yes, that’s starting tomorrow. Sorry for the short notice...
View ArticleJanusworx: A Hundred Days of Code, Day 013, Day 14 - Python, Advanced Data...
Notes and experiences for yesterday and today. I ‘wasted’ a lot of time, again, struggling with exercises yesterday and ended up being too zombied to even write the summary post. Have been much smarter...
View ArticleStack Abuse: Deep Learning Models in Keras - Exploratory Data Analysis (EDA)
IntroductionDeep learning is one of the most interesting and promising areas of artificial intelligence (AI) and machine learning currently. With great advances in technology and algorithms in recent...
View ArticleReuven Lerner: Last chance to get $1400 of Python courses for $25
Only a few hours remain before the massive Humble Bundle for Python courses + PyCharm closes its doors! No matter where you are in learning Python, you’ll find something here to improve your skills.I’m...
View ArticleReal Python: Python Packages: Five Real Python Favorites
Python has a vast ecosystem of packages, modules, and libraries that you can use to create your application. Some of these packages and modules are included with your Python installation and are...
View ArticlePyCharm: Release: PyCharm 2020.1.4
PyCharm 2020.1.4 is out with minor bug fixes as we approach the release date for PyCharm 2020.2. For more details about this build read the release notes.Getting latest versionYou can update PyCharm by...
View ArticlePython Bytes: #191 Live from the Manning Python Conference
<p>Special guest: <a href="https://ines.io/">Ines Montani</a></p> <p><strong>Michael #1:</strong> <a...
View ArticlePSF GSoC students blogs: Weekly Check-In #8
What I did this week?This week I added checkers for libarchive and samba libraries. What will I be doing this week?I will be working on adding checkers for some other libraries to the tool.Did I get...
View Article