PyCon: PyLadies Auction 2020 Cancelled
Link: https://pycon.blogspot.com/2020/04/pyladies-auction-2020-cancelled.html
With the in person cancellation of PyCon US 2020, the PyLadies Auction as we know, could not possibly have happened. Upon further investigation, we are deeply sad to announce we have decided to forgo
Link: https://pycon.blogspot.com/2020/04/pyladies-auction-2020-cancelled.html
With the in person cancellation of PyCon US 2020, the PyLadies Auction as we know, could not possibly have happened. Upon further investigation, we are deeply sad to announce we have decided to forgo
Blogspot
PyLadies Auction 2020 Cancelled
With the in person cancellation of PyCon US 2020, the PyLadies Auction as we know, could not possibly have happened. Upon further investigat...
Real Python: The Pandas DataFrame: Make Working With Data Delightful
Link: https://realpython.com/pandas-dataframe/
The Pandas DataFrame is a structure that contains two-dimensional data and its corresponding labels. DataFrames are widely used in data science, machine learning, scientific computing, and many other
Link: https://realpython.com/pandas-dataframe/
The Pandas DataFrame is a structure that contains two-dimensional data and its corresponding labels. DataFrames are widely used in data science, machine learning, scientific computing, and many other
Realpython
The pandas DataFrame: Make Working With Data Delightful – Real Python
In this tutorial, you'll get started with pandas DataFrames, which are powerful and widely used two-dimensional data structures. You'll learn how to perform basic operations with data, handle missing values, work with time-series data, and visualize data…
Wing Tips: Quick Navigation to Project Files in Wing Python IDE
Link: https://wingware.com/blog/open-from-project
This Wing Tip highlights a simple but useful feature in
Wing Personal and Wing Pro that you might have missed up until now: Open from Project
in the File menu.
This is usually accessed with its key b
Link: https://wingware.com/blog/open-from-project
This Wing Tip highlights a simple but useful feature in
Wing Personal and Wing Pro that you might have missed up until now: Open from Project
in the File menu.
This is usually accessed with its key b
Wingware
Wing Tips: Quick Navigation to Project Files in Wing Python IDE - Wing Python IDE
Open project files quickly in Wing Personal and Wing Pro by typing a fragment of a
file name or file path.
file name or file path.
Erik Marsja: Pandas Tutorial: Renaming Columns in Pandas Dataframe
Link: https://www.marsja.se/renaming-columns-in-pandas-dataframe/?utm_source=rss&utm_medium=rss&utm_campaign=renaming-columns-in-pandas-dataframe
The post Pandas Tutorial: Renaming Columns in Pandas Dataframe appeared first on Erik Marsja.
In this Pandas tutorial, we will go through how to rename columns in a Pandas dataframe. First, we will le
Link: https://www.marsja.se/renaming-columns-in-pandas-dataframe/?utm_source=rss&utm_medium=rss&utm_campaign=renaming-columns-in-pandas-dataframe
The post Pandas Tutorial: Renaming Columns in Pandas Dataframe appeared first on Erik Marsja.
In this Pandas tutorial, we will go through how to rename columns in a Pandas dataframe. First, we will le
Erik Marsja
Pandas Tutorial: Renaming Columns in Pandas Dataframe
Here, you will learn all you need about renaming columns in Pandas. Additionally, you will learn how to change the column names to lowercase.
Spyder IDE: Creating the ultimate terminal experience in Spyder 4 with Spyder-Terminal
Link: https://www.spyder-ide.org/blog/spyder-terminal-030/
This blogpost was originally published on the Quansight Labs website.
The Spyder-Terminal project is revitalized! The new 0.3.0 version adds numerous features that improve the user experience, and enh
Link: https://www.spyder-ide.org/blog/spyder-terminal-030/
This blogpost was originally published on the Quansight Labs website.
The Spyder-Terminal project is revitalized! The new 0.3.0 version adds numerous features that improve the user experience, and enh
The Three of Wands: Building Pyrseia II: Fleshing out Clients and Servers
Link: https://threeofwands.com/building-pyrseia-ii-fleshing-out-clients-and-servers/
This is the second article in the Pyrseia series. The others are:
Building Pyrseia I: The Idea
If you want to follow along with the code, this article refers to commit 2db40614bd926d1ef2854669a634fc
Link: https://threeofwands.com/building-pyrseia-ii-fleshing-out-clients-and-servers/
This is the second article in the Pyrseia series. The others are:
Building Pyrseia I: The Idea
If you want to follow along with the code, this article refers to commit 2db40614bd926d1ef2854669a634fc
The Three of Wands
Building Pyrseia II: Fleshing out Clients and Servers
This is the second article in the Pyrseia series. The others are: Building Pyrseia I: The Idea Building Pyrseia III: Server Middleware, Client Senders, CLI and InApp Validators If you want to follow along with the code, this article refers to commit 2db…
Kushal Das: mod_wsgi and a Python extention
Link: https://kushaldas.in/posts/mod-wsgi-and-a-python-extention.html
I was working on a performance analysis of a web API. After I identified the
possible issues, I tried to see if I can use a native extension for that part
of code (it is a Flask application). In this
Link: https://kushaldas.in/posts/mod-wsgi-and-a-python-extention.html
I was working on a performance analysis of a web API. After I identified the
possible issues, I tried to see if I can use a native extension for that part
of code (it is a Flask application). In this
James Bennett: django-registration 3.0
Link: https://www.b-list.org/weblog/2018/sep/04/three-dot-oh/
Today I’m pleased to announce the release of django-registration 3.0. This is a pretty big update, and one that’s been coming for a while, so I want to take a moment to go briefly through the changes
Link: https://www.b-list.org/weblog/2018/sep/04/three-dot-oh/
Today I’m pleased to announce the release of django-registration 3.0. This is a pretty big update, and one that’s been coming for a while, so I want to take a moment to go briefly through the changes
James Bennett: Truths programmers should know about case
Link: https://www.b-list.org/weblog/2018/nov/26/case/
A couple weeks ago I gave a talk about usernames at North Bay Python. The content came mostly from things I’ve learned in roughly 12 years of maintaining django-registration, which has taught me more
Link: https://www.b-list.org/weblog/2018/nov/26/case/
A couple weeks ago I gave a talk about usernames at North Bay Python. The content came mostly from things I’ve learned in roughly 12 years of maintaining django-registration, which has taught me more
Matt Layman: More Onboarding Goodness - Building SaaS #53
Link: https://www.mattlayman.com/building-saas/more-onboarding-goodness/
In this episode, we continued with onboarding. I added unit tests for the new form and explained how foreign keys are wired through in CreateView. Then we marched on to the next template in the flow.
Link: https://www.mattlayman.com/building-saas/more-onboarding-goodness/
In this episode, we continued with onboarding. I added unit tests for the new form and explained how foreign keys are wired through in CreateView. Then we marched on to the next template in the flow.
Matt Layman
More Onboarding Goodness - Building SaaS #53
In this episode, we continued with onboarding. I added unit tests for the new form and explained how foreign keys are wired through in CreateView. Then we marched on to the next template in the flow.
PyCharm: PyCharm & DSF Campaign 2020 Results
Link: http://feedproxy.google.com/~r/Pycharm/~3/m_lGPOonlVM/
Good news for Python Django developers!
The partnership between PyCharm and the Django Software Foundation has just raised 40,000 USD!
For the fourth time, JetBrains PyCharm boosted the Django Softwa
Link: http://feedproxy.google.com/~r/Pycharm/~3/m_lGPOonlVM/
Good news for Python Django developers!
The partnership between PyCharm and the Django Software Foundation has just raised 40,000 USD!
For the fourth time, JetBrains PyCharm boosted the Django Softwa
PyCharm Blog
PyCharm & DSF Campaign 2020 Results
Good news for Python Django developers! The partnership between PyCharm and the Django Software Foundation has just raised 40,000 USD! For the fourth time, JetBrains PyCharm boosted the Django Soft…
Reuven Lerner: Reminder: “Python for non-programmers” continues tomorrow!
Link: https://lerner.co.il/2020/04/23/reminder-python-for-non-programmers-continues-tomorrow-2/
My free, weekly “Python for non-programmers” course continues tomorrow, Friday April 24th, at 10 a.m. Eastern.
If you’ve ever wanted to learn to program, then you’re always free to join. (About 1,600
Link: https://lerner.co.il/2020/04/23/reminder-python-for-non-programmers-continues-tomorrow-2/
My free, weekly “Python for non-programmers” course continues tomorrow, Friday April 24th, at 10 a.m. Eastern.
If you’ve ever wanted to learn to program, then you’re always free to join. (About 1,600
Reuven Lerner
Reminder: "Python for non-programmers" continues tomorrow! — Reuven Lerner
My free, weekly “Python for non-programmers” course continues tomorrow, Friday April 24th, at 10 a.m. Eastern. If you’ve ever wanted to learn to program, then you’re always free to join. (About 1,600 people have already done so.) And yes, we’ve been going…
BreadcrumbsCollector: Encapsulation is your friend, also in Python
Link: https://breadcrumbscollector.tech/encapsulation-is-your-friend-also-in-python/
What is encapsulation?
Encapsulation is an act of deliberate limiting access to certain software components. The most common usage is to hide certain attributes of objects from other objects that use
Link: https://breadcrumbscollector.tech/encapsulation-is-your-friend-also-in-python/
What is encapsulation?
Encapsulation is an act of deliberate limiting access to certain software components. The most common usage is to hide certain attributes of objects from other objects that use
breadcrumbs collector.tech
Encapsulation is your friend, also in Python
What is encapsulation? Encapsulation is an act of deliberate limiting access to certain software components. The most common usage is to hide certain attributes of objects from other objects that use it. The most vivid example is the usage of so-called access…
Real Python: The Real Python Podcast – Episode #6: Python REST APIs and The Well-Grounded Python Developer
Link: https://realpython.com/podcasts/rpp/6/
Are you interested in building REST APIs with Flask and SQLAlchemy? This week Christopher interviews Doug Farrell about his four-part Real Python series on Python REST APIs. They discuss the various P
Link: https://realpython.com/podcasts/rpp/6/
Are you interested in building REST APIs with Flask and SQLAlchemy? This week Christopher interviews Doug Farrell about his four-part Real Python series on Python REST APIs. They discuss the various P
Realpython
Episode #6: Python REST APIs and The Well-Grounded Python Developer – The Real Python Podcast
Are you interested in building REST APIs with Flask and SQLAlchemy? This week we have Doug Farrell on the show. We talk about his four-part Real Python article series on Python REST APIs.
Stack Abuse: The Bridge Design Pattern with Python
Link: https://stackabuse.com/the-bridge-design-pattern-in-python/
Introduction
The Bridge Design Pattern is a Structural Design Pattern, which splits the abstraction from the implementation. In this article, we'll be covering the motivation and implementation of the
Link: https://stackabuse.com/the-bridge-design-pattern-in-python/
Introduction
The Bridge Design Pattern is a Structural Design Pattern, which splits the abstraction from the implementation. In this article, we'll be covering the motivation and implementation of the
Stack Abuse
The Bridge Design Pattern with Python
In this tutorial, we'll be exploring the motivation behind the Bridge Design Pattern and implement it in Python.
Montreal Python User Group: Tonic Glacier Cyber Hackathon - Montreal - May 2020
Link: https://montrealpython.org/en/2020/04/mp-76-cyber-hackathon/
Pythonista Prevails
A great number of you watched the conference part of Montréal-Python 76 – Tonic Glacier. Thank you!
Our spectacularly virtual combo is now proceeding with the cyber hackathon. Her
Link: https://montrealpython.org/en/2020/04/mp-76-cyber-hackathon/
Pythonista Prevails
A great number of you watched the conference part of Montréal-Python 76 – Tonic Glacier. Thank you!
Our spectacularly virtual combo is now proceeding with the cyber hackathon. Her
Ian Ozsvald: New Higher Performance Python class (June 1-3)
Link: https://ianozsvald.com/2020/04/24/new-higher-performance-python-class-june-1-3/
I’ve listed my next Higher Performance Python public class, it’ll run online for 3 mornings on June 1-3 during UK hours. We’ll use Zoom and Slack with pre-distributed Notebooks and modules and you’ll
Link: https://ianozsvald.com/2020/04/24/new-higher-performance-python-class-june-1-3/
I’ve listed my next Higher Performance Python public class, it’ll run online for 3 mornings on June 1-3 during UK hours. We’ll use Zoom and Slack with pre-distributed Notebooks and modules and you’ll
Entrepreneurial Geekiness
New Higher Performance Python class (June 1-3)
I've listed my next Higher Performance Python public class, it'll run online for 3 mornings on June 1-3 during UK hours. We'll use Zoom and Slack with pre-distributed Notebooks and modules and you'll run it using an Anaconda environment. Here's the write…
Codementor: Python Selenium all mouse actions using ActionChains
Link: https://www.codementor.io/pravallikabandaru/python-selenium-all-mouse-actions-using-actionchains-15tj5znvkv
ActionChains are ways provided by Selenium to automate low-level interactions with the website such as mouse movements, mouse button actions, keypress, and context menu(right-click menu) interactions.
Link: https://www.codementor.io/pravallikabandaru/python-selenium-all-mouse-actions-using-actionchains-15tj5znvkv
ActionChains are ways provided by Selenium to automate low-level interactions with the website such as mouse movements, mouse button actions, keypress, and context menu(right-click menu) interactions.
www.codementor.io
Python Selenium all mouse actions using ActionChains | Codementor
ActionChains are ways provided by Selenium to automate low-level interactions with the website such as mouse movements, mouse button actions, keypress, and context menu(right-click menu) interactions.
Nikola: Automating Nikola rebuilds with GitHub Actions
Link: https://getnikola.com/blog/automating-nikola-rebuilds-with-github-actions.html
In this guide, we’ll set up GitHub Actions to rebuild a Nikola website and host it on GitHub Pages.
See also: Travis CI version of this guide.
Why?
By using GitHub Actions to build your site, you can
Link: https://getnikola.com/blog/automating-nikola-rebuilds-with-github-actions.html
In this guide, we’ll set up GitHub Actions to rebuild a Nikola website and host it on GitHub Pages.
See also: Travis CI version of this guide.
Why?
By using GitHub Actions to build your site, you can
Nikola
Automating Nikola rebuilds with GitHub Actions
In this guide, we’ll set up GitHub Actions to rebuild a Nikola website and host it on GitHub Pages.
Why?
By using GitHub Actions to build your site, you can easily blog from anywhere
you can edit tex
Why?
By using GitHub Actions to build your site, you can easily blog from anywhere
you can edit tex
Codementor: iBuildApp: Android app maker review
Link: https://www.codementor.io/edwacam57/ibuildapp-android-app-maker-review-150q0sdwv4
You can develop android apps like Live Lounge (https://liveloungeapk.vip/) with iBuildApp maker
Link: https://www.codementor.io/edwacam57/ibuildapp-android-app-maker-review-150q0sdwv4
You can develop android apps like Live Lounge (https://liveloungeapk.vip/) with iBuildApp maker
www.codementor.io
iBuildApp: Android app maker review | Codementor
You can develop android apps like [Live Lounge](https://liveloungeapk.vip/) with iBuildApp maker