Real Python: Editing Excel Spreadsheets in Python With openpyxl
Link: https://realpython.com/courses/editing-excel-python-openpyxl/
Excel spreadsheets are one of those things you might have to deal with at some point. Either it’s because your boss loves them or because marketing needs them, you might have to learn how to work with
Link: https://realpython.com/courses/editing-excel-python-openpyxl/
Excel spreadsheets are one of those things you might have to deal with at some point. Either it’s because your boss loves them or because marketing needs them, you might have to learn how to work with
Realpython
Editing Excel Spreadsheets in Python With openpyxl – Real Python
In this course, you'll learn how to handle spreadsheets in Python using the openpyxl package. You'll learn how to manipulate Excel spreadsheets, extract information from spreadsheets, create simple or more complex spreadsheets, including adding styles, charts…
Abhijeet Pal: Django + AJAX : How to use AJAX in Django Templates
Link: https://djangocentral.com/django-ajax-with-jquery/
AJAX or Asynchronous JavaScript And XML is a set of web development techniques using web technologies on the client-side to create asynchronous web requests. In simpler words, AJAX allows web pages to
Link: https://djangocentral.com/django-ajax-with-jquery/
AJAX or Asynchronous JavaScript And XML is a set of web development techniques using web technologies on the client-side to create asynchronous web requests. In simpler words, AJAX allows web pages to
Djangocentral
Django + AJAX : How to use AJAX in Django Templates
AJAX or Asynchronous JavaScript And XML is a set of web development techniques using web technologies on the client-side to create asynchronous web requests.
Reuven Lerner: Master object-oriented Python with Weekly Python Exercise — starting September 8th
Link: https://lerner.co.il/2020/09/01/master-object-oriented-python-with-weekly-python-exercise-starting-september-8th/
Object-oriented programming has been around for several decades. As a result, it has become easier to organize, maintain, and reuse code.
Well, sort of. Perhaps the word “easier” isn’t quite righ
Link: https://lerner.co.il/2020/09/01/master-object-oriented-python-with-weekly-python-exercise-starting-september-8th/
Object-oriented programming has been around for several decades. As a result, it has become easier to organize, maintain, and reuse code.
Well, sort of. Perhaps the word “easier” isn’t quite righ
Reuven Lerner
Master object-oriented Python with Weekly Python Exercise — starting September 8th
https://www.youtube.com/watch?v=qW31bJp_hgQ Object-oriented programming has been around for several decades. As a result, it has become
PyCoder’s Weekly: Issue #436 (Sept. 1, 2020)
Link: https://pycoders.com/issues/436
#436 – SEPTEMBER 1, 2020 View in Browser » Unravelling Augmented Arithmetic Assignment Augmented arithmetic assignment happen whenever you do a bit of arithmetic while also assigning a value, su
Link: https://pycoders.com/issues/436
#436 – SEPTEMBER 1, 2020 View in Browser » Unravelling Augmented Arithmetic Assignment Augmented arithmetic assignment happen whenever you do a bit of arithmetic while also assigning a value, su
Pycoders
PyCoder’s Weekly | Issue #436
Issue #436 of the PyCoder’s Weekly newsletter, published Sept. 1, 2020.
Daniel Roy Greenfeld: Office Hours
Link:
Ask me professional questions in a small group Zoom meeting setting. Past topics of discussion have included:
Code review! Attendees can share code with me, unless given permission I won't share with
Link:
Ask me professional questions in a small group Zoom meeting setting. Past topics of discussion have included:
Code review! Attendees can share code with me, unless given permission I won't share with
Mike Driscoll: wxPython by Example: How to Reset the Background Color (Video)
Link: https://www.blog.pythonlibrary.org/2020/09/02/wxpython-by-example-how-to-reset-the-background-color-video/
In this tutorial, you will learn how to reset the background color of your application to the default color.
The post wxPython by Example: How to Reset the Background Color (Video) appeared first on
Link: https://www.blog.pythonlibrary.org/2020/09/02/wxpython-by-example-how-to-reset-the-background-color-video/
In this tutorial, you will learn how to reset the background color of your application to the default color.
The post wxPython by Example: How to Reset the Background Color (Video) appeared first on
The Mouse Vs. The Python
wxPython by Example: How to Reset the Background Color (Video) - The Mouse Vs. The Python
In this tutorial, you will learn how to reset the background color of your application to the default color.
Real Python: PyTorch vs Tensorflow for Your Python Deep Learning Project
Link: https://realpython.com/pytorch-vs-tensorflow/
PyTorch vs TensorFlow: What’s the difference? Both are open source Python libraries that use graphs to perform numerical computation on data. Both are used extensively in academic research and commerc
Link: https://realpython.com/pytorch-vs-tensorflow/
PyTorch vs TensorFlow: What’s the difference? Both are open source Python libraries that use graphs to perform numerical computation on data. Both are used extensively in academic research and commerc
Realpython
PyTorch vs TensorFlow for Your Python Deep Learning Project – Real Python
PyTorch vs Tensorflow: Which one should you use? Learn about these two popular deep learning libraries and how to choose the best one for your project.
Doug Hellmann: reno 3.2.0
Link: http://feeds.doughellmann.com/~r/doughellmann/python/~3/VxwdrSbaDGo/
reno is a release notes manager designed with high throughput in mind, supporting fast distributed development teams without introducing additional development processes. The goal is to encourage deta
Link: http://feeds.doughellmann.com/~r/doughellmann/python/~3/VxwdrSbaDGo/
reno is a release notes manager designed with high throughput in mind, supporting fast distributed development teams without introducing additional development processes. The goal is to encourage deta
Python Software Foundation: Python Software Foundation End-of-the-Year Fundraiser
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/lqD8wjLxcTQ/python-software-foundation-end-of-year.html
We’re excited to announce that plans are underway for our end-of-the-year 2020 fundraising campaign launching on November 23rd and ending on December 31st!In the past, we’ve worked successfully with o
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/lqD8wjLxcTQ/python-software-foundation-end-of-year.html
We’re excited to announce that plans are underway for our end-of-the-year 2020 fundraising campaign launching on November 23rd and ending on December 31st!In the past, we’ve worked successfully with o
Blogspot
Python Software Foundation End-of-the-Year Fundraiser
We’re excited to announce that plans are underway for our end-of-the-year 2020 fundraising campaign launching on November 23rd and ending on...
Dataquest: Tutorial: Web Scraping with Python Using Beautiful Soup
Link: https://www.dataquest.io/blog/web-scraping-tutorial-python/
The internet is an absolutely massive source of data. Unfortunately, the vast majority if it isn’t available in conveniently organized CSV files for download and analysis. If you want to capture data
Link: https://www.dataquest.io/blog/web-scraping-tutorial-python/
The internet is an absolutely massive source of data. Unfortunately, the vast majority if it isn’t available in conveniently organized CSV files for download and analysis. If you want to capture data
Dataquest
Tutorial: Web Scraping with Python Using Beautiful Soup
Web scraping allows us to extract information from web pages. In this tutorial, you'll learn how to perform web scraping with Python and BeautifulSoup.
Sebastian Witowski: Easy Speedup Wins With Numba
Link: https://switowski.com/blog/easy-speedup-wins-with-numba
If you have functions that do a lot of mathematical operations, use NumPy or rely heavily on loops, then there is a way to speed them up significantly with one line of code. Ok, two lines if you coun
Link: https://switowski.com/blog/easy-speedup-wins-with-numba
If you have functions that do a lot of mathematical operations, use NumPy or rely heavily on loops, then there is a way to speed them up significantly with one line of code. Ok, two lines if you coun
Sebastian Witowski
Easy Speedup Wins With Numba
Numba library has plenty of tools to speed up your mathematical-heavy programs. From a simple @jit decorator, all the way to running your code on a CUDA GPU.
Gocept Weblog: Presentation: We have nearly one million lines of Python 2 code in production — and now?
Link: https://blog.gocept.com/2020/09/03/presentation-we-have-nearly-one-million-lines-of-python-2-code-in-production-and-now/
Still running Python 2 code in production is like steering a ship without radar in thick fog: You don’t know, which obstacle you will hit next. But there are ways to see the sun again – even for large
Link: https://blog.gocept.com/2020/09/03/presentation-we-have-nearly-one-million-lines-of-python-2-code-in-production-and-now/
Still running Python 2 code in production is like steering a ship without radar in thick fog: You don’t know, which obstacle you will hit next. But there are ways to see the sun again – even for large
gocept blog
Presentation: We have nearly one million lines of Python 2 code in production — and now?
Still running Python 2 code in production is like steering a ship without radar in thick fog: You don’t know, which obstacle you will hit next. But there are ways to see the sun again – even for la…
Andrew Dalke: New chemfp licensing model in chemfp 3.4
Link: http://www.dalkescientific.com/writings/diary/archive/2020/09/03/new_chemfp_3x_licensing_model.html
Background: chemfp is a Python
package for high-performance cheminformatics fingerprint similarity
search. There are two development tracks. Chemfp 1.x is the
no-cost/open source version, which only
Link: http://www.dalkescientific.com/writings/diary/archive/2020/09/03/new_chemfp_3x_licensing_model.html
Background: chemfp is a Python
package for high-performance cheminformatics fingerprint similarity
search. There are two development tracks. Chemfp 1.x is the
no-cost/open source version, which only
Mike Driscoll: wxPython by Example: Making Your Application Fade In and Out (Video)
Link: https://www.blog.pythonlibrary.org/2020/09/03/wxpython-by-example-making-your-application-fade-in-and-out-video/
In this screencast, you will learn how to change the transparency of your application. This will allow you to make your application fade in or out.
The post wxPython by Example: Making Your Applicati
Link: https://www.blog.pythonlibrary.org/2020/09/03/wxpython-by-example-making-your-application-fade-in-and-out-video/
In this screencast, you will learn how to change the transparency of your application. This will allow you to make your application fade in or out.
The post wxPython by Example: Making Your Applicati
The Mouse Vs. The Python
wxPython by Example: Making Your Application Fade In and Out (Video) - The Mouse Vs. The Python
In this screencast, you will learn how to change the transparency of your application. This will allow you to make your application fade in or out.
Mike Driscoll: Book Review: Modern Python Cookbook
Link: https://www.blog.pythonlibrary.org/2020/09/03/book-review-modern-python-cookbook/
Packt Publishing recently released a new book called Modern Python Cookbook by Steven Lott. It’s sub-title is “133 recipes to develop flawless and expressive programs in Python 3.8, 2nd Edition”, whic
Link: https://www.blog.pythonlibrary.org/2020/09/03/book-review-modern-python-cookbook/
Packt Publishing recently released a new book called Modern Python Cookbook by Steven Lott. It’s sub-title is “133 recipes to develop flawless and expressive programs in Python 3.8, 2nd Edition”, whic
The Mouse Vs. The Python
Book Review: Modern Python Cookbook - The Mouse Vs. The Python
Packt Publishing recently released a new book called Modern Python Cookbook by Steven Lott. It’s sub-title is “133 recipes to develop flawless and expressive programs in Python 3.8, 2nd Edition”, which may give you some indication that this is a big book.…
Matt Layman: Custom Form Validation - Building SaaS #71
Link: https://www.mattlayman.com/building-saas/custom-form-validation/
In this episode, I added some custom checking to ensure that students may only be enrolled in a single grade level for a school year. We talked about form cleaning and wrote a for unit test to prove t
Link: https://www.mattlayman.com/building-saas/custom-form-validation/
In this episode, I added some custom checking to ensure that students may only be enrolled in a single grade level for a school year. We talked about form cleaning and wrote a for unit test to prove t
Matt Layman
Custom Form Validation - Building SaaS #71
In this episode, I added some custom checking to ensure that students may only be enrolled in a single grade level for a school year. We talked about form cleaning and wrote a for unit test to prove that the change worked. After that change, we switched to…
Kushal Das: Using Stem and PySocks to access network over Tor
Link: https://kushaldas.in/posts/using-stem-and-pysocks-to-access-network-over-tor.html
I previously
wrote about
using the standard SOCKS proxy provided by the Tor
Project on your system using Python, in particular
using the requests module.
But, what about if you want to start a Tor SO
Link: https://kushaldas.in/posts/using-stem-and-pysocks-to-access-network-over-tor.html
I previously
wrote about
using the standard SOCKS proxy provided by the Tor
Project on your system using Python, in particular
using the requests module.
But, what about if you want to start a Tor SO
Codementor: Part 1: How to create a Telegram Bot in Python in under 10 minutes
Link: https://www.codementor.io/karandeepbatra/part-1-how-to-create-a-telegram-bot-in-python-in-under-10-minutes-19yfdv4wrq
How to create a Telegram Bot in Python
Link: https://www.codementor.io/karandeepbatra/part-1-how-to-create-a-telegram-bot-in-python-in-under-10-minutes-19yfdv4wrq
How to create a Telegram Bot in Python
www.codementor.io
Part 1: How to create a Telegram Bot in Python in under 10 minutes | Codementor
Andrew Dalke: What's up with chemfp 1.x?
Link: http://www.dalkescientific.com/writings/diary/archive/2020/09/03/chemfp_1x.html
Background: chemfp is a Python
package for high-performance cheminformatics fingerprint similarity
search. There are two development tracks. Chemfp 1.x is the
no-cost/open source version, which only
Link: http://www.dalkescientific.com/writings/diary/archive/2020/09/03/chemfp_1x.html
Background: chemfp is a Python
package for high-performance cheminformatics fingerprint similarity
search. There are two development tracks. Chemfp 1.x is the
no-cost/open source version, which only
PSF GSoC students blogs: Week 14 blog!
Link: https://blogs.python-gsoc.org/en/imaj_ashwinis-blog/week-14-blog/
Hi everyone
This is the last blog for GSoC 2020. It was an amazing journey and an experience to cherish for lifetime.
I would like to thank Google for giving us, students this platform and Python Sof
Link: https://blogs.python-gsoc.org/en/imaj_ashwinis-blog/week-14-blog/
Hi everyone
This is the last blog for GSoC 2020. It was an amazing journey and an experience to cherish for lifetime.
I would like to thank Google for giving us, students this platform and Python Sof
blogs.python-gsoc.org
Python GSoC - Week 14 blog! - imaj_ashwini's Blog
Week 14 blog! - 631ec5e2-348d-4614-a2ce-ce51779f115f - Python's Google Summer of Code Blogs Page