Reuven Lerner: Last chance for Black Friday pricing
Today (Monday) is the final chance to get 50% off all of my Python, data science, and Git courses, including the six cohorts of Weekly Python Exercise I’m offering in 2020. Don’t miss out; go to...
View ArticleDjango Weblog: Django 3.0 Released
The Django team is happy to announce the release of Django 3.0.The release notes cover the raft of new features in detail, but a few highlights are:Django 3.0 begins our journey to making Django fully...
View ArticleChris Moffitt: Building a Windows Shortcut with Python
IntroductionI prefer to use miniconda for installing a lightweight python environment on Windows. I also like to create and customize Windows shortcuts for launching different conda environments in...
View ArticleReal Python: Pandas: How to Read and Write Files
Pandas is a powerful and flexible Python package that allows you to work with labeled and time series data. It also provides statistics methods, enables plotting, and more. One crucial feature of...
View ArticleMike C. Fletcher: Seems SimpleParse needs work for 3.8
So as I work through all the OpenGLContext projects to get automatic (or near automatic) releasing, SimpleParse wound up failing on the 3.x branches with a weird xml test failure. But with Python 3.8...
View ArticleJanusworx: #100DaysOfCode, Day 012 – Data Structures Video Refresher
Extremely tight and busy day today. But still made the time to watch the videos for the next challenge in the course. As a matter of fact, I think this is what I should do. If I am in office, I ought...
View ArticleMahmoud Hashemi: Thanks, 201X!
Thought I'd take a Sunday afternoon to reflect on, oh I don't know, a decade. Been a long ten years, but it's flown past. This particular decade happens to coincide with my first years of full-time...
View ArticlePython Software Foundation: Giving Tuesday 2019
For the first time the PSF is participating in Giving Tuesday! This event is held annually the Tuesday after Thanksgiving - this year on December 3rd, 2019. The global celebration runs for 24 hours...
View ArticlePyCharm: PyCharm 2019.3 is out now
Interactive widgets for Jupyter notebooks, MongoDB support, and code assistance for all Python 3.8 features. Download the new version now, or upgrade from within you IDE.New in PyCharmInteractive...
View ArticleNumFOCUS: Stepping Onto a New Path…
The post Stepping Onto a New Path… appeared first on NumFOCUS.
View ArticlePodcast.__init__: Making Complex Software Fun And Flexible With Plugin...
Starting a new project is always exciting because the scope is easy to understand and adding new features is fun and easy. As it grows, the rate of change slows down and the amount of communication...
View ArticleS. Lott: Functional programming design pattern: Nested Iterators == Flattening
Here's a functional programming design pattern I uncovered. This may not be news to you, but it was a surprise to me. It cropped up when looking at something that needs parallelization to reduced the...
View ArticleJanusworx: #100DaysOfCode, Day 013 – Test code using Pytest
Watched the video on the upcoming challenge to learn testing code. Sounds challenging. There are classes and decorators, which I have not worked with, but just read about. Will see how it goes. The...
View ArticleLearn PyQt: Creating scrollable GUIs with QScrollArea in PyQt5
When you start building apps that display long documents, large amounts of data or large numbers of widgets, it can be difficult to arrange things within a fixed-size window. Resizing the window beyond...
View ArticleContinuum Analytics Blog: Get Python Package Download Statistics with Condastats
Hundreds of millions of Python packages are downloaded using Conda every month. That’s why we are excited to announce the release of condastats, a conda statistics API with Python interface and Command...
View ArticleReal Python: Python, Boto3, and AWS S3: Demystified
Amazon Web Services (AWS) has become a leader in cloud computing. One of its core components is S3, the object storage service offered by AWS. With its impressive availability and durability, it has...
View ArticleCatalin George Festila: Python 3.7.5 : The new Django version 3.0 .
On December 2, 2019, comes with Django 3.0 Released. This new release comes with many changes and features, let's see : Django 3.0 supports new versions of Python 3.6, 3.7, and 3.8 (the old Django...
View ArticleDataquest: Excel vs Python: How to Do Common Data Analysis Tasks
In this tutorial, we’ll compare Excel and Python by looking at how to perform basic analysis tasks across both platforms. Excel is the most commonly used data analysis software in the world. Why? It’s...
View ArticlePyCoder’s Weekly: Issue #397 (Dec. 3, 2019)
#397 – DECEMBER 3, 2019View in Browser »Guido van Rossum Withdraws From the Python Steering Council“Part of my reason is that in the end, SC duty feels more like a chore to me than fun, and one of the...
View ArticleAndre Roberge: Friendly-traceback, Real Python, Pycon, and more
After an interruption that lasted a few months, I've finally been able to return to programming, more specifically working mostly on Friendly-traceback. For those that do not know Friendly-traceback:...
View Article