Programiz: Python RegEx
In this tutorial, you will learn about regular expressions (RegEx), and use Python's re module to work with RegEx (with the help of examples).
View ArticlePSF GSoC students blogs: GSoC Week 8: Where's the problem ?
What I did this week?I have been working on adding the tutorial on how to customise the HTML Reports. I have added a argument which will get the directory path from the user. I have also handled the...
View ArticlePSF GSoC students blogs: Week 8 blog!
Hello everyone. The is week 8 of the Google Summer of Code program. The last week wasn't a lot of work done. I did add some BAM test files, added visualization function to NavMesh class similar to...
View ArticleMatt Layman: Handle Default Values - Building SaaS #65
In this episode, I updated a model to handle the default duration of new tasks. This default needed to come from the Course model instead of the CourseTask model so we had to determine how best to set...
View ArticlePyCharm: PyCharm 2020.2 – Release Candidate
Good news! PyCharm 2020.2 Release Candidate build is out today!After 8 weeks of EAP builds, feedback gathering, and polishing, we are proud to share our release candidate for PyCharm 2020.2. This...
View ArticlePyCon: Recap of PyCon 2020 Converting to Online
In early March the final steps of planning, scheduling, ordering, counts, rooming lists, shipping, and signage had just begun for PyCon 2020. Our team was working diligently to pull all the final...
View ArticlePSF GSoC students blogs: Weekly Check In - 7
What did I do till now?This week I implemented the ScrapyH2Agent which is the handled directly by H2DownloadHandler to issue requests. Internally the ScrapyH2Agent usesH2Agent ✅ScrapyProxyH2Agent...
View ArticleSpyder IDE: STX Next, Python development company, uses Spyder to improve...
STX Next, one of Europe's largest Python development companies, has shared with us how Spyder has been a powerful tool for them when performing data analysis. It is a pleasure for us on the Spyder team...
View ArticleJanusworx: A Hundred Days of Code, Day 015 - Python, Advanced Functions, Done!
Delving deeper into Python functions and learning more about them, using Reuven Lerner’s Advanced Python Functions CourseRead more… (2 min remaining to read)
View ArticlePython Engineering at Microsoft: Gather: A New Way To Clean Notebooks
We are pleased to announce the release of our experimental extension in Visual Studio Code, Gather! Gather is a notebook cleaning tool that analyzes and determines the necessary code dependencies...
View ArticleReal Python: The Real Python Podcast – Episode #19: Advanced Python Import...
Would you like to clearly understand what's happening when you use the Python import keyword? Do you want to use modules more effectively to structure your code? Or maybe you're ready to move to the...
View ArticleIan Ozsvald: “Making Pandas Fly” at EuroPython 2020
I’ve had a chance to return to talking about High Performance Python at EuroPython 2020 after my first tutorial on this topic back in 2011 in Florence. Today I spoke on Making Pandas Fly with a focus...
View ArticleJanusworx: A Hundred Days of Code, Day 016 - Python, Advanced Objects.
Started up with Python Objects today. This seems like a long, hard one. Here’s hoping I learn lots. Knowing Reuven, I know I will.Read more… (2 min remaining to read)
View ArticleMoshe Zadka: The Hardest Logic Puzzle Ever (In Python)
The Labyrinth is a children’s movie. The main character is 16 years old, and solving a logic puzzle that will literally decide if she lives or dies. In fiction, characters are faced with realistic...
View ArticleNumFOCUS: NumFOCUS Introduces New Supporter Program
Today NumFOCUS is pleased to introduce a new program for our individual supporters, called Open Science Champions. Each year, our community members generously support NumFOCUS and our Projects in...
View ArticleProgramiz: Python main function
In this tutorial, we will learn how to use a Python program's __name__ attribute to run it dynamically in different contexts.
View ArticleDjango Weblog: Django Developers Community Survey 2020
We're conducting a seventeen question survey to assess how the community feels about the current Django development process. This was last done in 2015.Please take a few minutes to complete the 2020...
View ArticlePyCharm: Early Access PyCharm Podcast — With Nafiul Islam
Welcome to Early Access PyCharm, a brand-new podcast that goes behind the scenes of how the PyCharm IDE is made and all the thinking that goes into it. In the upcoming episodes, you will hear from the...
View ArticleJanusworx: A Hundred Days of Code, Day 020 - Setting up an Editor for Python...
Had given myself a day, to see if I could get a good Python development environment using Elpy and Emacs. It does work. Just not well enough for me. At the end of the day today, I was happy I learnt so...
View ArticlePyCharm: More capabilities for remote development with the R plugin
It has been a long time since our previous update. This release of the R plugin comes with enhancements and stability improvements as well as with the new features for remote work. Also, in this...
View Article