PSF GSoC students blogs: [Week 10] Check-in
Link: https://blogs.python-gsoc.org/en/sangyxs-blog/week-10-check-in/
1. What did you do this week?
Complete np.reshape and np.stack.
Split raw_functions & nograd_functions
Fix higher-order derivatives.
2. Difficulty
No difficulties this week.
3. What is coming
Link: https://blogs.python-gsoc.org/en/sangyxs-blog/week-10-check-in/
1. What did you do this week?
Complete np.reshape and np.stack.
Split raw_functions & nograd_functions
Fix higher-order derivatives.
2. Difficulty
No difficulties this week.
3. What is coming
blogs.python-gsoc.org
Python GSoC - [Week 10] Check-in - sangyx's Blog
[Week 10] Check-in - 1bce70eb-f2bf-49ed-87e2-67410e1d91c9 - Python's Google Summer of Code Blogs Page
Full Stack Python: How to Transcribe Speech Recordings into Text with Python
Link: https://www.fullstackpython.com/blog/transcribe-recordings-speech-text-assemblyai.html
When you have a recording where one or more people are talking, it's useful
to have a highly accurate and automated way to extract the spoken words into
text. Once you have the text, you can use it fo
Link: https://www.fullstackpython.com/blog/transcribe-recordings-speech-text-assemblyai.html
When you have a recording where one or more people are talking, it's useful
to have a highly accurate and automated way to extract the spoken words into
text. Once you have the text, you can use it fo
Fullstackpython
How to Transcribe Speech Recordings into Text with Python
Learn to transcribe speech in recordings like MP3s into text with Python and AssemblyAI's API. Great post on fullstackpython.com!
Montreal Python User Group: Montréal-Python 79 – Quadratic Judo
Link: https://montrealpython.org/en/2020/08/mp-79/
Summer nears its end and Montréal-Python is coming back from vacation. Before going back to school or to work, come and tell us what new Pythonic things during the summer. As always, we are looking
Link: https://montrealpython.org/en/2020/08/mp-79/
Summer nears its end and Montréal-Python is coming back from vacation. Before going back to school or to work, come and tell us what new Pythonic things during the summer. As always, we are looking
Will McGugan: A prettier Python REPL with Rich
Link: https://www.willmcgugan.com/blog/tech/post/a-prettier-python-repl-with-rich/
Rich 5.1.0 adds the ability to integrate highlighted pretty printing with the Python REPL. Here's how you would use it in a session:
>>> from rich import pretty
>>> pretty.install()
Assuming you have
Link: https://www.willmcgugan.com/blog/tech/post/a-prettier-python-repl-with-rich/
Rich 5.1.0 adds the ability to integrate highlighted pretty printing with the Python REPL. Here's how you would use it in a session:
>>> from rich import pretty
>>> pretty.install()
Assuming you have
Will McGugan Tech
A prettier Python REPL with Rich
<p>Python can make you Rich and Pretty</p>
PSF GSoC students blogs: Weekly Check-in #11
Link: https://blogs.python-gsoc.org/en/abijithbahuleyans-blog/weekly-check-in-11/
Hello!
What did you do this week?
Download modal in the GUI has now tabs for downloading result, downloading notebook and copy notebook cells. Added test coverage for the copy notebook feature. Workin
Link: https://blogs.python-gsoc.org/en/abijithbahuleyans-blog/weekly-check-in-11/
Hello!
What did you do this week?
Download modal in the GUI has now tabs for downloading result, downloading notebook and copy notebook cells. Added test coverage for the copy notebook feature. Workin
blogs.python-gsoc.org
Python GSoC - Weekly Check-in #11 - abijithbahuleyan's Blog
Weekly Check-in #11 - d480ff2e-74dc-44fa-8aa4-7af357e05783 - Python's Google Summer of Code Blogs Page
The Digital Cat: A game of tokens: write an interpreter in Python with TDD - Part 5
Link: https://www.thedigitalcatonline.com/blog/2020/08/09/a-game-of-tokens-write-an-interpreter-in-python-with-tdd-part-5/
Introduction¶
This is part 5 of A game of tokens, a series of posts where I build an interpreter in Python following a pure TDD methodology and engaging you in a sort of a game: I give you the tests a
Link: https://www.thedigitalcatonline.com/blog/2020/08/09/a-game-of-tokens-write-an-interpreter-in-python-with-tdd-part-5/
Introduction¶
This is part 5 of A game of tokens, a series of posts where I build an interpreter in Python following a pure TDD methodology and engaging you in a sort of a game: I give you the tests a
Thedigitalcatonline
A game of tokens: write an interpreter in Python with TDD - Part 5
Read the full post on The Digital Cat
PSF GSoC students blogs: Weekly Check-in #11
Link: https://blogs.python-gsoc.org/en/nibba2018s-blog/weekly-check-in-11-1/
Chain Simulation, Scrollbar Refactor, Tutorial Update.
Hello and welcome to my 11th weekly check-in. In this blog I will be discussing my progress with multiple topics related to physics and ui compon
Link: https://blogs.python-gsoc.org/en/nibba2018s-blog/weekly-check-in-11-1/
Chain Simulation, Scrollbar Refactor, Tutorial Update.
Hello and welcome to my 11th weekly check-in. In this blog I will be discussing my progress with multiple topics related to physics and ui compon
blogs.python-gsoc.org
Python GSoC - Weekly Check-in #11 - Nibba2018's Blog
Weekly Check-in #11 - c56ad427-2a29-4bff-aaac-4b1c415e6c7a - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: GSoC: Week #11
Link: https://blogs.python-gsoc.org/en/anandbaburajans-blog/gsoc-week-11/
Hello!
What did you do this week?
I added the feature for getting the coordinates of frames in a slice for UDFs, wrote tests, fixed a few bugs and continued working on HDF5.
What is coming up next?
I’
Link: https://blogs.python-gsoc.org/en/anandbaburajans-blog/gsoc-week-11/
Hello!
What did you do this week?
I added the feature for getting the coordinates of frames in a slice for UDFs, wrote tests, fixed a few bugs and continued working on HDF5.
What is coming up next?
I’
blogs.python-gsoc.org
Python GSoC - GSoC: Week #11 - anandbaburajan's Blog
GSoC: Week #11 - 4a3e96df-d098-4929-8011-88901b0d2939 - Python's Google Summer of Code Blogs Page
Codementor: AI-COLOR-SEPARATOR
Link: https://www.codementor.io/dharviw3sols/ai-color-separator-196cxzj2pq
Create a color detector using AI and ML algorithms
Link: https://www.codementor.io/dharviw3sols/ai-color-separator-196cxzj2pq
Create a color detector using AI and ML algorithms
www.codementor.io
AI-COLOR-SEPARATOR | Codementor
Create a color detector using AI and ML algorithms
Marc Richter: Create your own Telegram bot with Django on Heroku – Part 11 – Apologies for the long pause! 😢
Link: https://www.marc-richter.info/django-telegram-bot-part-11/
This article was published at Create your own Telegram bot with Django on Heroku – Part 11 – Apologies for the long pause! 😢 .
If you are reading this on any other page, which is not some “planet” or
Link: https://www.marc-richter.info/django-telegram-bot-part-11/
This article was published at Create your own Telegram bot with Django on Heroku – Part 11 – Apologies for the long pause! 😢 .
If you are reading this on any other page, which is not some “planet” or
Marc Richter's personal site
Django: Create your own Telegram bot with Django on Heroku - Part 10
In part 4 of this series on how to build a Telegram bot using Python, Django and Heroku, I will show and demonstrate how heroku is integrated.
Mike Driscoll: PyDev of the Week: Julia Signell
Link: https://www.blog.pythonlibrary.org/2020/08/10/pydev-of-the-week-julia-signell/
This week we welcome Julia Signell (@JSignell) as our PyDev of the Week! She helps develop Holoviz, a browser-based data visualization open source package for Python and Conda. Julia is also a co-orga
Link: https://www.blog.pythonlibrary.org/2020/08/10/pydev-of-the-week-julia-signell/
This week we welcome Julia Signell (@JSignell) as our PyDev of the Week! She helps develop Holoviz, a browser-based data visualization open source package for Python and Conda. Julia is also a co-orga
The Mouse Vs. The Python
PyDev of the Week: Julia Signell - The Mouse Vs. The Python
This week we welcome Julia Signell (@JSignell) as our PyDev of the Week! She helps develop Holoviz, a browser-based data visualization open source package for Python and Conda. Julia is also a co-organizer for PyDataPHL. Let’s spend some time getting to know…
PSF GSoC students blogs: Weekly Check In #6
Link: https://blogs.python-gsoc.org/en/dvijaywargiyas-blog/weekly-check-in-6-13/
Hello all!
Finally the last stage of GSoC is here. I think a most viable product is ready leaving out a few bugs which are being worked on right now.
The last week saw a lot of work and several PRs g
Link: https://blogs.python-gsoc.org/en/dvijaywargiyas-blog/weekly-check-in-6-13/
Hello all!
Finally the last stage of GSoC is here. I think a most viable product is ready leaving out a few bugs which are being worked on right now.
The last week saw a lot of work and several PRs g
blogs.python-gsoc.org
Python GSoC - Weekly Check In #6 - dvijaywargiya's Blog
Weekly Check In #6 - 70a27e08-d7bb-4969-bfa4-391139c1cbe9 - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: GSoC Week 11: Report.print()
Link: https://blogs.python-gsoc.org/en/singhhrmns-blog/gsoc-week-11-report-print/
What I did this week?
This week I was looking what is the best way to provide the users with a printable format. I am working on ReportLab solution. But I also worked on improving and adding some chan
Link: https://blogs.python-gsoc.org/en/singhhrmns-blog/gsoc-week-11-report-print/
What I did this week?
This week I was looking what is the best way to provide the users with a printable format. I am working on ReportLab solution. But I also worked on improving and adding some chan
blogs.python-gsoc.org
Python GSoC - GSoC Week 11: Report.print() - SinghHrmn's Blog
GSoC Week 11: Report.print() - 10ca228b-9007-42f3-ad5f-a8f47c202f56 - Python's Google Summer of Code Blogs Page
IslandT: Repeat repeat and more repeat with Python
Link: https://kibiwebgeek.com/repeat-repeat-and-more-repeat-with-python/
In this article, we are going to revisit CodeWars and solve a simple problem using Python. The problem is as follows.
Write a Python function that will repeat the given string with the number of times
Link: https://kibiwebgeek.com/repeat-repeat-and-more-repeat-with-python/
In this article, we are going to revisit CodeWars and solve a simple problem using Python. The problem is as follows.
Write a Python function that will repeat the given string with the number of times
Kibiwebgeek
Repeat repeat and more repeat with Python
In this article, we are going to revisit CodeWars and solve a simple problem using Python. The problem is as follows. Write a Python function that will repeat the given string with the number of...
Stack Abuse: Translating Strings in Python with TextBlob
Link: https://stackabuse.com/translating-strings-in-python-with-textblob/
Introduction
Text translation is a difficult computer problem that gets better and easier to solve every year. Big companies like Google are actively working on improving their text translation servic
Link: https://stackabuse.com/translating-strings-in-python-with-textblob/
Introduction
Text translation is a difficult computer problem that gets better and easier to solve every year. Big companies like Google are actively working on improving their text translation servic
Stack Abuse
Translating Strings in Python with TextBlob
In this tutorial, we'll use TextBlob with Python to perform translation of strings and words through various languages.
Real Python: Pass by Reference in Python: Background and Best Practices
Link: https://realpython.com/python-pass-by-reference/
After gaining some familiarity with Python, you may notice cases in which your functions don’t modify arguments in place as you might expect, especially if you’re familiar with other programming langu
Link: https://realpython.com/python-pass-by-reference/
After gaining some familiarity with Python, you may notice cases in which your functions don’t modify arguments in place as you might expect, especially if you’re familiar with other programming langu
Realpython
Pass by Reference in Python: Background and Best Practices – Real Python
In this tutorial, you'll explore the concept of passing by reference and learn how it relates to Python's own system for handling function arguments. You'll look at several use cases for passing by reference and learn some best practices for implementing…
PSF GSoC students blogs: Weekly Check-in #6
Link: https://blogs.python-gsoc.org/en/abhaykatherias-blog/weekly-check-in-6-14/
What did I do this week?
So Rose opened up a pr which will allow tern to set the environment variables. Which really shrinks the size of shell scripts required to get metadata. I also finalized my p
Link: https://blogs.python-gsoc.org/en/abhaykatherias-blog/weekly-check-in-6-14/
What did I do this week?
So Rose opened up a pr which will allow tern to set the environment variables. Which really shrinks the size of shell scripts required to get metadata. I also finalized my p
blogs.python-gsoc.org
Python GSoC - Weekly Check-in #6 - abhaykatheria's Blog
Weekly Check-in #6 - 5df322f3-3062-46b3-bffe-f691c304aac8 - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: Pagination, Privacy Policy, Bug Fixing and Testing in the User Story system in GSOC’20
Link: https://blogs.python-gsoc.org/en/sharmaaditya570191s-blog/pagination-privacy-policy-bug-fixing-and-testing-in-the-user-story-system-in-gsoc20/
I started this week with a heavy heart. I entered the last coding phase of the best experience of my life. I made my mind that I will keep contributing to this project and organization and make the mo
Link: https://blogs.python-gsoc.org/en/sharmaaditya570191s-blog/pagination-privacy-policy-bug-fixing-and-testing-in-the-user-story-system-in-gsoc20/
I started this week with a heavy heart. I entered the last coding phase of the best experience of my life. I made my mind that I will keep contributing to this project and organization and make the mo
blogs.python-gsoc.org
Python GSoC - Pagination, Privacy Policy, Bug Fixing and Testing in the User Story system in GSOC’20 - sharmaaditya570191's Blog
Pagination, Privacy Policy, Bug Fixing and Testing in the User Story system in GSOC’20 - d4413a04-9698-4071-b7bc-a43bd84c7f68 - Python's Google Summer of Code Blogs Page
Python⇒Speed: Options for packaging your Python code: Wheels, Conda, Docker, and more
Link: https://pythonspeed.com/articles/distributing-software/
You’ve written your Python application—a server, CLI tool, or batch process—and now you need to distribute it to the machines where it will be running.
In order to run your application, you will need:
Link: https://pythonspeed.com/articles/distributing-software/
You’ve written your Python application—a server, CLI tool, or batch process—and now you need to distribute it to the machines where it will be running.
In order to run your application, you will need:
Python⇒Speed
Options for Python packaging: Wheels, Conda, Docker, and more
Learn and compare the many ways to package your Python server for distribution: wheels, PEX, RPM/DEB, Conda, executables, Docker.
PSF GSoC students blogs: Sixth Check-In
Link: https://blogs.python-gsoc.org/en/mcsinyxs-blog/sixth-check-in/
Hello there!
What did I do last week?
It has been a quite fun week for me, given the current state of development and the newly dicovered bugs thanks to pip 20.2 release:
Initiate discussion with the
Link: https://blogs.python-gsoc.org/en/mcsinyxs-blog/sixth-check-in/
Hello there!
What did I do last week?
It has been a quite fun week for me, given the current state of development and the newly dicovered bugs thanks to pip 20.2 release:
Initiate discussion with the
blogs.python-gsoc.org
Python GSoC - Sixth Check-In - McSinyx's Blog
Sixth Check-In - c0f0a92a-4a65-4460-a3d7-58a14026d693 - Python's Google Summer of Code Blogs Page