Stefan Behnel: Should you ship the Cython generated C code or not?
Link: http://blog.behnel.de/posts/ship-generated-c-code-or-not.html
When you use Cython for your Python extensions (not if, when ;-)), there are different opinions on whether you should generate the C code locally and ship it in your sdist source packages on PyPI, or
Link: http://blog.behnel.de/posts/ship-generated-c-code-or-not.html
When you use Cython for your Python extensions (not if, when ;-)), there are different opinions on whether you should generate the C code locally and ship it in your sdist source packages on PyPI, or
Stefans Welt
Should you ship the Cython generated C code or not?
When you use Cython for your Python extensions (not if, when ;-)), there are different opinions on whether you should generate the C code locally and ship it in your sdist source packages on PyPI, or
Anwesha Das: PyLadies India embarked its journey
Link: http://anweshadas.in/pyladies-india-embarked-its-journey/
PyLadies India embarked its journey
20th June 2020 marked a new beginning for PyLadies in India. We had our first meetup.
I started my journey with PyLadies in 2016 as an organizer of PyLadies Pune.
Link: http://anweshadas.in/pyladies-india-embarked-its-journey/
PyLadies India embarked its journey
20th June 2020 marked a new beginning for PyLadies in India. We had our first meetup.
I started my journey with PyLadies in 2016 as an organizer of PyLadies Pune.
PSF GSoC students blogs: GSoC: Week #4
Link: https://blogs.python-gsoc.org/en/anandbaburajans-blog/gsoc-week-4-1/
Hi!
What did you do this week?
I found out that for the manual sync feature to work correctly, the partitions need to span the missing frames introduced by setting a negative offset too, along with sp
Link: https://blogs.python-gsoc.org/en/anandbaburajans-blog/gsoc-week-4-1/
Hi!
What did you do this week?
I found out that for the manual sync feature to work correctly, the partitions need to span the missing frames introduced by setting a negative offset too, along with sp
blogs.python-gsoc.org
Python GSoC - GSoC: Week #4 - anandbaburajan's Blog
GSoC: Week #4 - 4a3e96df-d098-4929-8011-88901b0d2939 - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: GSoC Weekly Blog #2
Link: https://blogs.python-gsoc.org/en/tanish19s-blog/gsoc-weekly-blog-2/
This week I finished up all the tests required in admin window as well as added markdown support in mscolab chat. I also did some redesigning of the chat window. I also made a new window to show the h
Link: https://blogs.python-gsoc.org/en/tanish19s-blog/gsoc-weekly-blog-2/
This week I finished up all the tests required in admin window as well as added markdown support in mscolab chat. I also did some redesigning of the chat window. I also made a new window to show the h
blogs.python-gsoc.org
Python GSoC - GSoC Weekly Blog #2 - Tanish19's Blog
GSoC Weekly Blog #2 - 59401f95-9c21-45e5-a073-f22d29715235 - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: Week 3 : Fixing Bugs and Multiple KML File UI
Link: https://blogs.python-gsoc.org/en/aryan_guptas-blog/week-3-fixing-bugs-and-multiple-kml-file-ui/
Hello there!
I really liked working this week! The work was a bit relaxed , less stressful. I also learnt new things, and saw my code being "pushed to its limits". Read on!
What did you do this week?
Link: https://blogs.python-gsoc.org/en/aryan_guptas-blog/week-3-fixing-bugs-and-multiple-kml-file-ui/
Hello there!
I really liked working this week! The work was a bit relaxed , less stressful. I also learnt new things, and saw my code being "pushed to its limits". Read on!
What did you do this week?
blogs.python-gsoc.org
Python GSoC - Week 3 : Fixing Bugs and Multiple KML File UI - ARYAN_GUPTA's Blog
Week 3 : Fixing Bugs and Multiple KML File UI - a8bb065d-8553-4ccd-9d92-b9704e3fb7c5 - Python's Google Summer of Code Blogs Page
Stack Abuse: Statistical Hypothesis Analysis in Python with ANOVAs, Chi-Square and Pearson Correlation
Link: https://stackabuse.com/statistical-hypothesis-analysis-in-python-with-anovas-chi-square-and-pearson-correlation/
Introduction
Python is an incredibly versatile language, useful for a wide variety of tasks in a wide range of disciplines. One such discipline is statistical analysis on datasets, and along with SPSS
Link: https://stackabuse.com/statistical-hypothesis-analysis-in-python-with-anovas-chi-square-and-pearson-correlation/
Introduction
Python is an incredibly versatile language, useful for a wide variety of tasks in a wide range of disciplines. One such discipline is statistical analysis on datasets, and along with SPSS
Stack Abuse
Statistical Hypothesis Analysis in Python with ANOVAs, Chi-Square, and Pearson Correlation
We'll be tackling Statistical Hypothesis Analysis with Python with ANOVAs, Chi-Square and Pearson Correlation on the Gapminder dataset.
PSF GSoC students blogs: GSoC Week 4: import rich:
Link: https://blogs.python-gsoc.org/en/singhhrmns-blog/gsoc-week-4-import-rich/
What I did this week?
I worked on adding color to the console as well as log. I'm using rich library for that. The reason why I choose this library is that rich supports cross platform implementaion a
Link: https://blogs.python-gsoc.org/en/singhhrmns-blog/gsoc-week-4-import-rich/
What I did this week?
I worked on adding color to the console as well as log. I'm using rich library for that. The reason why I choose this library is that rich supports cross platform implementaion a
blogs.python-gsoc.org
Python GSoC - GSoC Week 4: import rich: - SinghHrmn's Blog
GSoC Week 4: import rich: - 10ca228b-9007-42f3-ad5f-a8f47c202f56 - Python's Google Summer of Code Blogs Page
Real Python: Hands-On Linear Programming: Optimization With Python
Link: https://realpython.com/linear-programming-python/
Linear programming is a set of techniques used in mathematical programming, sometimes called mathematical optimization, to solve systems of linear equations and inequalities while maximizing or minimi
Link: https://realpython.com/linear-programming-python/
Linear programming is a set of techniques used in mathematical programming, sometimes called mathematical optimization, to solve systems of linear equations and inequalities while maximizing or minimi
Realpython
Hands-On Linear Programming: Optimization With Python – Real Python
In this tutorial, you'll learn about implementing optimization in Python with linear programming libraries. Linear programming is one of the fundamental mathematical optimization techniques. You'll use SciPy and PuLP to solve linear programming problems.
PSF GSoC students blogs: Weekly Check-In #4
Link: https://blogs.python-gsoc.org/en/saurabhk122s-blog/weekly-check-in-4-6/
What I did this week?
This week I added checkers for freeradius and haproxy libraries.
What will I be doing this week?
I will be working on adding checkers for some other libraries and also continue w
Link: https://blogs.python-gsoc.org/en/saurabhk122s-blog/weekly-check-in-4-6/
What I did this week?
This week I added checkers for freeradius and haproxy libraries.
What will I be doing this week?
I will be working on adding checkers for some other libraries and also continue w
blogs.python-gsoc.org
Python GSoC - Weekly Check-In #4 - SaurabhK122's Blog
Weekly Check-In #4 - 5d0be411-5fb6-418b-8715-fc45c31bfef2 - Python's Google Summer of Code Blogs Page
Doug Hellmann: sphinxcontrib-spelling 5.1.2
Link: http://feeds.doughellmann.com/~r/doughellmann/python/~3/7776whiZUbE/
sphinxcontrib-spelling is a spelling checker for Sphinx-based documentation. It uses PyEnchant to produce a report showing misspelled words. What’s new in 5.1.2? Mark as unsafe for parallel builds (co
Link: http://feeds.doughellmann.com/~r/doughellmann/python/~3/7776whiZUbE/
sphinxcontrib-spelling is a spelling checker for Sphinx-based documentation. It uses PyEnchant to produce a report showing misspelled words. What’s new in 5.1.2? Mark as unsafe for parallel builds (co
Codementor: Latest Python Interview Question and Answers
Link: https://www.codementor.io/narendranareshit/latest-python-interview-question-and-answers-17o16kqbtm
This Article will guide you on how to crack any python programming interview, including:
Link: https://www.codementor.io/narendranareshit/latest-python-interview-question-and-answers-17o16kqbtm
This Article will guide you on how to crack any python programming interview, including:
www.codementor.io
Latest Python Interview Question and Answers | Codementor
This Article will guide you on how to crack any python programming interview, including:
PSF GSoC students blogs: Week 3 Check-in
Link: https://blogs.python-gsoc.org/en/joaosferreiras-blog/week-3-check-in-2/
What did you do this week?
I continued the work started in last week's PR by adding more multimethods on array creation:
Numerical ranges:
geomspace
Building matrices:
diagflat
tri
tril
triu
vander
Link: https://blogs.python-gsoc.org/en/joaosferreiras-blog/week-3-check-in-2/
What did you do this week?
I continued the work started in last week's PR by adding more multimethods on array creation:
Numerical ranges:
geomspace
Building matrices:
diagflat
tri
tril
triu
vander
blogs.python-gsoc.org
Python GSoC - Week 3 Check-in - joaosferreira's Blog
Week 3 Check-in - e6541468-770d-43d7-9901-351e16e31d96 - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: Image Operations - Weekly Check-in 4
Link: https://blogs.python-gsoc.org/en/sakshamaroras-blog/image-operations-weekly-check-in-4/
End of Week 3 - 22/06/2020
What did you do this week?
I worked on finishing up the directory source for reading images and its test cases. The directory source will be able to read images for perfor
Link: https://blogs.python-gsoc.org/en/sakshamaroras-blog/image-operations-weekly-check-in-4/
End of Week 3 - 22/06/2020
What did you do this week?
I worked on finishing up the directory source for reading images and its test cases. The directory source will be able to read images for perfor
blogs.python-gsoc.org
Python GSoC - Image Operations - Weekly Check-in 4 - sakshamarora's Blog
Image Operations - Weekly Check-in 4 - 6362ca19-6cbc-4c45-95f8-4bf780b0ce40 - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: GSoC: Week 4: Status - 300 Multiple Choice
Link: https://blogs.python-gsoc.org/en/niraj-kamdars-blog/gsoc-week-4-status-300-multiple-choice/
Hello everyone,
What did I do this week?
I have fixed several bugs of my PR: Asynchronous File module. I have also started working on making cvedb run asynchronously. Currently, we have cache_update f
Link: https://blogs.python-gsoc.org/en/niraj-kamdars-blog/gsoc-week-4-status-300-multiple-choice/
Hello everyone,
What did I do this week?
I have fixed several bugs of my PR: Asynchronous File module. I have also started working on making cvedb run asynchronously. Currently, we have cache_update f
blogs.python-gsoc.org
Python GSoC - GSoC: Week 4: Status - 300 Multiple Choice - Niraj-Kamdar's Blog
GSoC: Week 4: Status - 300 Multiple Choice - a11606ad-8c5c-4794-9e35-f5cf9a8d0e11 - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: Weekly Check-In: Week 4
Link: https://blogs.python-gsoc.org/en/aghinsas-blog/weekly-check-in-week-4-1/
<meta charset="utf-8">
Hey,
What did I do this week
We decided to skip the NLU part of the chatbot as the tutorial is about configs and dataflow. The chatbot will take structured data and make predict
Link: https://blogs.python-gsoc.org/en/aghinsas-blog/weekly-check-in-week-4-1/
<meta charset="utf-8">
Hey,
What did I do this week
We decided to skip the NLU part of the chatbot as the tutorial is about configs and dataflow. The chatbot will take structured data and make predict
blogs.python-gsoc.org
Python GSoC - Weekly Check-In: Week 4 - aghinsa's Blog
Weekly Check-In: Week 4 - b803cb73-a4e9-4fb7-9a36-67f0addf98ad - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: Weekly Check-in #4
Link: https://blogs.python-gsoc.org/en/0dusts-blog/weekly-check-in-4-7/
What did I do this week?
I added few more tests in classification model as per mentor's suggestion and got the PR merged, Yayy! I also finished writing the accuracy and predict methods for QA model an
Link: https://blogs.python-gsoc.org/en/0dusts-blog/weekly-check-in-4-7/
What did I do this week?
I added few more tests in classification model as per mentor's suggestion and got the PR merged, Yayy! I also finished writing the accuracy and predict methods for QA model an
blogs.python-gsoc.org
Python GSoC - Weekly Check-in #4 - 0dust's Blog
Weekly Check-in #4 - 2244df23-95c5-4c9b-b0f5-e8887a2f2e11 - Python's Google Summer of Code Blogs Page
Mike Driscoll: Python 101 – Learning About Lists (Video)
Link: https://www.blog.pythonlibrary.org/2020/06/22/python-101-learning-about-lists-video/
In this video tutorial, you will learn all about Python’s list data type.
If videos aren’t your thing, then you can read the same content here:
Python 101: Learning About Lists
The post Python 101
Link: https://www.blog.pythonlibrary.org/2020/06/22/python-101-learning-about-lists-video/
In this video tutorial, you will learn all about Python’s list data type.
If videos aren’t your thing, then you can read the same content here:
Python 101: Learning About Lists
The post Python 101
The Mouse Vs. The Python
Python 101 - Learning About Lists (Video) - The Mouse Vs. The Python
In this video tutorial, you will learn all about Python’s list data type. If videos aren’t your thing, then you can read the same content here: Python 101: Learning About Lists
PSF GSoC students blogs: The Wonderful Wizard of O'zip
Link: https://blogs.python-gsoc.org/en/mcsinyxs-blog/the-wonderful-wizard-of-o-zip/
Never give up… No one knows what's going to happen next.
Preface
Greetings and best wishes! I had a lot of fun during the last week, although admittedly nothing was really finished. In summary, these
Link: https://blogs.python-gsoc.org/en/mcsinyxs-blog/the-wonderful-wizard-of-o-zip/
Never give up… No one knows what's going to happen next.
Preface
Greetings and best wishes! I had a lot of fun during the last week, although admittedly nothing was really finished. In summary, these
blogs.python-gsoc.org
Python GSoC - The Wonderful Wizard of O'zip - McSinyx's Blog
The Wonderful Wizard of O'zip - c0f0a92a-4a65-4460-a3d7-58a14026d693 - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: Weekly Check In - 3
Link: https://blogs.python-gsoc.org/en/adityaa30s-blog/weekly-check-in-3-9/
What did I do till now?
Finish the HTTP2 Client Protocol implementation.
What's coming up next?
Next week I plan to
Write unit tests for HTTP2 Client Protocol
Add required documentation
I have kep
Link: https://blogs.python-gsoc.org/en/adityaa30s-blog/weekly-check-in-3-9/
What did I do till now?
Finish the HTTP2 Client Protocol implementation.
What's coming up next?
Next week I plan to
Write unit tests for HTTP2 Client Protocol
Add required documentation
I have kep
blogs.python-gsoc.org
Python GSoC - Weekly Check In - 3 - adityaa30's Blog
Weekly Check In - 3 - 4c0d03a0-dd12-4db5-8e95-bef989582503 - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: Blog post for week 3: Passing settings around the right way
Link: https://blogs.python-gsoc.org/en/lukas0907s-blog/blog-post-for-week-3-passing-settings-around-the-right-way/
Last week I did not implement new features but rather incorporated feedback from my mentors. In this blog post I want to write about one specific problem that I encountered last week.
To connect to Re
Link: https://blogs.python-gsoc.org/en/lukas0907s-blog/blog-post-for-week-3-passing-settings-around-the-right-way/
Last week I did not implement new features but rather incorporated feedback from my mentors. In this blog post I want to write about one specific problem that I encountered last week.
To connect to Re
blogs.python-gsoc.org
Python GSoC - Blog post for week 3: Passing settings around the right way - Lukas0907's Blog
Blog post for week 3: Passing settings around the right way - de275460-6752-46d7-8264-6d4e9c50aadb - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: Week 4 blog
Link: https://blogs.python-gsoc.org/en/imaj_ashwinis-blog/week-4-blog/
Hello everyone,
We are into the fourth week now, and closing into the first month. Last week, I rearranged all my functions and classes so that it becomes more readable, organised and clean. Now the m
Link: https://blogs.python-gsoc.org/en/imaj_ashwinis-blog/week-4-blog/
Hello everyone,
We are into the fourth week now, and closing into the first month. Last week, I rearranged all my functions and classes so that it becomes more readable, organised and clean. Now the m
blogs.python-gsoc.org
Python GSoC - Week 4 blog - imaj_ashwini's Blog
Week 4 blog - 631ec5e2-348d-4614-a2ce-ce51779f115f - Python's Google Summer of Code Blogs Page