PyCon: PyCon 2020 Online Launch!
Link: https://pycon.blogspot.com/2020/04/pycon-2020-online-launch_15.html
Dozens of presenters and sponsors prepared content for the launch of PyCon 2020 Online!We are pleased to present talks and tutorials by Russell Keith Magee, Marlene Mhangami, Eric Ma, and so many more
Link: https://pycon.blogspot.com/2020/04/pycon-2020-online-launch_15.html
Dozens of presenters and sponsors prepared content for the launch of PyCon 2020 Online!We are pleased to present talks and tutorials by Russell Keith Magee, Marlene Mhangami, Eric Ma, and so many more
Blogspot
PyCon 2020 Online Launch!
Dozens of presenters and sponsors prepared content for the launch of PyCon 2020 Online! We are pleased to present talks and tutorials by R...
Real Python: Sorting Algorithms in Python
Link: https://realpython.com/sorting-algorithms-python/
Sorting is a basic building block that many other algorithms are built upon. It’s related to several exciting ideas that you’ll see throughout your programming career. Understanding how sorting algori
Link: https://realpython.com/sorting-algorithms-python/
Sorting is a basic building block that many other algorithms are built upon. It’s related to several exciting ideas that you’ll see throughout your programming career. Understanding how sorting algori
Realpython
Sorting Algorithms in Python – Real Python
In this tutorial, you'll learn all about five different sorting algorithms in Python from both a theoretical and a practical standpoint. You'll also learn several related and important concepts, including Big O notation and recursion.
Mike Driscoll: Type Checking in Python
Link: https://www.blog.pythonlibrary.org/2020/04/15/type-checking-in-python/
Type checking or hinting is a newer feature of Python that was added in Python 3.5. Type hinting is also known as type annotation. Type hinting is adding special syntax to functions and variable decla
Link: https://www.blog.pythonlibrary.org/2020/04/15/type-checking-in-python/
Type checking or hinting is a newer feature of Python that was added in Python 3.5. Type hinting is also known as type annotation. Type hinting is adding special syntax to functions and variable decla
Mouse Vs Python
Type Checking in Python - Mouse Vs Python
Learn all about type hinting or type annotations in Python. A type hint allows you to specify what type a variable is but is not enforced
Nathan Piccini Data Science Dojo Blog: Building a Rule-based Chatbot in Python
Link: https://blog.datasciencedojo.com/building-a-rule-based-chatbot-in-python/
Chatbots have become extremely popular in recent years and their use in the industry has skyrocketed. They have found a strong foothold in almost every task that requires text-based public dealing. Th
Link: https://blog.datasciencedojo.com/building-a-rule-based-chatbot-in-python/
Chatbots have become extremely popular in recent years and their use in the industry has skyrocketed. They have found a strong foothold in almost every task that requires text-based public dealing. Th
Data Science Blog | AI, ML, big data analytics
Rule-Based Chatbot in Python
Rule-based chatbots are one of the earliest types of chatbots developed - dating back to the early 1960s. In the second part of this series on chatbots, we take a deeper look into how these chatbots work and how we can build one in Python.
Jacob Perkins: NLTK Trainer Updates
Link: http://feedproxy.google.com/~r/StreamHackerPython/~3/sZ1leRc2s3M/
I’ve recently pushed some updates to nltk-trainer, so that it now supports Python 3.7 and NLTK 3.4.5 or greater. NLTK also just released version 3.5.
One significant change is that the default part of
Link: http://feedproxy.google.com/~r/StreamHackerPython/~3/sZ1leRc2s3M/
I’ve recently pushed some updates to nltk-trainer, so that it now supports Python 3.7 and NLTK 3.4.5 or greater. NLTK also just released version 3.5.
One significant change is that the default part of
StreamHacker
NLTK Trainer Updates
I’ve recently pushed some updates to nltk-trainer, so that it now supports Python 3.7 and NLTK 3.4.5 or greater. NLTK also just released version 3.5. One significant change is that the defaul…
PyCharm: Django Custom Tags in PyCharm Professional 2020.1
Link: http://feedproxy.google.com/~r/Pycharm/~3/1A-5crBUefo/
PyCharm started its life with Django support and our new release adds some useful improvements for Django coding. Let’s take a look at support for custom Django tags in PyCharm Professional 2020.1.
Bu
Link: http://feedproxy.google.com/~r/Pycharm/~3/1A-5crBUefo/
PyCharm started its life with Django support and our new release adds some useful improvements for Django coding. Let’s take a look at support for custom Django tags in PyCharm Professional 2020.1.
Bu
PyCharm Blog
Django Custom Tags in PyCharm Professional 2020.1
PyCharm started its life with Django support and our new release adds some useful improvements for Django coding. Let’s take a look at support for custom Django tags in PyCharm Professional 2…
RMOTR: RMOTR Joins freeCodeCamp to Offer Data Analysis with Python Course
Link: https://blog.rmotr.com/rmotr-joins-freecodecamp-to-offer-data-analysis-with-python-course-500bea2bf2d9?source=rss----2e274f91448--python
Photo by Campaign Creators on UnsplashRMOTR is proud to partner with freeCodeCamp to release a brand new, free course, Data Analysis with Python.This in-depth tutorial, led by RMOTR founder Santiago B
Link: https://blog.rmotr.com/rmotr-joins-freecodecamp-to-offer-data-analysis-with-python-course-500bea2bf2d9?source=rss----2e274f91448--python
Photo by Campaign Creators on UnsplashRMOTR is proud to partner with freeCodeCamp to release a brand new, free course, Data Analysis with Python.This in-depth tutorial, led by RMOTR founder Santiago B
Medium
RMOTR Joins freeCodeCamp to Offer Data Analysis with Python Course
RMOTR is proud to partner with freeCodeCamp to release a brand new, free course, Data Analysis with Python.
Paul Bissex: How to port 100,000 lines of Python 2 to Python 3
Link: http://news.e-scribe.com/467
TLDR: Use futurize and its great documentation.
Last summer I led the conversion of a 77KLOC Python 2 web application to Python 3, and that was my guide.
First, we did the Stage 1 conversion, which ma
Link: http://news.e-scribe.com/467
TLDR: Use futurize and its great documentation.
Last summer I led the conversion of a 77KLOC Python 2 web application to Python 3, and that was my guide.
First, we did the Stage 1 conversion, which ma
Programiz: Python Docstrings
Link: https://www.programiz.com/python-programming/docstrings
In this tutorial, we will learn about Python docstrings. More specifically, we will learn how and why docstrings are used with the help of examples.
Link: https://www.programiz.com/python-programming/docstrings
In this tutorial, we will learn about Python docstrings. More specifically, we will learn how and why docstrings are used with the help of examples.
Programiz
Python Docstrings (With Examples)
In this tutorial, we will learn about Python docstrings. More specifically, we will learn how and why docstrings are used with the help of examples.
Stefan Behnel: My responses to a Cython dev interview
Link: http://blog.behnel.de/posts/my-responses-to-a-cython-dev-interview.html
I recently received a request for an online interview by Jonathan Ruiz, a CS student in Berlin.
He's implementing graph algorithms as part of his final Bachelor thesis, and was evaluating and using Cy
Link: http://blog.behnel.de/posts/my-responses-to-a-cython-dev-interview.html
I recently received a request for an online interview by Jonathan Ruiz, a CS student in Berlin.
He's implementing graph algorithms as part of his final Bachelor thesis, and was evaluating and using Cy
Stefans Welt
My responses to a Cython dev interview
I recently received a request for an online interview by Jonathan Ruiz, a CS student in Berlin.
He's implementing graph algorithms as part of his final Bachelor thesis, and was evaluating and using Cy
He's implementing graph algorithms as part of his final Bachelor thesis, and was evaluating and using Cy
Matt Layman: Consistent Onboarding - Building SaaS #52
Link: https://www.mattlayman.com/building-saas/consistent-onboarding/
In this episode, we glued together some of the onboarding steps. I added data validation so that future steps depend on data existing from previous steps. Then we added page messaging to direct users
Link: https://www.mattlayman.com/building-saas/consistent-onboarding/
In this episode, we glued together some of the onboarding steps. I added data validation so that future steps depend on data existing from previous steps. Then we added page messaging to direct users
Matt Layman
Consistent Onboarding - Building SaaS #52
In this episode, we glued together some of the onboarding steps. I added data validation so that future steps depend on data existing from previous steps. Then we added page messaging to direct users to a proper page.
Learn PyQt: Custom PyQt5/PySide2 PasswordEdit field with Show/Hide toggle
Link: https://www.learnpyqt.com/widgets/passwordedit/
When building applications which require a password (or some other secret) from a user you should use fields that hide the input. This prevents shoulder surfing passers by from being able to read off
Link: https://www.learnpyqt.com/widgets/passwordedit/
When building applications which require a password (or some other secret) from a user you should use fields that hide the input. This prevents shoulder surfing passers by from being able to read off
Martin Fitzpatrick
Custom PyQt5/PySide2 PasswordEdit field with Show/Hide toggle
Password editing field, with Show/Hide toggle. When building applications which require a password (or some other secret) from a user you should use fields that hide the input.
Filipe Saraiva: LaKademy 2019
Link: https://blog.filipesaraiva.info/?p=2138
Past November 2019 KDE fellows from Latin-America arrived in Salvador – Brazil to attend an one more edition of LaKademy – the Latin American Akademy. That was the 7th edition of the event (or the 8th
Link: https://blog.filipesaraiva.info/?p=2138
Past November 2019 KDE fellows from Latin-America arrived in Salvador – Brazil to attend an one more edition of LaKademy – the Latin American Akademy. That was the 7th edition of the event (or the 8th
Filipe Saraiva's blog
LaKademy 2019
Past November 2019 KDE fellows from Latin-America arrived in Salvador – Brazil to attend an one more edition of LaKademy – the Latin American Akademy. That was the 7th edition of the ev…
Codementor: Flask Delicious Tutorial : Building a Library Management System Part 4 - Focus on Responses
Link: https://www.codementor.io/abdurrahmaanj/flask-delicious-tutorial-building-a-library-management-system-part-4-focus-on-responses-15kf42yqp6
The reference kit for Flask responses
Link: https://www.codementor.io/abdurrahmaanj/flask-delicious-tutorial-building-a-library-management-system-part-4-focus-on-responses-15kf42yqp6
The reference kit for Flask responses
www.codementor.io
Flask Delicious Tutorial : Building a Library Management System Part 4 - Focus on Responses | Codementor
The reference kit for Flask responses
Anwesha Das: Setting up a znc service
Link: http://anweshadas.in/setting-up-a-znc-service/
Here is an installation guide of znc on Fedora 31 :
Install the znc package
sudo dnf install znc
The current version of znc in Fedora 31 is znc-1.7.5-1.fc31.x86_64.
Configure znc
The next was to con
Link: http://anweshadas.in/setting-up-a-znc-service/
Here is an installation guide of znc on Fedora 31 :
Install the znc package
sudo dnf install znc
The current version of znc in Fedora 31 is znc-1.7.5-1.fc31.x86_64.
Configure znc
The next was to con
Python Bytes: #177 Coding is 90% Google searching or is it?
Link: https://pythonbytes.fm/episodes/show/177/coding-is-90-google-searching-or-is-it
<p>Sponsored by Datadog: <a href="http://pythonbytes.fm/datadog"><strong>pythonbytes.fm/datadog</strong></a></p>
<p>We’re launching a YouTube Project: <a href="http://pythonbytes.fm/youtube"><strong>
Link: https://pythonbytes.fm/episodes/show/177/coding-is-90-google-searching-or-is-it
<p>Sponsored by Datadog: <a href="http://pythonbytes.fm/datadog"><strong>pythonbytes.fm/datadog</strong></a></p>
<p>We’re launching a YouTube Project: <a href="http://pythonbytes.fm/youtube"><strong>
pythonbytes.fm
Coding is 90% Google searching or is it?
News and announcements from the Python community for the week of Apr 16th, 2020
PyBites: 20 Refactoring Tips That Will Improve The Quality of Your Python Code
Link: https://pybit.es/python-refactoring.html
(Photo by Jeff Frenette on Unsplash)
20 Refactoring Tips That Will Improve The Quality of Your Python Code
header 1
header 2
header 3
header 4
header 5
Keep Calm and Code in Python!
-- Bob
Link: https://pybit.es/python-refactoring.html
(Photo by Jeff Frenette on Unsplash)
20 Refactoring Tips That Will Improve The Quality of Your Python Code
header 1
header 2
header 3
header 4
header 5
Keep Calm and Code in Python!
-- Bob
pybit.es
20 Refactoring Tips That Will Improve The Quality of Your Python Code - PyBites
(Photo by Jeff Frenette on Unsplash) 20 Refactoring Tips That Will Improve The Quality of Your Python Code header 1 header 2 header 3 header 4 header 5 Keep Calm and Code in Python! -- Bob
Real Python: The Real Python Podcast – Episode #5: Exploring CircuitPython
Link: https://realpython.com/podcasts/rpp/5/
Have you ever wanted to explore using Python with electronics? CircuitPython is a great platform to get started with. This week Christopher talks with Thea Flowers. Thea has been creating several hard
Link: https://realpython.com/podcasts/rpp/5/
Have you ever wanted to explore using Python with electronics? CircuitPython is a great platform to get started with. This week Christopher talks with Thea Flowers. Thea has been creating several hard
Realpython
Episode #5: Exploring CircuitPython – The Real Python Podcast
Have you ever wanted to explore using Python with electronics? CircuitPython is a great platform to get started with. This week we have Thea Flowers on the show. Thea has been creating several hardware projects based around CircuitPython, and she talks about…
BreadcrumbsCollector: Beware of chicken testing! (or mocks overuse)
Link: https://breadcrumbscollector.tech/beware-of-chicken-testing-or-mocks-overuse/
Need for mocking
Dealing with problematic dependencies is an indispensable part of software testing. Often, we cannot or do not want to rely on 3rd party service/network communication/hard drive etc.,
Link: https://breadcrumbscollector.tech/beware-of-chicken-testing-or-mocks-overuse/
Need for mocking
Dealing with problematic dependencies is an indispensable part of software testing. Often, we cannot or do not want to rely on 3rd party service/network communication/hard drive etc.,
Breadcrumbs Collector
Beware of chicken testing! (or mocks overuse) - Breadcrumbs Collector
Need for mocking Dealing with problematic dependencies is an indispensable part of software testing. Often, we cannot or do not want to rely on 3rd party service/network communication/hard drive etc., especially in unit-tests. The reasons vary; external dependencies…
Stéphane Wirtel: Yes!, I am a Github Sponsor
Link: https://wirtel.be/post/2020/04/17/github-sponsoring/
What’s a Github Sponsor? From the FAQ
GitHub Sponsors allows the developer community to financially support the people and organizations who design, build, and maintain the open source projects they
Link: https://wirtel.be/post/2020/04/17/github-sponsoring/
What’s a Github Sponsor? From the FAQ
GitHub Sponsors allows the developer community to financially support the people and organizations who design, build, and maintain the open source projects they
wirtel.be
Yes!, I am a Github Sponsor
What’s a Github Sponsor? From the FAQ
GitHub Sponsors allows the developer community to financially support the people and organizations who design, build, and maintain the open source projects they depend on, directly on GitHub.
And because I like to use…
GitHub Sponsors allows the developer community to financially support the people and organizations who design, build, and maintain the open source projects they depend on, directly on GitHub.
And because I like to use…