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
PSF GSoC students blogs: Weekly Check-in #7
Link: https://blogs.python-gsoc.org/en/nibba2018s-blog/weekly-check-in-7-4/
Orientation, Sizing, Tab UI.
Hello and welcome to my 7th weekly check-in. I will be sharing my progress with single actor physics simulation and TextBlock2D sizing issue which was pending for quite a
Link: https://blogs.python-gsoc.org/en/nibba2018s-blog/weekly-check-in-7-4/
Orientation, Sizing, Tab UI.
Hello and welcome to my 7th weekly check-in. I will be sharing my progress with single actor physics simulation and TextBlock2D sizing issue which was pending for quite a
blogs.python-gsoc.org
Python GSoC - Weekly Check-in #7 - Nibba2018's Blog
Weekly Check-in #7 - c56ad427-2a29-4bff-aaac-4b1c415e6c7a - Python's Google Summer of Code Blogs Page
Talk Python to Me: #272 No IoT things in hand? Simulate them with Device Simulator Express
Link: https://talkpython.fm/episodes/show/272/no-iot-things-in-hand-simulate-them-with-device-simulator-express
Python is one of the primary languages for IoT devices. With runtimes such as CircuitPython and MicroPython, they are ideal for the really small IoT chips.
<br/>
<br/>
Maybe you've heard of the Circ
Link: https://talkpython.fm/episodes/show/272/no-iot-things-in-hand-simulate-them-with-device-simulator-express
Python is one of the primary languages for IoT devices. With runtimes such as CircuitPython and MicroPython, they are ideal for the really small IoT chips.
<br/>
<br/>
Maybe you've heard of the Circ
talkpython.fm
No IoT things in hand? Simulate them with Device Simulator Express
Python is one of the primary languages for IoT devices. With runtimes such as CircuitPython and MicroPython, they are ideal for the really small IoT chips. Maybe you've heard of the Circuit Playground Express, BBC micro:bit, or the fancy Adafruit…
The Digital Cat: Flask project setup: TDD, Docker, Postgres and more - Part 2
Link: https://www.thedigitalcatonline.com/blog/2020/07/06/flask-project-setup-tdd-docker-postgres-and-more-part-2/
In this series of posts I explore the development of a Flask project with a setup that is built with efficiency and tidiness in mind, using TDD, Docker and Postgres.
Catch-up¶
In the previous post we
Link: https://www.thedigitalcatonline.com/blog/2020/07/06/flask-project-setup-tdd-docker-postgres-and-more-part-2/
In this series of posts I explore the development of a Flask project with a setup that is built with efficiency and tidiness in mind, using TDD, Docker and Postgres.
Catch-up¶
In the previous post we
Thedigitalcatonline
Flask project setup: TDD, Docker, Postgres and more - Part 2
A step-by-step tutorial on how to setup a Flask project with TDD, Docker and Postgres
Anarcat: On contact tracing
Link: https://anarc.at/blog/2020-07-12-contact-tracing/
I have strong doubts about the efficiency of any tracing app of the
sort, and even less in the context where it is unlikely that a
majority of the population will use it.
There's also the problem that
Link: https://anarc.at/blog/2020-07-12-contact-tracing/
I have strong doubts about the efficiency of any tracing app of the
sort, and even less in the context where it is unlikely that a
majority of the population will use it.
There's also the problem that
PSF GSoC students blogs: GSoC: Week #7
Link: https://blogs.python-gsoc.org/en/anandbaburajans-blog/gsoc-week-7-1/
Hi!
What did you do this week?
I reworked on the positive offset feature for HDF5 to improve it based on what I have learned from the other formats. HDF5’s I/O implementation is different from the oth
Link: https://blogs.python-gsoc.org/en/anandbaburajans-blog/gsoc-week-7-1/
Hi!
What did you do this week?
I reworked on the positive offset feature for HDF5 to improve it based on what I have learned from the other formats. HDF5’s I/O implementation is different from the oth
blogs.python-gsoc.org
Python GSoC - GSoC: Week #7 - anandbaburajan's Blog
GSoC: Week #7 - 4a3e96df-d098-4929-8011-88901b0d2939 - Python's Google Summer of Code Blogs Page
Moshe Zadka: Hey, Back Off!
Link: https://orbifold.xyz/back-off.html
The choice in parameters for back-off configuration is important.
It can be the difference between a barely noticable blip in service quality
and an hours-long site outage.
In order to explore the con
Link: https://orbifold.xyz/back-off.html
The choice in parameters for back-off configuration is important.
It can be the difference between a barely noticable blip in service quality
and an hours-long site outage.
In order to explore the con
orbifold.xyz
Orbifolds and Other Games - Hey, Back Off!
Mike Driscoll: PyDev of the Week: Dr. David Pena
Link: https://www.blog.pythonlibrary.org/2020/07/13/pydev-of-the-week-dr-david-pena/
This week we welcome Dr. David Pena as our PyDev of the Week! David is the author of StremeCoder, a Graphical Python Programming Editor. You can learn more about what David has been up to through his
Link: https://www.blog.pythonlibrary.org/2020/07/13/pydev-of-the-week-dr-david-pena/
This week we welcome Dr. David Pena as our PyDev of the Week! David is the author of StremeCoder, a Graphical Python Programming Editor. You can learn more about what David has been up to through his
The Mouse Vs. The Python
PyDev of the Week: Dr. David Pena - The Mouse Vs. The Python
This week we welcome Dr. David Pena as our PyDev of the Week! David is the author of StremeCoder, a Graphical Python Programming Editor. You can learn more about what David has been up to through his Github profile. Let’s spend some time getting to know David…
PSF GSoC students blogs: Weekly Check-In: Week 7
Link: https://blogs.python-gsoc.org/en/lenixlobos-blog/weekly-check-in-week-7/
Make sure to check out Project FURY : https://github.com/fury-gl/fury
Hey Everyone!
This week, multiple SDF primitives.
What did I do this week
The objective of this week was to understand the capab
Link: https://blogs.python-gsoc.org/en/lenixlobos-blog/weekly-check-in-week-7/
Make sure to check out Project FURY : https://github.com/fury-gl/fury
Hey Everyone!
This week, multiple SDF primitives.
What did I do this week
The objective of this week was to understand the capab
blogs.python-gsoc.org
Python GSoC - Weekly Check-In: Week 7 - lenixlobo's Blog
Weekly Check-In: Week 7 - 29b61b21-4ad2-4b48-ab8a-f4ed5ddc5aa2 - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: Week 4 (belated)
Link: https://blogs.python-gsoc.org/en/ars-blog/week-4-belated/
I've been continuing to migrate to Django 3, which at this point should only be pending updating the unit test suite. Since this work has involved pulling several abandoned dependencies into our sourc
Link: https://blogs.python-gsoc.org/en/ars-blog/week-4-belated/
I've been continuing to migrate to Django 3, which at this point should only be pending updating the unit test suite. Since this work has involved pulling several abandoned dependencies into our sourc
blogs.python-gsoc.org
Python GSoC - Week 4 (belated) - AR's Blog
Week 4 (belated) - 2025cf13-9b01-40fd-a602-c090ced9b959 - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: Week 5
Link: https://blogs.python-gsoc.org/en/ars-blog/week-5-3/
I've set aside Django 3 migration work for a bit to focus on cleaning up the codebase and database queries.
More on this later this week.
Link: https://blogs.python-gsoc.org/en/ars-blog/week-5-3/
I've set aside Django 3 migration work for a bit to focus on cleaning up the codebase and database queries.
More on this later this week.
blogs.python-gsoc.org
Python GSoC - Week 5 - AR's Blog
Week 5 - 2025cf13-9b01-40fd-a602-c090ced9b959 - Python's Google Summer of Code Blogs Page
PyBites: Analyzing covid-19 data with pandas and matplotlib
Link: https://pybit.es/guest-covid-19-data-analysis-pandas.html
Some time ago, I was talking to Martin on the Pybites Slack about a challenge that involved the pandas library.
I never really looked at data analysis, but triggered to complete the challenge ahead, I
Link: https://pybit.es/guest-covid-19-data-analysis-pandas.html
Some time ago, I was talking to Martin on the Pybites Slack about a challenge that involved the pandas library.
I never really looked at data analysis, but triggered to complete the challenge ahead, I
pybit.es
Analyzing covid-19 data with pandas and matplotlib - PyBites
Some time ago, I was talking to Martin on the Pybites Slack about a challenge that involved the pandas library. I never really looked at data analysis, but triggered to complete the challenge...