Python Bytes: #189 What does str.strip() do? Are you sure?
Link: https://pythonbytes.fm/episodes/show/189/what-does-str.strip-do-are-you-sure
<p>Sponsored by us! Support our work through:</p>
<ul>
<li>Our <a href="https://training.talkpython.fm/"><strong>courses at Talk Python Training</strong></a></li>
<li><a href="https://t.co/AKfVKcveg6
Link: https://pythonbytes.fm/episodes/show/189/what-does-str.strip-do-are-you-sure
<p>Sponsored by us! Support our work through:</p>
<ul>
<li>Our <a href="https://training.talkpython.fm/"><strong>courses at Talk Python Training</strong></a></li>
<li><a href="https://t.co/AKfVKcveg6
pythonbytes.fm
What does str.strip() do? Are you sure?
News and announcements from the Python community for the week of Jul 9th, 2020
Catalin George Festila: Python 3.8.3 : About aiohttp python package.
Link: http://python-catalin.blogspot.com/2020/07/python-383-about-aiohttp-python-package.html
This python package can help you to writing single-threaded concurrent code using coroutines, multiplexing I/O access over sockets and other resources, running network clients and servers, and other r
Link: http://python-catalin.blogspot.com/2020/07/python-383-about-aiohttp-python-package.html
This python package can help you to writing single-threaded concurrent code using coroutines, multiplexing I/O access over sockets and other resources, running network clients and servers, and other r
Blogspot
Python 3.8.3 : About aiohttp python package.
News , articles and tutorials about programming with python with source code and examples under Windows and Linux operating systems.
Test and Code: 121: Industrial 3D Printing & Python, Finite State Machines, and Simulating Hardware - Len Wanger
Link: https://testandcode.com/121
Len Wanger works on industrial 3D printers. And I was pleased to find out that
there's a bunch of Python in those printers as well.
In this episode we talk about:
3D printers
What are the different
Link: https://testandcode.com/121
Len Wanger works on industrial 3D printers. And I was pleased to find out that
there's a bunch of Python in those printers as well.
In this episode we talk about:
3D printers
What are the different
Test & Code : Python Testing for Software Engineering
Test & Code : Python Testing for Software Engineering 121: Industrial 3D Printing & Python, Finite State Machines, and Simulating…
Len Wanger works on industrial 3D printers. And I was pleased to find out that
there's a bunch of Python in those printers as well. We talk about 3D printing as well as finite state machines and testing software and hardware.
there's a bunch of Python in those printers as well. We talk about 3D printing as well as finite state machines and testing software and hardware.
Tryton News: Security Release for issue9453
Link: https://discuss.tryton.org/t/security-release-for-issue9453/3005
Synopsis
A vulnerability in sao has been found by Cédric Krier.
With issue 9453, the web client does not escape the HTML tags from user data in translated richtext widgets. This allows cross-site scri
Link: https://discuss.tryton.org/t/security-release-for-issue9453/3005
Synopsis
A vulnerability in sao has been found by Cédric Krier.
With issue 9453, the web client does not escape the HTML tags from user data in translated richtext widgets. This allows cross-site scri
Tryton Discussion
Security Release for issue9453
Synopsis A vulnerability in sao has been found by Cédric Krier. With issue 9453, the web client does not escape the HTML tags from user data in translated richtext widgets. This allows cross-site scripting attacks which can result in session hijacking, persistent…
Reuven Lerner: “Python Workout” is available in print!
Link: https://lerner.co.il/2020/07/10/python-workout-is-available-in-print/
If you’re like a lot of people, you’re able to get things done in Python, thanks to a combination of intuition, searching on Stack Overflow, and messing around. But you don’t feel fluent with the lan
Link: https://lerner.co.il/2020/07/10/python-workout-is-available-in-print/
If you’re like a lot of people, you’re able to get things done in Python, thanks to a combination of intuition, searching on Stack Overflow, and messing around. But you don’t feel fluent with the lan
Reuven Lerner
"Python Workout" is available in print!
If you're like a lot of people, you're able to get things done in Python,
Real Python: The Real Python Podcast – Episode #17: Linear Programming, PySimpleGUI, and More
Link: https://realpython.com/podcasts/rpp/17/
Are you familiar with linear programming, and how it can be used to solve resource optimization problems? Would you like to free your Python code from a clunky command line and start making convenient
Link: https://realpython.com/podcasts/rpp/17/
Are you familiar with linear programming, and how it can be used to solve resource optimization problems? Would you like to free your Python code from a clunky command line and start making convenient
Realpython
Episode #17: Linear Programming, PySimpleGUI, and More – The Real Python Podcast
Are you familiar with linear programming, and how it can be used to solve resource optimization problems? Would you like to free your Python code from a clunky command line and start making convenient graphical interfaces for your users? This week on the…
Stack Abuse: Managing Python Environments with direnv and pyenv
Link: https://stackabuse.com/managing-python-environments-with-direnv-and-pyenv/
Introduction
As Python developers, most of us are familiar with Virtual Environments. One of the first things we do when working on a new project is to create an environment. We commonly use virtualen
Link: https://stackabuse.com/managing-python-environments-with-direnv-and-pyenv/
Introduction
As Python developers, most of us are familiar with Virtual Environments. One of the first things we do when working on a new project is to create an environment. We commonly use virtualen
Stack Abuse
Managing Python Environments with direnv and pyenv
In this tutorial, we'll be going over direnv and pyenv tools to automate the management of Python Environments.
Codementor: 12+ Free (or Low-Cost) Websites to Empower Your Programming Education
Link: https://www.codementor.io/johnselawsky/12-free-or-low-cost-websites-to-empower-your-programming-education-188blb866n
Although we still talk about programming as a standalone career, the dominance of technology in our lives makes it clear that coding is much more than a career path. In my opinion, computer science is
Link: https://www.codementor.io/johnselawsky/12-free-or-low-cost-websites-to-empower-your-programming-education-188blb866n
Although we still talk about programming as a standalone career, the dominance of technology in our lives makes it clear that coding is much more than a career path. In my opinion, computer science is
www.codementor.io
12+ Free (or Low-Cost) Websites to Empower Your Programming Education | Codementor
Although we still talk about programming as a standalone career, the dominance of technology in our lives makes it clear that coding is much more than a career path. In my opinion, computer science is more than a college major or a high-paid job - it’s a…
Janusworx: A Hundred Days of Code, Day 003 - Methods
Link: https://janusworx.com/blog/a-hundred-days-of-code-day-003-methods/
Learnt about methods today.
Notes follow …
My understanding about methods?
They are functions in classes that help me manipulate the data the objects contain when they are created.
I have been u
Link: https://janusworx.com/blog/a-hundred-days-of-code-day-003-methods/
Learnt about methods today.
Notes follow …
My understanding about methods?
They are functions in classes that help me manipulate the data the objects contain when they are created.
I have been u
Janusworx
A Hundred Days of Code, Day 003 - Methods
Learnt about methods today.
Notes follow …
My understanding about methods?
They are functions in classes that help me manipulate the data the objects contain when they are created.
I have been
Notes follow …
My understanding about methods?
They are functions in classes that help me manipulate the data the objects contain when they are created.
I have been
PSF GSoC students blogs: Weekly Check-in #4
Link: https://blogs.python-gsoc.org/en/abhaykatherias-blog/weekly-check-in-4-9/
What did I do this week?
This week was mostly debugging the shell scripts for go metadata extraction.
What's next?
I aim to complete the work by next week.
Did I get stuck somewhere?
Tern is not picki
Link: https://blogs.python-gsoc.org/en/abhaykatherias-blog/weekly-check-in-4-9/
What did I do this week?
This week was mostly debugging the shell scripts for go metadata extraction.
What's next?
I aim to complete the work by next week.
Did I get stuck somewhere?
Tern is not picki
blogs.python-gsoc.org
Python GSoC - Weekly Check-in #4 - abhaykatheria's Blog
Weekly Check-in #4 - 5df322f3-3062-46b3-bffe-f691c304aac8 - Python's Google Summer of Code Blogs Page
Mike Driscoll: wxPython by Example – Creating a wx.Notebook
Link: https://www.blog.pythonlibrary.org/2020/07/10/wxpython-by-example-creating-a-wx-notebook/
In this tutorial, you will learn how to add a wx.Notebook to your GUI application using wxPython. The notebook widget is how you would add a tabbed interface to your application.
Related articles
Link: https://www.blog.pythonlibrary.org/2020/07/10/wxpython-by-example-creating-a-wx-notebook/
In this tutorial, you will learn how to add a wx.Notebook to your GUI application using wxPython. The notebook widget is how you would add a tabbed interface to your application.
Related articles
The Mouse Vs. The Python
wxPython by Example - Creating a wx.Notebook - The Mouse Vs. The Python
In this tutorial, you will learn how to add a wx.Notebook to your GUI application using wxPython. The notebook widget is how you would add a tabbed interface to your application. Related articles wxPython: A Simple Notebook Example The “Book” Controls of…
Kushal Das: Another try at a new Python module for OpenPGP aka johnnycanencrypt
Link: https://kushaldas.in/posts/another-try-at-a-new-python-module-for-openpgp-aka-johnnycanencrypt.html
Using OpenPGP from Python is a pain. There are various documentation/notes on
the Internet explaining why, including the famous one from isis agora
lovecraft
where they explained why they changed the
Link: https://kushaldas.in/posts/another-try-at-a-new-python-module-for-openpgp-aka-johnnycanencrypt.html
Using OpenPGP from Python is a pain. There are various documentation/notes on
the Internet explaining why, including the famous one from isis agora
lovecraft
where they explained why they changed the
Doing Math with Python: Chapter 3 - Google Correlate example update
Link: http://doingmathwithpython.github.io/chapter-3-google-correlate-example-update.html
In Chapter 3 on Page 87, the book refers to the Google Correlate service. However, as of December 2019, the service has been shutdown.
Since the chapter requires you to download a CSV formatted data,
Link: http://doingmathwithpython.github.io/chapter-3-google-correlate-example-update.html
In Chapter 3 on Page 87, the book refers to the Google Correlate service. However, as of December 2019, the service has been shutdown.
Since the chapter requires you to download a CSV formatted data,
Quansight Labs Blog: Learn NixOS by turning a Raspberry Pi into a Wireless Router
Link: https://labs.quansight.org/blog/2020/07/nixos-rpi-wifi-router/
I recently moved, and my new place has a relatively small footprint. (Yes, I
moved during the COVID-19 pandemic. And yes, it was crazy.) I quickly realized
that was going to need a wireless router of
Link: https://labs.quansight.org/blog/2020/07/nixos-rpi-wifi-router/
I recently moved, and my new place has a relatively small footprint. (Yes, I
moved during the COVID-19 pandemic. And yes, it was crazy.) I quickly realized
that was going to need a wireless router of
Quansight Labs
Learn NixOS by turning a Raspberry Pi into a Wireless Router
I recently moved, and my new place has a relatively small footprint. (Yes, I
moved during the COVID-19 pandemic. And yes, it was crazy.) I quickly realized
that was going to need a wireless router of
moved during the COVID-19 pandemic. And yes, it was crazy.) I quickly realized
that was going to need a wireless router of
Weekly Python StackOverflow Report: (ccxxxv) stackoverflow python report
Link: http://python-weekly.blogspot.com/2020/07/ccxxxv-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-11 11:58:50 GMTEfficient way to remove half of the duplicate it
Link: http://python-weekly.blogspot.com/2020/07/ccxxxv-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-11 11:58:50 GMTEfficient way to remove half of the duplicate it
Blogspot
(ccxxxv) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week. Between brackets: [ question score / answers count] Build date: 2020...
Janusworx: A Hundred Days of Code, Day 004 - Class Attributes and Inheritance
Link: https://janusworx.com/blog/a-hundred-days-of-code-day-004-class-attributes-and-inheritance/
Learnt about Class Attributes and Inheritance, today.
Notes
The way we write functions/methods and define classes might look similar,
class CrazyTalk(object): and def how_now_brown_cow():
The wa
Link: https://janusworx.com/blog/a-hundred-days-of-code-day-004-class-attributes-and-inheritance/
Learnt about Class Attributes and Inheritance, today.
Notes
The way we write functions/methods and define classes might look similar,
class CrazyTalk(object): and def how_now_brown_cow():
The wa
Janusworx
A Hundred Days of Code, Day 004 - Class Attributes and Inheritance
Learnt about Class Attributes and Inheritance, today.
Notes
The way we write functions/methods and define classes might look similar,
class CrazyTalk(object): and def how_now_brown_cow():
The w
Notes
The way we write functions/methods and define classes might look similar,
class CrazyTalk(object): and def how_now_brown_cow():
The w
PSF GSoC students blogs: [Week 6] Check-in
Link: https://blogs.python-gsoc.org/en/sangyxs-blog/week-6-check-in-1/
1. What did you do this week?
Use unumpy multimethods.
Improve documentation.
2. Difficulty
No difficulties this week.
3. What is coming up next?
Publish a simple version of udiff on pypi.
Fix np
Link: https://blogs.python-gsoc.org/en/sangyxs-blog/week-6-check-in-1/
1. What did you do this week?
Use unumpy multimethods.
Improve documentation.
2. Difficulty
No difficulties this week.
3. What is coming up next?
Publish a simple version of udiff on pypi.
Fix np
blogs.python-gsoc.org
Python GSoC - [Week 6] Check-in - sangyx's Blog
[Week 6] Check-in - 1bce70eb-f2bf-49ed-87e2-67410e1d91c9 - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: GSoC: Week 7: with ErrorHandler()
Link: https://blogs.python-gsoc.org/en/niraj-kamdars-blog/gsoc-week-7-with-errorhandler/
What did I do this week?
This week my mentor has pointed out several issues in my InputEngine PR and I fixed those this week.I have fixed Issue: Use patterns in VERSION_PATTERNS as valid CONTAINS_PATT
Link: https://blogs.python-gsoc.org/en/niraj-kamdars-blog/gsoc-week-7-with-errorhandler/
What did I do this week?
This week my mentor has pointed out several issues in my InputEngine PR and I fixed those this week.I have fixed Issue: Use patterns in VERSION_PATTERNS as valid CONTAINS_PATT
blogs.python-gsoc.org
Python GSoC - GSoC: Week 7: with ErrorHandler() - Niraj-Kamdar's Blog
GSoC: Week 7: with ErrorHandler() - a11606ad-8c5c-4794-9e35-f5cf9a8d0e11 - Python's Google Summer of Code Blogs Page
Janusworx: A Hundred Days of Code, Day 005 - Magic Methods and Winding Up OOP
Link: https://janusworx.com/blog/a-hundred-days-of-code-day-005-magic-methods-and-winding-up-oop/
Done with Reuven Lerner’s OOP basics
Notes
len does the right thing across multiple types of objects.
it counts characters in a string, elements in a list, and key-value pairs in a dictionary. ho
Link: https://janusworx.com/blog/a-hundred-days-of-code-day-005-magic-methods-and-winding-up-oop/
Done with Reuven Lerner’s OOP basics
Notes
len does the right thing across multiple types of objects.
it counts characters in a string, elements in a list, and key-value pairs in a dictionary. ho
Janusworx
A Hundred Days of Code, Day 005 - Magic Methods and Winding Up OOP
Done with Reuven Lerner’s OOP basics
Notes
len does the right thing across multiple types of objects.
it counts characters in a string, elements in a list, and key-value pairs in a dictionary.
Notes
len does the right thing across multiple types of objects.
it counts characters in a string, elements in a list, and key-value pairs in a dictionary.
PSF GSoC students blogs: Week 4 Check-in
Link: https://blogs.python-gsoc.org/en/wangjls-blog/week-4-check-in-2/
What i have done this week
Updating functions to implement a shell script parser for the RUN command.
1. split_command(): Splite a shell script into statements: variable, command, branch and loop.
2.
Link: https://blogs.python-gsoc.org/en/wangjls-blog/week-4-check-in-2/
What i have done this week
Updating functions to implement a shell script parser for the RUN command.
1. split_command(): Splite a shell script into statements: variable, command, branch and loop.
2.
blogs.python-gsoc.org
Python GSoC - Week 4 Check-in - WangJL's Blog
Week 4 Check-in - 9557c895-aabe-4e00-899a-e4741b4a6747 - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: Weekly Check-in #7
Link: https://blogs.python-gsoc.org/en/abijithbahuleyans-blog/weekly-check-in-7-3/
Hello,
What did you do this week?
I have to modify the tests according to the feedback from the mentors. Tests now completely verify the behaviour. This time I got a deeper look into the world of test
Link: https://blogs.python-gsoc.org/en/abijithbahuleyans-blog/weekly-check-in-7-3/
Hello,
What did you do this week?
I have to modify the tests according to the feedback from the mentors. Tests now completely verify the behaviour. This time I got a deeper look into the world of test
blogs.python-gsoc.org
Python GSoC - Weekly Check-in #7 - abijithbahuleyan's Blog
Weekly Check-in #7 - d480ff2e-74dc-44fa-8aa4-7af357e05783 - Python's Google Summer of Code Blogs Page