Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
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
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
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’
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
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
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
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
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
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
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
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
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:
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
PSF GSoC students blogs: Weekly Check-in #11

Link: https://blogs.python-gsoc.org/en/0dusts-blog/weekly-check-in-11-2/

What did I do this week? 
I continued my work on documentation.
What's next? 
Will try to wrap up the operations documentation by this week. 
Did I get stuck somewhere?
No,  everything is going smooth
PSF GSoC students blogs: GSoC Weekly Check-In #6

Link: https://blogs.python-gsoc.org/en/tanish19s-blog/gsoc-weekly-check-in-6/

What did I do this week?
I have finally completed all my the functionality that I had proposed in my GSoC proposal. My PR was also accepted. I finished my work by adding the merge conflict dialog whic
PSF GSoC students blogs: Extending CNNs beyond classification - Weekly Check-in 11

Link: https://blogs.python-gsoc.org/en/sakshamaroras-blog/extending-cnns-beyond-classification-weekly-check-in-11/

End of Week 9  - 03/08/2020

What did you do this week?
Iterating on last week's trial and error work on making it easier to add and connect Neural Networks (using the PyTorch library), this week, I m
Erik Marsja: How to Perform a Two-Sample T-test with Python: 3 Different Methods

Link: https://www.marsja.se/how-to-perform-a-two-sample-t-test-with-python-3-different-methods/?utm_source=rss&utm_medium=rss&utm_campaign=how-to-perform-a-two-sample-t-test-with-python-3-different-methods

The post How to Perform a Two-Sample T-test with Python: 3 Different Methods appeared first on Erik Marsja.
In this Python tutorial, you will learn how to perform a two-sample t-test with Python. Firs
Talk Python to Me: #277 10 tips every Django developer should know

Link: https://talkpython.fm/episodes/show/277/10-tips-every-django-developer-should-know

We recently covered 10 tips that every Flask developer should know. But we left out a pretty big group in the Python web space: Django developers! And this one is for you. I invited Bob Belderbos, who
PSF GSoC students blogs: Weekly Check-in #11

Link: https://blogs.python-gsoc.org/en/aghinsas-blog/weekly-check-in-11-3/

<meta name="uuid" content="uuidELJwTIXtsKXb"><meta charset="utf-8">
What did I do this week?
Added test with multiple worker nodes. I started working on the input network.

What's next?
I'll be conti