Janusworx: A Hundred Days of Code, Day 017 - Python, Advanced Objects, Done!
Link: https://janusworx.com/blog/a-hundred-days-of-code-day-017-python-advanced-objects-done/
And we are done with objects!
This course finally gave me what I was looking for all these months.
The ability to think of and reason about Python, so that I can then think of and reason about, how to
Link: https://janusworx.com/blog/a-hundred-days-of-code-day-017-python-advanced-objects-done/
And we are done with objects!
This course finally gave me what I was looking for all these months.
The ability to think of and reason about Python, so that I can then think of and reason about, how to
Janusworx
A Hundred Days of Code, Day 017 - Python, Advanced Objects, Done!
And we are done with objects!
This course finally gave me what I was looking for all these months.
The ability to think of and reason about Python, so that I can then think of and reason about, how to
This course finally gave me what I was looking for all these months.
The ability to think of and reason about Python, so that I can then think of and reason about, how to
PSF GSoC students blogs: Week 5 Check-in
Link: https://blogs.python-gsoc.org/en/wangjls-blog/week-5-check-in-3/
What I have done this week
1. Fixed the bug. The shell script parser exits while parsing complex RUN command. After debugging, I found that function consolidate_commands() will have a dead loop in th
Link: https://blogs.python-gsoc.org/en/wangjls-blog/week-5-check-in-3/
What I have done this week
1. Fixed the bug. The shell script parser exits while parsing complex RUN command. After debugging, I found that function consolidate_commands() will have a dead loop in th
blogs.python-gsoc.org
Python GSoC - Week 5 Check-in - WangJL's Blog
Week 5 Check-in - 9557c895-aabe-4e00-899a-e4741b4a6747 - Python's Google Summer of Code Blogs Page
Catalin George Festila: Python 3.8.2 : The numba python package - part 001 .
Link: http://python-catalin.blogspot.com/2020/07/python-382-numba-python-package-part-001.html
The development of this python package comes with this short intro:
Numba is a just-in-time compiler for Python that works best on code that uses NumPy arrays and functions and loops. The most common
Link: http://python-catalin.blogspot.com/2020/07/python-382-numba-python-package-part-001.html
The development of this python package comes with this short intro:
Numba is a just-in-time compiler for Python that works best on code that uses NumPy arrays and functions and loops. The most common
Blogspot
Python 3.8.2 : The numba python package - part 001 .
News , articles and tutorials about programming with python with source code and examples under Windows and Linux operating systems.
Weekly Python StackOverflow Report: (ccxxxvii) stackoverflow python report
Link: http://python-weekly.blogspot.com/2020/07/ccxxxvii-stackoverflow-python-report.html
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2020-07-26 06:53:34 GMTDiscord.py Glitch or random error: TypeError: __
Link: http://python-weekly.blogspot.com/2020/07/ccxxxvii-stackoverflow-python-report.html
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2020-07-26 06:53:34 GMTDiscord.py Glitch or random error: TypeError: __
Blogspot
(ccxxxvii) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week. Between brackets: [ question score / answers count] Build date: 2020...
PSF GSoC students blogs: GSoC: Week 9: ConfigParser()
Link: https://blogs.python-gsoc.org/en/niraj-kamdars-blog/gsoc-week-9-configparser/
What did I do this week?
I have done research on various configuration file formats and compiled outcomes of it in a issue: Discussion: Configuration file format. Some users recommended INI files bec
Link: https://blogs.python-gsoc.org/en/niraj-kamdars-blog/gsoc-week-9-configparser/
What did I do this week?
I have done research on various configuration file formats and compiled outcomes of it in a issue: Discussion: Configuration file format. Some users recommended INI files bec
blogs.python-gsoc.org
Python GSoC - GSoC: Week 9: ConfigParser() - Niraj-Kamdar's Blog
GSoC: Week 9: ConfigParser() - a11606ad-8c5c-4794-9e35-f5cf9a8d0e11 - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: [Week 8] Check-in
Link: https://blogs.python-gsoc.org/en/sangyxs-blog/week-8-check-in-1/
1. What did you do this week?
Control the base of the differentiation.
2. Difficulty
No difficulties this week.
3. What is coming up next?
Publish a simple version of udiff on pypi.
Complete more
Link: https://blogs.python-gsoc.org/en/sangyxs-blog/week-8-check-in-1/
1. What did you do this week?
Control the base of the differentiation.
2. Difficulty
No difficulties this week.
3. What is coming up next?
Publish a simple version of udiff on pypi.
Complete more
blogs.python-gsoc.org
Python GSoC - [Week 8] Check-in - sangyx's Blog
[Week 8] Check-in - 1bce70eb-f2bf-49ed-87e2-67410e1d91c9 - Python's Google Summer of Code Blogs Page
Janusworx: A Hundred Days of Code, Day 018 - Python Comprehensions, Done!
Link: https://janusworx.com/blog/a-hundred-days-of-code-day-018-python-comprehensions-done/
Continuing my comprehensions journey.
Hopefully it makes more sense this time around
Read more… (1 min remaining to read)
Link: https://janusworx.com/blog/a-hundred-days-of-code-day-018-python-comprehensions-done/
Continuing my comprehensions journey.
Hopefully it makes more sense this time around
Read more… (1 min remaining to read)
Janusworx
A Hundred Days of Code, Day 018 - Python Comprehensions, Done!
Continuing my comprehensions journey.
Hopefully it makes more sense this time around
Notes
Set Comprehensions
If I want a set of uniques from a group, I could use a set.
Or like Reuven lik
Hopefully it makes more sense this time around
Notes
Set Comprehensions
If I want a set of uniques from a group, I could use a set.
Or like Reuven lik
PSF GSoC students blogs: Weekly Check-in #9
Link: https://blogs.python-gsoc.org/en/abijithbahuleyans-blog/weekly-check-in-9-3/
Hello world !
What did you do this week?
There was few details in the code template to get fixed and also some tests were improved. At last the feature to generate the jupyter notebook has merged.
Wha
Link: https://blogs.python-gsoc.org/en/abijithbahuleyans-blog/weekly-check-in-9-3/
Hello world !
What did you do this week?
There was few details in the code template to get fixed and also some tests were improved. At last the feature to generate the jupyter notebook has merged.
Wha
blogs.python-gsoc.org
Python GSoC - Weekly Check-in #9 - abijithbahuleyan's Blog
Weekly Check-in #9 - d480ff2e-74dc-44fa-8aa4-7af357e05783 - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: Weekly Check-in #9
Link: https://blogs.python-gsoc.org/en/nibba2018s-blog/weekly-check-in-9-4/
Tab UI, TabPanel2D, Tab UI Tutorial.
Hello and welcome to my 9th weekly check-in. I will be sharing my progress with TabUI and its corresponding tutorial. The official repository of my sub-org, FURY c
Link: https://blogs.python-gsoc.org/en/nibba2018s-blog/weekly-check-in-9-4/
Tab UI, TabPanel2D, Tab UI Tutorial.
Hello and welcome to my 9th weekly check-in. I will be sharing my progress with TabUI and its corresponding tutorial. The official repository of my sub-org, FURY c
blogs.python-gsoc.org
Python GSoC - Weekly Check-in #9 - Nibba2018's Blog
Weekly Check-in #9 - c56ad427-2a29-4bff-aaac-4b1c415e6c7a - Python's Google Summer of Code Blogs Page
spikelantern: Simple infinite scroll in Django
Link: https://spikelantern.com/articles/simple-infinite-scroll-in-django/
If you’ve used Twitter, Instagram, or Facebook, you would have used something called “infinite scroll”, sometimes also called “infinite loading” or “endless pagination”.
Basically, it means that once
Link: https://spikelantern.com/articles/simple-infinite-scroll-in-django/
If you’ve used Twitter, Instagram, or Facebook, you would have used something called “infinite scroll”, sometimes also called “infinite loading” or “endless pagination”.
Basically, it means that once
Catalin George Festila: Python 3.6.9 : My colab tutorials - parts 006 - 007.
Link: http://python-catalin.blogspot.com/2020/07/python-369-my-colab-tutorials-parts-006.html
This tutorial is called: My colab tutorials - parts 006 - 007.
The only reason for synchronization with the source code from my GitHub account on the Colab project.
I like collab more and more because
Link: http://python-catalin.blogspot.com/2020/07/python-369-my-colab-tutorials-parts-006.html
This tutorial is called: My colab tutorials - parts 006 - 007.
The only reason for synchronization with the source code from my GitHub account on the Colab project.
I like collab more and more because
Blogspot
Python 3.6.9 : My colab tutorials - parts 006 - 007.
News , articles and tutorials about programming with python with source code and examples under Windows and Linux operating systems.
PSF GSoC students blogs: Week 8 : Testing Phase 1
Link: https://blogs.python-gsoc.org/en/aryan_guptas-blog/week-8-testing-phase-1/
Hello Everyone!
What did you do this week?
This week I started working on writing tests. Tests are really important to software development. I read on about Pytest and concepts such as mocking. I had
Link: https://blogs.python-gsoc.org/en/aryan_guptas-blog/week-8-testing-phase-1/
Hello Everyone!
What did you do this week?
This week I started working on writing tests. Tests are really important to software development. I read on about Pytest and concepts such as mocking. I had
blogs.python-gsoc.org
Python GSoC - Week 8 : Testing Phase 1 - ARYAN_GUPTA's Blog
Week 8 : Testing Phase 1 - a8bb065d-8553-4ccd-9d92-b9704e3fb7c5 - Python's Google Summer of Code Blogs Page
Mike Driscoll: PyDev of the Week: Carlton Gibson
Link: https://www.blog.pythonlibrary.org/2020/07/27/pydev-of-the-week-carlton-gibson/
This week we welcome Carlton Gibson (@carltongibson) as our PyDev of the Week. Carlton is a core developer of the Django REST Framework and maintainer of Django Filter, Crispy Forms and more. Carlton
Link: https://www.blog.pythonlibrary.org/2020/07/27/pydev-of-the-week-carlton-gibson/
This week we welcome Carlton Gibson (@carltongibson) as our PyDev of the Week. Carlton is a core developer of the Django REST Framework and maintainer of Django Filter, Crispy Forms and more. Carlton
The Mouse Vs. The Python
PyDev of the Week: Carlton Gibson - The Mouse Vs. The Python
This week we welcome Carlton Gibson (@carltongibson) as our PyDev of the Week. Carlton is a core developer of the Django REST Framework and maintainer of Django Filter, Crispy Forms and more. Carlton is the co-host of the Django Talk podcast. You can see…
PSF GSoC students blogs: Weekly Check-In: Week 9
Link: https://blogs.python-gsoc.org/en/lenixlobos-blog/weekly-check-in-week-9/
Make sure to check out Project FURY : https://github.com/fury-gl/fury
Hey Everyone!
This week , merging the SDF PR
What did I do this week
Since GSoC started in have been working on adding support f
Link: https://blogs.python-gsoc.org/en/lenixlobos-blog/weekly-check-in-week-9/
Make sure to check out Project FURY : https://github.com/fury-gl/fury
Hey Everyone!
This week , merging the SDF PR
What did I do this week
Since GSoC started in have been working on adding support f
blogs.python-gsoc.org
Python GSoC - Weekly Check-In: Week 9 - lenixlobo's Blog
Weekly Check-In: Week 9 - 29b61b21-4ad2-4b48-ab8a-f4ed5ddc5aa2 - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: Weekly Check In #5
Link: https://blogs.python-gsoc.org/en/dvijaywargiyas-blog/weekly-check-in-5-8/
<meta charset="utf-8">
Hello all!
The last week went a little slow for me. I had a college thing to do apart from working on this project which took up some of my time.
I was talking about creati
Link: https://blogs.python-gsoc.org/en/dvijaywargiyas-blog/weekly-check-in-5-8/
<meta charset="utf-8">
Hello all!
The last week went a little slow for me. I had a college thing to do apart from working on this project which took up some of my time.
I was talking about creati
blogs.python-gsoc.org
Python GSoC - Weekly Check In #5 - dvijaywargiya's Blog
Weekly Check In #5 - 70a27e08-d7bb-4969-bfa4-391139c1cbe9 - Python's Google Summer of Code Blogs Page
Janusworx: A Hundred Days of Code, Day 019 - Python Iterators and Generators, Done!
Link: https://janusworx.com/blog/a-hundred-days-of-code-day-019-python-iterators-and-generators-done/
Starting up with the last of the Lerner courses, I got.
Iterators and Generators.
Hopefully I get done with this and use the same intensity with actually writing code.
What shape will that take and ho
Link: https://janusworx.com/blog/a-hundred-days-of-code-day-019-python-iterators-and-generators-done/
Starting up with the last of the Lerner courses, I got.
Iterators and Generators.
Hopefully I get done with this and use the same intensity with actually writing code.
What shape will that take and ho
Janusworx
A Hundred Days of Code, Day 019 - Python Iterators and Generators, Don
Starting up with the last of the Lerner courses, I got.
Iterators and Generators.
Hopefully I get done with this and use the same intensity with actually writing code.
What shape will that take and ho
Iterators and Generators.
Hopefully I get done with this and use the same intensity with actually writing code.
What shape will that take and ho
PSF GSoC students blogs: GSoC: Week #9
Link: https://blogs.python-gsoc.org/en/anandbaburajans-blog/gsoc-week-9-1/
Hello!
What did you do this week?
I added ‘nav_shape’ and ‘sig_shape’ parameters for all the formats, implemented reshaping for formats using the general ‘get_tiles’, reworked on the API and the GUI f
Link: https://blogs.python-gsoc.org/en/anandbaburajans-blog/gsoc-week-9-1/
Hello!
What did you do this week?
I added ‘nav_shape’ and ‘sig_shape’ parameters for all the formats, implemented reshaping for formats using the general ‘get_tiles’, reworked on the API and the GUI f
blogs.python-gsoc.org
Python GSoC - GSoC: Week #9 - anandbaburajan's Blog
GSoC: Week #9 - 4a3e96df-d098-4929-8011-88901b0d2939 - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: Weekly Check-In #5 (19th Jul - 26th Jul)
Link: https://blogs.python-gsoc.org/en/arnav_ks-blog/weekly-check-in-5-19th-jul-26th-jul/
So we have almost reached the second stage of evaluation , and the past month did go surprisingly fast. 😅
What did you do this week ?
So fixes were made to handle the long and short scale used by d
Link: https://blogs.python-gsoc.org/en/arnav_ks-blog/weekly-check-in-5-19th-jul-26th-jul/
So we have almost reached the second stage of evaluation , and the past month did go surprisingly fast. 😅
What did you do this week ?
So fixes were made to handle the long and short scale used by d
blogs.python-gsoc.org
Python GSoC - Weekly Check-In #5 (19th Jul - 26th Jul) - arnav_k's Blog
Weekly Check-In #5 (19th Jul - 26th Jul) - b25b8e5e-93b2-4597-ad96-d9f39dde2e0d - Python's Google Summer of Code Blogs Page
Janusworx: A Hundred Days of Code, Day 019 - Future Exercise Addendum
Link: https://janusworx.com/blog/a-hundred-days-of-code-day-019-future-exercise-addendum/
Ok, think I have the problem of writing code, licked.
Will start with one problem from all the Lerner Courses, that I still have to do.
And another problem, I ask my friends to give me.
This should
Link: https://janusworx.com/blog/a-hundred-days-of-code-day-019-future-exercise-addendum/
Ok, think I have the problem of writing code, licked.
Will start with one problem from all the Lerner Courses, that I still have to do.
And another problem, I ask my friends to give me.
This should
Janusworx
A Hundred Days of Code, Day 019 - Future Exercise Addendum
Ok, think I have the problem of writing code, licked.
Will start with one problem from all the Lerner Courses, that I still have to do.
And another problem, I ask my friends to give me.
This should
Will start with one problem from all the Lerner Courses, that I still have to do.
And another problem, I ask my friends to give me.
This should
PSF GSoC students blogs: Weekly Check-in #9
Link: https://blogs.python-gsoc.org/en/0dusts-blog/weekly-check-in-9-5/
What did i do this week?
I worked on wrapping spacy and scikit learn functions as operations. I discussed with my mentors regarding the examples usage of these operations to be added to documentation
Link: https://blogs.python-gsoc.org/en/0dusts-blog/weekly-check-in-9-5/
What did i do this week?
I worked on wrapping spacy and scikit learn functions as operations. I discussed with my mentors regarding the examples usage of these operations to be added to documentation
blogs.python-gsoc.org
Python GSoC - Weekly Check-in #9 - 0dust's Blog
Weekly Check-in #9 - 2244df23-95c5-4c9b-b0f5-e8887a2f2e11 - Python's Google Summer of Code Blogs Page
Python Software Foundation: Abigail Dogbe Awarded the PSF Community Service Award for Q1 2020
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/6FahUJasdEc/abigail-dogbe-awarded-psf-community.html
Abigail Dogbe, lead organizer PyLadies Ghana and co-organizer of Pycon Africa 2019, has been awarded the Python Software Foundation Q1 2020 Community Service Award.
Abigail holds a Bachelor's
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/6FahUJasdEc/abigail-dogbe-awarded-psf-community.html
Abigail Dogbe, lead organizer PyLadies Ghana and co-organizer of Pycon Africa 2019, has been awarded the Python Software Foundation Q1 2020 Community Service Award.
Abigail holds a Bachelor's
Blogspot
Abigail Dogbe Awarded the PSF Community Service Award for Q1 2020
Abigail Dogbe , lead organizer PyLadies Ghana and co-organizer of Pycon Africa 2019, has been awarded the Python Software Foundation ...