Anwesha Das: PyLadies India June meetup
Link: http://anweshadas.in/pyladies-india-june-meetup/
We, PyLadies, have started our journey for quite a sometime now. Every year since 2016, we are growing in numbers and chapters. Currently, we have eight active chapters and counting. The COVID pandemi
Link: http://anweshadas.in/pyladies-india-june-meetup/
We, PyLadies, have started our journey for quite a sometime now. Every year since 2016, we are growing in numbers and chapters. Currently, we have eight active chapters and counting. The COVID pandemi
Law Explained India
PyLadies India June meetup
We, PyLadies, have started our journey for quite a sometime now. Every year since 2016, we are growing in numbers and chapters. Currently, we have eight active chapters and counting. The COVID pandemic has somehow stopped our course of having physical meetups.…
Real Python: Python Keywords: An Introduction
Link: https://realpython.com/python-keywords/
Every programming language has special reserved words, or keywords, that have specific meanings and restrictions around how they should be used. Python is no different. Python keywords are the fundame
Link: https://realpython.com/python-keywords/
Every programming language has special reserved words, or keywords, that have specific meanings and restrictions around how they should be used. Python is no different. Python keywords are the fundame
Realpython
Python Keywords: An Introduction – Real Python
Python keywords are the fundamental building blocks of any Python program. In this tutorial, you'll learn the basic syntax and usage of each of Python's thirty-five keywords and four soft keywords so you can write more efficient and readable code.
PyCharm: Tutorial: Visual testing with pytest
Link: http://feedproxy.google.com/~r/Pycharm/~3/htZmBjXz4-E/
If you are like many Python developers out there you LOVE writing code! Tests? Not so much. Whether it’s the concept of testing or the interface of testing tools, testing is a chasm not all developers
Link: http://feedproxy.google.com/~r/Pycharm/~3/htZmBjXz4-E/
If you are like many Python developers out there you LOVE writing code! Tests? Not so much. Whether it’s the concept of testing or the interface of testing tools, testing is a chasm not all developers
PyCharm Blog
Tutorial: Visual testing with pytest
If you are like many Python developers out there you LOVE writing code! Tests? Not so much. Whether it’s the concept of testing or the interface of testing tools, testing is a chasm not all develop…
PSF GSoC students blogs: Week 2 Check-in
Link: https://blogs.python-gsoc.org/en/joaosferreiras-blog/week-2-check-in-6/
What did you do this week?
This week I started a PR that further adds multimethods for array creation routines. I'll name the additions according to the NumPy docs sectioning:
Ones and zeros:
identit
Link: https://blogs.python-gsoc.org/en/joaosferreiras-blog/week-2-check-in-6/
What did you do this week?
This week I started a PR that further adds multimethods for array creation routines. I'll name the additions according to the NumPy docs sectioning:
Ones and zeros:
identit
blogs.python-gsoc.org
Python GSoC - Week 2 Check-in - joaosferreira's Blog
Week 2 Check-in - e6541468-770d-43d7-9901-351e16e31d96 - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: Weekly Check-in #2
Link: https://blogs.python-gsoc.org/en/abhaykatherias-blog/weekly-check-in-2-7/
What did I do this week?
Did some code clean up for the pr to be merged. Learnt about plugin management using stevedore and tern uses it to create new formats.
Also did some research on go metadata e
Link: https://blogs.python-gsoc.org/en/abhaykatherias-blog/weekly-check-in-2-7/
What did I do this week?
Did some code clean up for the pr to be merged. Learnt about plugin management using stevedore and tern uses it to create new formats.
Also did some research on go metadata e
blogs.python-gsoc.org
Python GSoC - Weekly Check-in #2 - abhaykatheria's Blog
Weekly Check-in #2 - 5df322f3-3062-46b3-bffe-f691c304aac8 - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: Weekly Check-in #3
Link: https://blogs.python-gsoc.org/en/0dusts-blog/weekly-check-in-3-6/
What did I do this week?
I finished adding the classification models and opened the PR for review. I also worked on Question Answering model but soon realised the complexity of implementing it in Tens
Link: https://blogs.python-gsoc.org/en/0dusts-blog/weekly-check-in-3-6/
What did I do this week?
I finished adding the classification models and opened the PR for review. I also worked on Question Answering model but soon realised the complexity of implementing it in Tens
blogs.python-gsoc.org
Python GSoC - Weekly Check-in #3 - 0dust's Blog
Weekly Check-in #3 - 2244df23-95c5-4c9b-b0f5-e8887a2f2e11 - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: Second Weekly Check-In
Link: https://blogs.python-gsoc.org/en/mcsinyxs-blog/second-weekly-check-in-1/
Hi everyone and may the odds ever in your favor, especially during this tough time!
What did I do last week?
Not as much I wished, apparently (-:
Finalizing the refactoring patch of operations.prepar
Link: https://blogs.python-gsoc.org/en/mcsinyxs-blog/second-weekly-check-in-1/
Hi everyone and may the odds ever in your favor, especially during this tough time!
What did I do last week?
Not as much I wished, apparently (-:
Finalizing the refactoring patch of operations.prepar
blogs.python-gsoc.org
Python GSoC - Second Weekly Check-In - McSinyx's Blog
Second Weekly Check-In - c0f0a92a-4a65-4460-a3d7-58a14026d693 - Python's Google Summer of Code Blogs Page
Peter Bengtsson: hashin 0.15.0 now copes nicely with under_scores
Link: https://www.peterbe.com/plog/hashin-0.15.0
tl;dr hashin 0.15.0 makes package comparison agnostic to underscore or hyphens
See issue #116 for a fuller story. Basically, now it doesn't matter if you write...
hashin python_memcached
...or...
hash
Link: https://www.peterbe.com/plog/hashin-0.15.0
tl;dr hashin 0.15.0 makes package comparison agnostic to underscore or hyphens
See issue #116 for a fuller story. Basically, now it doesn't matter if you write...
hashin python_memcached
...or...
hash
Peterbe
hashin 0.15.0 now copes nicely with under_scores
Stuff in Peter's head
Will McGugan: Richer Django logging
Link: https://www.willmcgugan.com/blog/tech/post/richer-django-logging/
I recently tested Rich logging with a Django project and the results were good. Here's what it looks like:
© 2020 Will McGugan
A Django app with Rich logging
Note the file and line at the right han
Link: https://www.willmcgugan.com/blog/tech/post/richer-django-logging/
I recently tested Rich logging with a Django project and the results were good. Here's what it looks like:
© 2020 Will McGugan
A Django app with Rich logging
Note the file and line at the right han
Will McGugan Tech
Richer Django logging
I recently tested Rich logging with a Django project and the results were good. Here's what it looks like: Note the file and line at the right hand of the terminal which shows were the log function was called. If your terminal supports hyperlinks, you can…
PSF GSoC students blogs: Check-in for week 2
Link: https://blogs.python-gsoc.org/en/lukas0907s-blog/check-in-for-week-2/
1. What did you do this week?
I created a new PR that builds on the previous work in the redis branch and introduces the concept of a Persister which abstracts away the current JOBDIR storage mechanis
Link: https://blogs.python-gsoc.org/en/lukas0907s-blog/check-in-for-week-2/
1. What did you do this week?
I created a new PR that builds on the previous work in the redis branch and introduces the concept of a Persister which abstracts away the current JOBDIR storage mechanis
blogs.python-gsoc.org
Python GSoC - Check-in for week 2 - Lukas0907's Blog
Check-in for week 2 - de275460-6752-46d7-8264-6d4e9c50aadb - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: Weekly Check-in #3
Link: https://blogs.python-gsoc.org/en/aghinsas-blog/weekly-check-in-3-7/
<meta charset="utf-8">
What did I do this week?
I read on implementing a chatbot, regarding a tutorial and realized that it would be too long, and something better would be suitable for the tutori
Link: https://blogs.python-gsoc.org/en/aghinsas-blog/weekly-check-in-3-7/
<meta charset="utf-8">
What did I do this week?
I read on implementing a chatbot, regarding a tutorial and realized that it would be too long, and something better would be suitable for the tutori
blogs.python-gsoc.org
Python GSoC - Weekly Check-in #3 - aghinsa's Blog
Weekly Check-in #3 - b803cb73-a4e9-4fb7-9a36-67f0addf98ad - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: Weekly Check-in | GSoC'20 | #3
Link: https://blogs.python-gsoc.org/en/shashankjarials-blog/weekly-check-in-gsoc-20-3/
<meta charset="utf-8">
Greetings, People of the world!
The second week of the coding period ended this Sunday.
1. What did you do this week?
This week, my UI got a positive response, and I was give
Link: https://blogs.python-gsoc.org/en/shashankjarials-blog/weekly-check-in-gsoc-20-3/
<meta charset="utf-8">
Greetings, People of the world!
The second week of the coding period ended this Sunday.
1. What did you do this week?
This week, my UI got a positive response, and I was give
blogs.python-gsoc.org
Python GSoC - Weekly Check-in | GSoC'20 | #3 - ShashankJarial's Blog
Weekly Check-in | GSoC'20 | #3 - 85cf43f1-92b5-4284-9618-abac0e889328 - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: Week 3 checkin
Link: https://blogs.python-gsoc.org/en/imaj_ashwinis-blog/week-3-checkin/
Hey everyone
So 2 weeks have already passed and we are into the third week now. Last week I shared about my progess about polymesh generation. The next step was basically polymesh detail generation, w
Link: https://blogs.python-gsoc.org/en/imaj_ashwinis-blog/week-3-checkin/
Hey everyone
So 2 weeks have already passed and we are into the third week now. Last week I shared about my progess about polymesh generation. The next step was basically polymesh detail generation, w
blogs.python-gsoc.org
Python GSoC - Week 3 checkin - imaj_ashwini's Blog
Week 3 checkin - 631ec5e2-348d-4614-a2ce-ce51779f115f - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: Weekly Check In - 2
Link: https://blogs.python-gsoc.org/en/adityaa30s-blog/weekly-check-in-2-8/
What did I do till now?
Add support for both GET and POST requests in the HTTP/2 Client. I read up setting up tests with Twisted.
Whats coming up next?
Next week I plan to
Finish up with HTTP/2 Cli
Link: https://blogs.python-gsoc.org/en/adityaa30s-blog/weekly-check-in-2-8/
What did I do till now?
Add support for both GET and POST requests in the HTTP/2 Client. I read up setting up tests with Twisted.
Whats coming up next?
Next week I plan to
Finish up with HTTP/2 Cli
blogs.python-gsoc.org
Python GSoC - Weekly Check In - 2 - adityaa30's Blog
Weekly Check In - 2 - 4c0d03a0-dd12-4db5-8e95-bef989582503 - Python's Google Summer of Code Blogs Page
Codementor: Create a crawler: Python OR Octoparse?
Link: https://www.codementor.io/fooyyll/create-a-crawler-python-or-octoparse-17fxmukwvk
If you, a non-programmer need to start a web scraping project for your business purpose, research purpose or some others, this is the right video for you. In this video, we’re going to display the...
Link: https://www.codementor.io/fooyyll/create-a-crawler-python-or-octoparse-17fxmukwvk
If you, a non-programmer need to start a web scraping project for your business purpose, research purpose or some others, this is the right video for you. In this video, we’re going to display the...
www.codementor.io
Create a crawler: Python OR Octoparse? | Codementor
If you, a non-programmer need to start a web scraping project for your business purpose, research purpose or some others, this is the right video for you. In this video, we’re going to display the...
Janusworx: A Hundred Days of Code, Day 046
Link: https://janusworx.com/blog/a-hundred-days-of-code-day-046/
Follow my whole plodding flask journey here..
Am still stuck at where I was yesterday.
But made a tiny bit of progress.
Yesterday, it would not even submit the form.
And now I got it to do that.
H
Link: https://janusworx.com/blog/a-hundred-days-of-code-day-046/
Follow my whole plodding flask journey here..
Am still stuck at where I was yesterday.
But made a tiny bit of progress.
Yesterday, it would not even submit the form.
And now I got it to do that.
H
Janusworx
A Hundred Days of Code, Day 046
Follow my whole plodding flask journey here..
Am still stuck at where I was yesterday.
But made a tiny bit of progress.
Yesterday, it would not even submit the form.
And now I got it to do that.
H
Am still stuck at where I was yesterday.
But made a tiny bit of progress.
Yesterday, it would not even submit the form.
And now I got it to do that.
H
PSF GSoC students blogs: GSoC week 2 check-in
Link: https://blogs.python-gsoc.org/en/ars-blog/gsoc-week-2-check-in/
This is a quick check-in post to keep the blog count happy (most of this was covered in weekly mentor meeting)
I've wrapped up work on #394 and #396, then started work on #370, #383, #387, and #400.
Link: https://blogs.python-gsoc.org/en/ars-blog/gsoc-week-2-check-in/
This is a quick check-in post to keep the blog count happy (most of this was covered in weekly mentor meeting)
I've wrapped up work on #394 and #396, then started work on #370, #383, #387, and #400.
blogs.python-gsoc.org
Python GSoC - GSoC week 2 check-in - AR's Blog
GSoC week 2 check-in - 2025cf13-9b01-40fd-a602-c090ced9b959 - Python's Google Summer of Code Blogs Page
Ned Batchelder: Math factoid of the day: 58
Link: https://nedbatchelder.com//blog/202006/math_factoid_of_the_day_58.html
58 is the sum of the first seven primes: 2 + 3 + 5 + 7 + 11 + 13 + 17.
Link: https://nedbatchelder.com//blog/202006/math_factoid_of_the_day_58.html
58 is the sum of the first seven primes: 2 + 3 + 5 + 7 + 11 + 13 + 17.
Mike Driscoll: Python 101 – Working with Strings (Video)
Link: https://www.blog.pythonlibrary.org/2020/06/16/python-101-working-with-strings-video/
Learn how to use Strings in Python in this screencast.
This video is based on a chapter from my book, Python 101 2nd Edition.
You can read the written version here:
Python 101: Working with Strings
Link: https://www.blog.pythonlibrary.org/2020/06/16/python-101-working-with-strings-video/
Learn how to use Strings in Python in this screencast.
This video is based on a chapter from my book, Python 101 2nd Edition.
You can read the written version here:
Python 101: Working with Strings
The Mouse Vs. The Python
Python 101 - Working with Strings (Video) - The Mouse Vs. The Python
Learn how to use Strings in Python in this screencast. This video is based on a chapter from my book, Python 101 2nd Edition. You can read the written version here: Python 101: Working with Strings
Montreal Python User Group: Montréal-Python 78 – Ingenious Rewrite
Link: https://montrealpython.org/en/2020/06/mp78/
At Montréal-Python, everyone is welcome. As the Python Software Foundation says it very eloquently:
In silence we are complicit. To eradicate racism, xenophobia, and all other forms of inequality,
Link: https://montrealpython.org/en/2020/06/mp78/
At Montréal-Python, everyone is welcome. As the Python Software Foundation says it very eloquently:
In silence we are complicit. To eradicate racism, xenophobia, and all other forms of inequality,
Chris Rose: direnv and pip-tools together
Link: https://ideas.offby1.net/posts/direnv-and-pip-tools-together.html
I have been experimenting with using pip-tools to manage my python project dependencies. If you're not familiar with it, I encourage you to read Hynek Schlawack's excellent introduction to dependency
Link: https://ideas.offby1.net/posts/direnv-and-pip-tools-together.html
I have been experimenting with using pip-tools to manage my python project dependencies. If you're not familiar with it, I encourage you to read Hynek Schlawack's excellent introduction to dependency
ideas.offby1.net
direnv and pip-tools together - Ideas.Offby1