PyCharm: PyCharm 2020.2 – Release Candidate
Link: http://feedproxy.google.com/~r/Pycharm/~3/Uv2dvfonb2U/
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 wee
Link: http://feedproxy.google.com/~r/Pycharm/~3/Uv2dvfonb2U/
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 wee
JetBrains Blog
PyCharm 2020.2 – Release Candidate
PSF GSoC students blogs: Weekly Check In - 7
Link: https://blogs.python-gsoc.org/en/adityaa30s-blog/weekly-check-in-7-10/
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 uses
H2Agent ✅
ScrapyProxyH2Agent
Link: https://blogs.python-gsoc.org/en/adityaa30s-blog/weekly-check-in-7-10/
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 uses
H2Agent ✅
ScrapyProxyH2Agent
blogs.python-gsoc.org
Python GSoC - Weekly Check In - 7 - adityaa30's Blog
Weekly Check In - 7 - 4c0d03a0-dd12-4db5-8e95-bef989582503 - Python's Google Summer of Code Blogs Page
PyCon: Recap of PyCon 2020 Converting to Online
Link: https://pycon.blogspot.com/2020/07/recap-of-pycon-2020-converting-to-online.html
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 pie
Link: https://pycon.blogspot.com/2020/07/recap-of-pycon-2020-converting-to-online.html
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 pie
Blogspot
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 202...
Spyder IDE: STX Next, Python development company, uses Spyder to improve their workflow
Link: https://www.spyder-ide.org/blog/STX-interview/
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 tea
Link: https://www.spyder-ide.org/blog/STX-interview/
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 tea
www.spyder-ide.org
Blog | STX Next, Python development company, uses Spyder to improve their workflow — Spyder IDE
Website for Spyder, the Scientific Python Development Environment
Janusworx: A Hundred Days of Code, Day 015 - Python, Advanced Functions, Done!
Link: https://janusworx.com/blog/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 Course
Read more… (2 min remaining to read)
Link: https://janusworx.com/blog/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 Course
Read more… (2 min remaining to read)
Janusworx
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 Course
Notes
The co_* series of attributes inside the __code__ attribute inside
Notes
The co_* series of attributes inside the __code__ attribute inside
Python Engineering at Microsoft: Gather: A New Way To Clean Notebooks
Link: https://devblogs.microsoft.com/python/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 with
Link: https://devblogs.microsoft.com/python/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 with
Python
Gather: A New Way To Clean Notebooks
We are pleased to announce the release of our new experimental extension, Gather! Gather is a notebook cleaning tool that analyzes and determines the necessary code dependencies within a notebook and performs code cleanup, automating this difficult and time…
Real Python: The Real Python Podcast – Episode #19: Advanced Python Import Techniques and Managing Users in Django
Link: https://realpython.com/podcasts/rpp/19/
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 n
Link: https://realpython.com/podcasts/rpp/19/
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 n
Realpython
Episode #19: Advanced Python Import Techniques and Managing Users in Django – The Real Python Podcast
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 next level with your Django project by adding user management.…
Ian Ozsvald: “Making Pandas Fly” at EuroPython 2020
Link: https://ianozsvald.com/2020/07/24/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
Link: https://ianozsvald.com/2020/07/24/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
Entrepreneurial Geekiness
“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 on making Pandas run faster using:
Categories and RAM…
Categories and RAM…
Janusworx: A Hundred Days of Code, Day 016 - Python, Advanced Objects.
Link: https://janusworx.com/blog/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)
Link: https://janusworx.com/blog/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)
Janusworx
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.
Notes
Part 1, Advanced Methods.
This section focuses on the dun
This seems like a long, hard one.
Here’s hoping I learn lots.
Knowing Reuven, I know I will.
Notes
Part 1, Advanced Methods.
This section focuses on the dun
Moshe Zadka: The Hardest Logic Puzzle Ever (In Python)
Link: https://orbifold.xyz/hardest-logic-puzzle-ever.html
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 cha
Link: https://orbifold.xyz/hardest-logic-puzzle-ever.html
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 cha
orbifold.xyz
Orbifolds and Other Games - The Hardest Logic Puzzle Ever (In Python)
NumFOCUS: NumFOCUS Introduces New Supporter Program
Link: https://numfocus.org/fundraising-and-support/numfocus-introduces-new-supporter-program?utm_source=rss&utm_medium=rss&utm_campaign=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 seve
Link: https://numfocus.org/fundraising-and-support/numfocus-introduces-new-supporter-program?utm_source=rss&utm_medium=rss&utm_campaign=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 seve
NumFOCUS
NumFOCUS Introduces New Supporter Program - NumFOCUS
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 several ways; this program is intended to connect these various…
Test and Code: 123: GitHub Actions - Tania Allard
Link: https://testandcode.com/123
Lots of Python projects are starting to use GitHub Actions for Continous Integration & Deployment (CI/CD), as well as other workflows.
Tania Allard, a Senior Cloud Developer Advocate at Microsoft, joi
Link: https://testandcode.com/123
Lots of Python projects are starting to use GitHub Actions for Continous Integration & Deployment (CI/CD), as well as other workflows.
Tania Allard, a Senior Cloud Developer Advocate at Microsoft, joi
Test & Code in Python
Test & Code in Python 123: GitHub Actions - Tania Allard
Lots of Python projects are starting to use GitHub Actions for Continous Integration & Deployment (CI/CD), as well as other workflows.
Tania Allard, a Senior Cloud Developer Advocate at Microsoft, joins the show to answer some of my questions regarding…
Tania Allard, a Senior Cloud Developer Advocate at Microsoft, joins the show to answer some of my questions regarding…
Python Software Foundation: Python Software Foundation Fellow Members for Q2 2020
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/ijGVTo7aKv0/python-software-foundation-fellow.html
Let's give a round of applause to our newest PSF Fellow Members for Q2 2020!
Berker Peksag
Twitter, GitHub
David Lord
Twitter, GitHub, Website
Julien Palard
GitHub, Twitter, Mastodon: @mdk@mamot.fr
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/ijGVTo7aKv0/python-software-foundation-fellow.html
Let's give a round of applause to our newest PSF Fellow Members for Q2 2020!
Berker Peksag
Twitter, GitHub
David Lord
Twitter, GitHub, Website
Julien Palard
GitHub, Twitter, Mastodon: @mdk@mamot.fr
Blogspot
Python Software Foundation Fellow Members for Q2 2020
Let's give a round of applause to our newest PSF Fellow Members for Q2 2020! Berker Peksag Twitter , GitHub David Lord Twitter , GitH...
Talk Python to Me: #274 Profiling data science code with FIL
Link: https://talkpython.fm/episodes/show/274/profiling-data-science-code-with-fil
Do you write data science code? Do you struggle loading large amounts of data or wonder what parts of your code use the maximum amount of memory? Maybe you just want to require smaller compute resourc
Link: https://talkpython.fm/episodes/show/274/profiling-data-science-code-with-fil
Do you write data science code? Do you struggle loading large amounts of data or wonder what parts of your code use the maximum amount of memory? Maybe you just want to require smaller compute resourc
talkpython.fm
Profiling data science code with FIL
Do you write data science code? Do you struggle loading large amounts of data or wonder what parts of your code use the maximum amount of memory? Maybe you just want to require smaller compute resources (servers, RAM, and so on).
S. Lott: Over-Solving or Solving Problems You Don't Have
Link: http://slott-softwarearchitect.blogspot.com/2020/06/over-solving-or-solving-problems-you.html
Sometimes we call them "Belt and Braces" solutions. As a former suspenders person who switched to belts, the idea of wearing both is a little like over-engineering. In the unlikely event of catastroph
Link: http://slott-softwarearchitect.blogspot.com/2020/06/over-solving-or-solving-problems-you.html
Sometimes we call them "Belt and Braces" solutions. As a former suspenders person who switched to belts, the idea of wearing both is a little like over-engineering. In the unlikely event of catastroph
Blogspot
Over-Solving or Solving Problems You Don't Have
Sometimes we call them "Belt and Braces" solutions. As a former suspenders person who switched to belts, the idea of wearing both is a littl...
Janusworx: A Hundred Days of Code, Day 017 - Python, Advanced Objects, Done!
Link: https://janusworx.com/blog/a-hundred-days-of-code-day-017-python-advanced-objects-done/
And we are done with objects!
This course finally gave me what I was looking for all these months.
The ability to think of and reason about Python, so that I can then think of and reason about, how to
Link: https://janusworx.com/blog/a-hundred-days-of-code-day-017-python-advanced-objects-done/
And we are done with objects!
This course finally gave me what I was looking for all these months.
The ability to think of and reason about Python, so that I can then think of and reason about, how to
Janusworx
A Hundred Days of Code, Day 017 - Python, Advanced Objects, Done!
And we are done with objects!
This course finally gave me what I was looking for all these months.
The ability to think of and reason about Python, so that I can then think of and reason about, how to
This course finally gave me what I was looking for all these months.
The ability to think of and reason about Python, so that I can then think of and reason about, how to
PSF GSoC students blogs: Week 5 Check-in
Link: https://blogs.python-gsoc.org/en/wangjls-blog/week-5-check-in-3/
What I have done this week
1. Fixed the bug. The shell script parser exits while parsing complex RUN command. After debugging, I found that function consolidate_commands() will have a dead loop in th
Link: https://blogs.python-gsoc.org/en/wangjls-blog/week-5-check-in-3/
What I have done this week
1. Fixed the bug. The shell script parser exits while parsing complex RUN command. After debugging, I found that function consolidate_commands() will have a dead loop in th
blogs.python-gsoc.org
Python GSoC - Week 5 Check-in - WangJL's Blog
Week 5 Check-in - 9557c895-aabe-4e00-899a-e4741b4a6747 - Python's Google Summer of Code Blogs Page
Catalin George Festila: Python 3.8.2 : The numba python package - part 001 .
Link: http://python-catalin.blogspot.com/2020/07/python-382-numba-python-package-part-001.html
The development of this python package comes with this short intro:
Numba is a just-in-time compiler for Python that works best on code that uses NumPy arrays and functions and loops. The most common
Link: http://python-catalin.blogspot.com/2020/07/python-382-numba-python-package-part-001.html
The development of this python package comes with this short intro:
Numba is a just-in-time compiler for Python that works best on code that uses NumPy arrays and functions and loops. The most common
Blogspot
Python 3.8.2 : The numba python package - part 001 .
News , articles and tutorials about programming with python with source code and examples under Windows and Linux operating systems.
Weekly Python StackOverflow Report: (ccxxxvii) stackoverflow python report
Link: http://python-weekly.blogspot.com/2020/07/ccxxxvii-stackoverflow-python-report.html
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2020-07-26 06:53:34 GMTDiscord.py Glitch or random error: TypeError: __
Link: http://python-weekly.blogspot.com/2020/07/ccxxxvii-stackoverflow-python-report.html
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2020-07-26 06:53:34 GMTDiscord.py Glitch or random error: TypeError: __
Blogspot
(ccxxxvii) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week. Between brackets: [ question score / answers count] Build date: 2020...
PSF GSoC students blogs: GSoC: Week 9: ConfigParser()
Link: https://blogs.python-gsoc.org/en/niraj-kamdars-blog/gsoc-week-9-configparser/
What did I do this week?
I have done research on various configuration file formats and compiled outcomes of it in a issue: Discussion: Configuration file format. Some users recommended INI files bec
Link: https://blogs.python-gsoc.org/en/niraj-kamdars-blog/gsoc-week-9-configparser/
What did I do this week?
I have done research on various configuration file formats and compiled outcomes of it in a issue: Discussion: Configuration file format. Some users recommended INI files bec
blogs.python-gsoc.org
Python GSoC - GSoC: Week 9: ConfigParser() - Niraj-Kamdar's Blog
GSoC: Week 9: ConfigParser() - a11606ad-8c5c-4794-9e35-f5cf9a8d0e11 - Python's Google Summer of Code Blogs Page