Caktus Consulting Group: A Quick Guide to Generating Fake Data with Pandas
Link: http://www.caktusgroup.com/blog/2020/04/15/quick-guide-generating-fake-data-with-pandas/
Photo by Chris Curry.
Last August, our CTO Colin Copeland wrote about how to import multiple Excel files in your Django project using Pandas. We have used Pandas on multiple Python-based projects at C
Link: http://www.caktusgroup.com/blog/2020/04/15/quick-guide-generating-fake-data-with-pandas/
Photo by Chris Curry.
Last August, our CTO Colin Copeland wrote about how to import multiple Excel files in your Django project using Pandas. We have used Pandas on multiple Python-based projects at C
Caktusgroup
A Quick Guide to Generating Fake Data with Pandas | Caktus Group
In this post, you'll be taken through the necessary steps to create sample fake data in a CSV file. Large fake datasets can be useful when load testing your code. Pandas makes writing and reading either CSV or Excel files straight-forward and elegant.
Montreal Python User Group: Montréal-Python 76 – Tonic Glacier
Link: https://montrealpython.org/en/2020/04/mp76/
Pythonistas, Pythonistinas,
Montréal-Python 76, Tonic Glacier, is almost to our doors and we know you are just as enthusiasts as we are to hit COVID-19 hard with your mechanical keyboard. Here is wh
Link: https://montrealpython.org/en/2020/04/mp76/
Pythonistas, Pythonistinas,
Montréal-Python 76, Tonic Glacier, is almost to our doors and we know you are just as enthusiasts as we are to hit COVID-19 hard with your mechanical keyboard. Here is wh
PyCon: Facebook: Building the Future Together
Link: https://pycon.blogspot.com/2020/04/facebook-building-future-together.html
We’re thrilled to have the support of Facebook as a PSF and PyCon Principal Sponsor for 2020!Facebook would like to share with PyCon 2020 Online attendees how they are innovating ways for people to co
Link: https://pycon.blogspot.com/2020/04/facebook-building-future-together.html
We’re thrilled to have the support of Facebook as a PSF and PyCon Principal Sponsor for 2020!Facebook would like to share with PyCon 2020 Online attendees how they are innovating ways for people to co
Blogspot
Facebook: Building the Future Together
We’re thrilled to have the support of Facebook as a PSF and PyCon Principal Sponsor for 2020! Facebook would like to share with PyCon 202...
PyCon: Announcing The Startup Row Lineup At PyCon 2020
Link: https://pycon.blogspot.com/2020/04/announcing-startup-row-lineup-at-pycon.html
Each year since 2011, PyCon has reserved a special place for early-stage startups to show off what they're working on to the Python community.As its name might suggest, Startup Row is a row of booths
Link: https://pycon.blogspot.com/2020/04/announcing-startup-row-lineup-at-pycon.html
Each year since 2011, PyCon has reserved a special place for early-stage startups to show off what they're working on to the Python community.As its name might suggest, Startup Row is a row of booths
Blogspot
Announcing The Startup Row Lineup At PyCon 2020
Each year since 2011, PyCon has reserved a special place for early-stage startups to show off what they're working on to the Python communi...
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