Real Python: Python Community Interview With Mike Grouchy
If you saw the last Python Community Interview with Mahdi Yusuf, then you have already met one half of the Pycoder’s Weekly team. This time, I’m joined by Mahdi’s partner in crime, Mike Grouchy.Mike...
View ArticleContinuum Analytics Blog: Anaconda Enterprise 5.2.2: Now With Apache Zeppelin...
Anaconda Enterprise 5.2 introduced exciting features such as GPU-acceleration, scalable machine learning, and cloud-native model management in July. Today we’re releasing Anaconda Enterprise 5.2.2 with...
View ArticlePyCharm: PyCharm 2018.3 EAP 6
You can now get the sixth release in the Early Access Program (EAP) for PyCharm 2018.3. Download now from our websiteNew in This VersionGitignore File GenerationHave you ever accidentally checked in...
View ArticleThe No Title® Tech Blog: Optimize Images v1.3 – Dynamic by default
In this new release, Optimize Images will, by default, try to determine dynamically the best quality setting for each JPEG image.
View ArticlePeter Bengtsson: Fancy linkifying of text with Bleach and domain checks (with...
Bleach is awesome. Thank you for it @willkg! It's a Python library for sanitizing text as well as "linkifying" text for HTML use. For example, consider this:>>> import bleach >>>...
View ArticleMarc Richter: Create your own Telegram bot with Django on Heroku – Part 8 –...
This article was published at marc-richter.info . If you are reading this on any other page, which is not some “planet” or aggregator, you are reading stolen content. Please read this article at its...
View ArticleTrey Hunner: Asterisks in Python: what they are and how to use them
There are a lot of places you’ll see * and ** used in Python. These two operators can be a bit mysterious at times, both for brand new programmers and for folks moving from many other programming...
View ArticleCodementor: The One reason you should learn Python
When you speak with researchers, data scientists, and practitioners who are involved in any capacity with data, you are bound to here one word multiple times in a conversation: Python. It is...
View ArticleNumFOCUS: What Happened at the NumFOCUS Summit 2018?
The post What Happened at the NumFOCUS Summit 2018? appeared first on NumFOCUS.
View ArticleMatt Layman: Build Native Mobile Apps with Python (BeeWare)
You can build mobile applications with Python? Absolutely. At Python Frederick’s October 2018 presentation, Bob Marchese showed us how to use BeeWare, a suite of tools for building mobile apps (among...
View ArticleJeff Knupp: Write Better Python Functions
In Python, like most modern programming languages, the function is a primary method of abstraction and encapsulation. You've probably written hundreds of functions in your time as a developer. But not...
View ArticleMade With Mu: Allez Mu!
Check out Girls can Code!, programming workshops for girls based in France. Guess what? They use Mu!I was contacted by Antoine Pietri, one of the organisers of the event, who tells me,I went to...
View ArticleCodementor: Hitchhiker's guide to Exploratory Data Analysis
Hitchhiker's guide to Exploratory Data Analysis is a complete guide to get you started in the field of Data Science. Learn about Python libraries and how to architect questions to get conclusive...
View ArticleMatthew Rocklin: So you want to contribute to open source
Welcome new open source contributor!I appreciated receiving the e-mail where you said you were excited about getting into open source and were particularly interested in working on a project that I...
View ArticleDavy Wybiral: LoRa IoT Network Programming
Hey everyone, so I just got some LoRa modules from REYAX to experiment with long range network applications and these things are so cool! So far I've made a long range security alarm, a button to water...
View ArticleDusty Phillips: Should languages be designed with editor support in mind?
One of many things I love about Python is how whitespace is an integral part of the language. Python was the first popular programming language designed with the idea that “code is read much more often...
View ArticleTalk Python to Me: #181 30 amazing Python projects
Listeners often tell me one of the really valuable aspects of this podcast is the packages and libraries that they learn about and start using in their projects from guests and myself. On this episode,...
View ArticleNumFOCUS: NumFOCUS Announces NVIDIA as Gold Sponsor
The post NumFOCUS Announces NVIDIA as Gold Sponsor appeared first on NumFOCUS.
View ArticlePeter Bengtsson: Switching from AWS S3 (boto3) to Google Cloud Storage...
I'm in the midst of rewriting a big app that currently uses AWS S3 and will soon be switched over to Google Cloud Storage. This blog post is a rough attempt to log various activities in both Python...
View ArticleDjango Weblog: Support framework of a strong relationship. 30% off PyCharm...
Support framework of a strong relationship. 30% off PyCharm and 100% to DjangoIn summer 2017, JetBrains PyCharm partnered with the Django Software Foundation for the second year in a row to generate a...
View Article