Podcast.__init__: Extending The Life Of Python 2 Projects With Tauthon
Link: https://www.pythonpodcast.com/tauthon-python-2-fork-episode-265/
The divide between Python 2 and 3 lasted a long time, and in recent years all of the new features were added to version 3. To help bridge the gap and extend the viability of version 2 Naftali Harris c
Link: https://www.pythonpodcast.com/tauthon-python-2-fork-episode-265/
The divide between Python 2 and 3 lasted a long time, and in recent years all of the new features were added to version 3. To help bridge the gap and extend the viability of version 2 Naftali Harris c
The Python Podcast.__init__
The Python Podcast.__init__: Extending The Life Of Python 2 Projects With Tauthon
An interview about the Tauthon project that backports Python 3 features to Python 2 as a way of extending the life of projects that haven't made the switch.
CubicWeb: Report of May 26th Cubicweb Meeting
Link: http://feedproxy.google.com/~r/cubicweborg/~3/xn4RiMN1MI8/17317952
Hi,
Welcome back to another weekly report! Today, the following topics have been discussed.
Broken tests situation, follow up
Migrating CubicWeb to Heptapod and modifications in dependencies resulted
Link: http://feedproxy.google.com/~r/cubicweborg/~3/xn4RiMN1MI8/17317952
Hi,
Welcome back to another weekly report! Today, the following topics have been discussed.
Broken tests situation, follow up
Migrating CubicWeb to Heptapod and modifications in dependencies resulted
Codementor: About Me
Link: https://www.codementor.io/rutujasurve/about-me-1715qqrzpm
My experience working at tech giants like Google and Amazon and my contributions to open source
Link: https://www.codementor.io/rutujasurve/about-me-1715qqrzpm
My experience working at tech giants like Google and Amazon and my contributions to open source
www.codementor.io
About Me | Codementor
My experience working at tech giants like Google and Amazon and my contributions to open source
PSF GSoC students blogs: test
Link: https://blogs.python-gsoc.org/en/test-students-blog/test-2/
<meta charset="utf-8">
GSoC 2020 First Blog
Hello all!
This is Devesh Vijaywargiya, a final year undergrad at IIIT Hyderabad, India. I’m working as a student developer in GSoC 2020 in Python Softwa
Link: https://blogs.python-gsoc.org/en/test-students-blog/test-2/
<meta charset="utf-8">
GSoC 2020 First Blog
Hello all!
This is Devesh Vijaywargiya, a final year undergrad at IIIT Hyderabad, India. I’m working as a student developer in GSoC 2020 in Python Softwa
blogs.python-gsoc.org
Python GSoC - test - Test-Student's Blog
test - 3452b0fb-a254-48e8-80e4-4be1f7b06992 - Python's Google Summer of Code Blogs Page
S. Lott: Overcoming Incuriosity -- Sailing Over The Horizon
Link: http://slott-softwarearchitect.blogspot.com/2020/06/overcoming-incuriosity-sailing-over.html
I'm in regular contact with a few folks who seem remarkably incurious.Seem.Perhaps they're curious about something other than software. I don't know.But I do know they're remarkably incurious about so
Link: http://slott-softwarearchitect.blogspot.com/2020/06/overcoming-incuriosity-sailing-over.html
I'm in regular contact with a few folks who seem remarkably incurious.Seem.Perhaps they're curious about something other than software. I don't know.But I do know they're remarkably incurious about so
Blogspot
Overcoming Incuriosity -- Sailing Over The Horizon
I'm in regular contact with a few folks who seem remarkably incurious. Seem. Perhaps they're curious about something other than software...
Chris Moffitt: sidetable - Create Simple Summary Tables in Pandas
Link: https://pbpython.com/sidetable.html
Introduction
Today I am happy to announce the release of a new pandas utility library called sidetable.
This library makes it easy to build a frequency table and simple summary of missing values
in a
Link: https://pbpython.com/sidetable.html
Introduction
Today I am happy to announce the release of a new pandas utility library called sidetable.
This library makes it easy to build a frequency table and simple summary of missing values
in a
Pbpython
sidetable - Create Simple Summary Tables in Pandas
Introducing sidetable, a pandas library that build summary tables of your DataFrames.
Real Python: Parallel Iteration With Python's zip() Function
Link: https://realpython.com/courses/python-zip-function/
Python’s zip() function creates an iterator that will aggregate elements from two or more iterables. You can use the resulting iterator to quickly and consistently solve common programming problems, l
Link: https://realpython.com/courses/python-zip-function/
Python’s zip() function creates an iterator that will aggregate elements from two or more iterables. You can use the resulting iterator to quickly and consistently solve common programming problems, l
Realpython
Parallel Iteration With Python's zip() Function – Real Python
In this course, you'll learn how to use the Python zip() function to solve common programming problems. You'll learn how to traverse multiple iterables in parallel and create dictionaries with just a few lines of code.
PyCoder’s Weekly: Issue #423 (June 2, 2020)
Link: https://pycoders.com/issues/423
#423 – JUNE 2, 2020 View in Browser » The Many Ways to Pass Code to Python From the Terminal You might know about pointing Python to a file path, or using -m to execute a module. But did you kno
Link: https://pycoders.com/issues/423
#423 – JUNE 2, 2020 View in Browser » The Many Ways to Pass Code to Python From the Terminal You might know about pointing Python to a file path, or using -m to execute a module. But did you kno
Pycoders
PyCoder’s Weekly | Issue #423
Issue #423 of the PyCoder’s Weekly newsletter, published June 2, 2020.
Kushal Das: Onion location and Onion names in Tor Browser 9.5
Link: https://kushaldas.in/posts/onion-location-and-onion-names-in-tor-browser-9-5.html
Yesterday the Tor Browser 9.5 was released. I am excited about this release for
some user-focused updates.
Onion-Location header
If your webserver provides this one extra header Onion-Location, the T
Link: https://kushaldas.in/posts/onion-location-and-onion-names-in-tor-browser-9-5.html
Yesterday the Tor Browser 9.5 was released. I am excited about this release for
some user-focused updates.
Onion-Location header
If your webserver provides this one extra header Onion-Location, the T
Karim Elghamrawy: How to Setup Python 3 on Windows? (Step-by-Step)
Link: https://www.afternerd.com/blog/setup-python-on-windows/
In this video, I will talk about how to setup Python on a Windows operating system step-by-step. I will walk you through the installation process and discuss all the installation options that you will
Link: https://www.afternerd.com/blog/setup-python-on-windows/
In this video, I will talk about how to setup Python on a Windows operating system step-by-step. I will walk you through the installation process and discuss all the installation options that you will
Afternerd
How to Setup Python 3 on Windows? (Step-by-Step) - Afternerd
[…]
Jaime Buelta: 2nd Edition for Python Automation Cookbook now available!
Link: https://wrongsideofmemphis.com/2020/06/03/2nd-edition-for-python-automation-cookbook-now-available/
Good news everyone! There’s a new edition of the Python Automation Cookbook! A great way of improving your Python skills for practical tasks! As the first edition, it’s aimed to people that already kn
Link: https://wrongsideofmemphis.com/2020/06/03/2nd-edition-for-python-automation-cookbook-now-available/
Good news everyone! There’s a new edition of the Python Automation Cookbook! A great way of improving your Python skills for practical tasks! As the first edition, it’s aimed to people that already kn
Wrong Side of Memphis
2nd Edition for Python Automation Cookbook now available!
Good news everyone! There’s a new edition of the Python Automation Cookbook! A great way of improving your Python skills for practical tasks! Now with 100% more Jaime in the cover! As the fir…
Codementor: My Top 7 Picks on PyCon 2020 Online
Link: https://www.codementor.io/maxongzb/my-top-7-picks-on-pycon-2020-online-1725pmg6my
My top 7 picks for PyCon 2020 videos that is useful for Python developers, Data Scientist & Educators.
Link: https://www.codementor.io/maxongzb/my-top-7-picks-on-pycon-2020-online-1725pmg6my
My top 7 picks for PyCon 2020 videos that is useful for Python developers, Data Scientist & Educators.
www.codementor.io
My Top 7 Picks on PyCon 2020 Online | Codementor
My top 7 picks for PyCon 2020 videos that is useful for Python developers, Data Scientist & Educators.
Django Weblog: Django security releases issued: 3.0.7 and 2.2.13
Link: https://www.djangoproject.com/weblog/2020/jun/03/security-releases/
In accordance with our security release policy, the Django team is issuing Django 3.0.7 and Django 2.2.13. These releases address the security issue detailed below. We encourage all users of Django to
Link: https://www.djangoproject.com/weblog/2020/jun/03/security-releases/
In accordance with our security release policy, the Django team is issuing Django 3.0.7 and Django 2.2.13. These releases address the security issue detailed below. We encourage all users of Django to
Zato Blog: A dark theme for auto-generated API documentation
Link: https://zato.io/blog/posts/apispec-dark-theme.html
Starting with version 3.2,
Zato
will use a new, dark theme for its
auto-generated
API documentation and specifications.
Here is its preview.
An API service and its documentation
Suppose we have a Zato
Link: https://zato.io/blog/posts/apispec-dark-theme.html
Starting with version 3.2,
Zato
will use a new, dark theme for its
auto-generated
API documentation and specifications.
Here is its preview.
An API service and its documentation
Suppose we have a Zato
Zato Blog
A dark theme for auto-generated API documentation
CubicWeb: Report of June 3rd Cubicweb Meeting
Link: http://feedproxy.google.com/~r/cubicweborg/~3/sKlP2udpa84/17322749
Hi everyrone,
Version 3.28-rc1 is on its way! First, let's have a look to the issue board state.
Milestone update
Introduced types #10
logilab.common.deprecation has been typed (see hackathon report
Link: http://feedproxy.google.com/~r/cubicweborg/~3/sKlP2udpa84/17322749
Hi everyrone,
Version 3.28-rc1 is on its way! First, let's have a look to the issue board state.
Milestone update
Introduced types #10
logilab.common.deprecation has been typed (see hackathon report
Obey the Testing Goat: Cosmic Pyhton
Link: http://www.obeythetestinggoat.com/cosmic-pyhton.html
Folks I've written a new book!
Along with my coauthor Bob, we are proud
to release "Architecture Patterns with Python", which you can find out more
about at cosmicpython.com.
The cosmic soubriquet is
Link: http://www.obeythetestinggoat.com/cosmic-pyhton.html
Folks I've written a new book!
Along with my coauthor Bob, we are proud
to release "Architecture Patterns with Python", which you can find out more
about at cosmicpython.com.
The cosmic soubriquet is
Real Python: Regular Expressions: Regexes in Python (Part 2)
Link: https://realpython.com/regex-python-part-2/
In the previous tutorial in this series, you covered a lot of ground. You saw how to use re.search() to perform pattern matching with regexes in Python and learned about the many regex metacharacters
Link: https://realpython.com/regex-python-part-2/
In the previous tutorial in this series, you covered a lot of ground. You saw how to use re.search() to perform pattern matching with regexes in Python and learned about the many regex metacharacters
Realpython
Regular Expressions: Regexes in Python (Part 2) – Real Python
In the previous tutorial in this series, you learned how to perform sophisticated pattern matching using regular expressions, or regexes, in Python. This tutorial explores more regex tools and techniques that are available in Python.
PyCharm: Introducing the PyCharm Guide
Link: http://feedproxy.google.com/~r/Pycharm/~3/4QCQCzbrFMk/
Want to be a badass at Python coding with PyCharm? Keep reading!
Over the last few years we have been collecting productivity tips, tutorials, and a lot more into a central, video-oriented resource, a
Link: http://feedproxy.google.com/~r/Pycharm/~3/4QCQCzbrFMk/
Want to be a badass at Python coding with PyCharm? Keep reading!
Over the last few years we have been collecting productivity tips, tutorials, and a lot more into a central, video-oriented resource, a
PyCharm Blog
Introducing the PyCharm Guide
Want to be a badass at Python coding with PyCharm? Keep reading! Over the last few years we have been collecting productivity tips, tutorials, and a lot more into a central, video-oriented resource…
Stack Abuse: Binary Search in Python
Link: https://stackabuse.com/binary-search-in-python/
Introduction
In this article, we'll be diving into the idea behind and Python implementation of Binary Search.
Binary Search is an efficient search algorithm that works on sorted arrays. It's often us
Link: https://stackabuse.com/binary-search-in-python/
Introduction
In this article, we'll be diving into the idea behind and Python implementation of Binary Search.
Binary Search is an efficient search algorithm that works on sorted arrays. It's often us
Stack Abuse
Binary Search in Python
In this tutorial, we'll be covering Binary Search in Python, its idea, and both the iterative and recursive implementation.
PyCharm: PyCharm 2020.1.2
Link: http://feedproxy.google.com/~r/Pycharm/~3/D9QSG-pM9UE/
PyCharm 2020.1.2 is out now with fixes that will improve your software development experience. Update from within PyCharm (Help | Check for Updates), using the JetBrains Toolbox, or by downloading the
Link: http://feedproxy.google.com/~r/Pycharm/~3/D9QSG-pM9UE/
PyCharm 2020.1.2 is out now with fixes that will improve your software development experience. Update from within PyCharm (Help | Check for Updates), using the JetBrains Toolbox, or by downloading the
PyCharm Blog
PyCharm 2020.1.2
PyCharm 2020.1.2 is out now with fixes that will improve your software development experience. Update from within PyCharm (Help | Check for Updates), using the JetBrains Toolbox, or by downloading …
Codementor: Python App Development: Perfect Web Framework choice for Startups
Link: https://www.codementor.io/samwatt/python-app-development-perfect-web-framework-choice-for-startups-173htwchjd
Python app development is perfect for startups to build web applications. Python web programming saves cost & time, giving more time-to-market the application.
Link: https://www.codementor.io/samwatt/python-app-development-perfect-web-framework-choice-for-startups-173htwchjd
Python app development is perfect for startups to build web applications. Python web programming saves cost & time, giving more time-to-market the application.
www.codementor.io
Python App Development: Perfect Web Framework choice for Startups | Codementor
Python app development is perfect for startups to build web applications. Python web programming saves cost & time, giving more time-to-market the application.