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...
PSF GSoC students blogs: Week 6 : Refining the KML UI Features
Link: https://blogs.python-gsoc.org/en/aryan_guptas-blog/week-6-refining-the-kml-ui-features/
Week 5 had been so smooth! I was covering up features daily. Progress was so sharp! I had around 3 to 4 features left to implement for this week. And my major part of the project would be over. And th
Link: https://blogs.python-gsoc.org/en/aryan_guptas-blog/week-6-refining-the-kml-ui-features/
Week 5 had been so smooth! I was covering up features daily. Progress was so sharp! I had around 3 to 4 features left to implement for this week. And my major part of the project would be over. And th
blogs.python-gsoc.org
Python GSoC - Week 6 : Refining the KML UI Features - ARYAN_GUPTA's Blog
Week 6 : Refining the KML UI Features - a8bb065d-8553-4ccd-9d92-b9704e3fb7c5 - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: Weekly Check-In #4 (5th Jul - 12th Jul)
Link: https://blogs.python-gsoc.org/en/arnav_ks-blog/weekly-check-in-4-5th-jul-12th-jul/
So we are about halfway through the project and the number-parser library is going strong. We are very close to publish version 1.0 to PyPI.
What did you do this week ?
The parser library was refact
Link: https://blogs.python-gsoc.org/en/arnav_ks-blog/weekly-check-in-4-5th-jul-12th-jul/
So we are about halfway through the project and the number-parser library is going strong. We are very close to publish version 1.0 to PyPI.
What did you do this week ?
The parser library was refact
blogs.python-gsoc.org
Python GSoC - Weekly Check-In #4 (5th Jul - 12th Jul) - arnav_k's Blog
Weekly Check-In #4 (5th Jul - 12th Jul) - b25b8e5e-93b2-4597-ad96-d9f39dde2e0d - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: Fourth Check-In
Link: https://blogs.python-gsoc.org/en/mcsinyxs-blog/fourth-check-in/
Hello there! I'm having my second year's last exam tomorrow, but it feels like summer already! I've been finalizing quite a few things to get them ready for pip 20.2b2.
What did I do last week?
I've s
Link: https://blogs.python-gsoc.org/en/mcsinyxs-blog/fourth-check-in/
Hello there! I'm having my second year's last exam tomorrow, but it feels like summer already! I've been finalizing quite a few things to get them ready for pip 20.2b2.
What did I do last week?
I've s
blogs.python-gsoc.org
Python GSoC - Fourth Check-In - McSinyx's Blog
Fourth Check-In - c0f0a92a-4a65-4460-a3d7-58a14026d693 - Python's Google Summer of Code Blogs Page
Stack Abuse: What's New in Tensorflow 2.0?
Link: https://stackabuse.com/whats-new-in-tensorflow-2/
Introduction
If you are a Machine Learning Engineer, Data Scientist, or a hobbyist developing Machine Learning Models from time to time just for fun, then it is very likely that you are familiar with
Link: https://stackabuse.com/whats-new-in-tensorflow-2/
Introduction
If you are a Machine Learning Engineer, Data Scientist, or a hobbyist developing Machine Learning Models from time to time just for fun, then it is very likely that you are familiar with
Stack Abuse
What's New in Tensorflow 2.0?
Introduction
If you are a Machine Learning Engineer, Data Scientist, or a hobbyist developing
Machine Learning Models from time to time just for fun, then it is very likely
that you are familiar with Tensorflow.
Tensorflow is an open-source and a free framework…
If you are a Machine Learning Engineer, Data Scientist, or a hobbyist developing
Machine Learning Models from time to time just for fun, then it is very likely
that you are familiar with Tensorflow.
Tensorflow is an open-source and a free framework…
Janusworx: A Hundred Days of Code, Day 006 - Starting and Quitting Comprehensions
Link: https://janusworx.com/blog/a-hundred-days-of-code-day-006-starting-and-quitting-comprehensions/
I know I said, I’d start with the basics, Reuven, but please forgive me this once :)
Will do the rest, bottom up :)
Have started up with this, because I’m fascinated with how folks manage to build i
Link: https://janusworx.com/blog/a-hundred-days-of-code-day-006-starting-and-quitting-comprehensions/
I know I said, I’d start with the basics, Reuven, but please forgive me this once :)
Will do the rest, bottom up :)
Have started up with this, because I’m fascinated with how folks manage to build i
Janusworx
A Hundred Days of Code, Day 006 - Starting and Quitting Comprehensions
I know I said, I’d start with the basics, Reuven, but please forgive me this once :)
Will do the rest, bottom up :)
Have started up with this, because I’m fascinated with how folks manage to build i
Will do the rest, bottom up :)
Have started up with this, because I’m fascinated with how folks manage to build i