Python Bytes: #156 All the programming LOLs
Link: https://pythonbytes.fm/episodes/show/156/all-the-programming-lols
Link: https://pythonbytes.fm/episodes/show/156/all-the-programming-lols
pythonbytes.fm
All the programming LOLs
News and announcements from the Python community for the week of Nov 15th, 2019
Catalin George Festila: Python 3.7.5 : About PEP 506.
Link: http://python-catalin.blogspot.com/2019/11/python-375-about-pep-506.html
Today I did a python evaluation and saw that there are many new aspects that should be kept in mind for a programmer.
So I decided to recall some necessary elements of PEP.
First, PEP stands for Pytho
Link: http://python-catalin.blogspot.com/2019/11/python-375-about-pep-506.html
Today I did a python evaluation and saw that there are many new aspects that should be kept in mind for a programmer.
So I decided to recall some necessary elements of PEP.
First, PEP stands for Pytho
Blogspot
Python 3.7.5 : About PEP 506.
News , articles and tutorials about programming with python with source code and examples under Windows and Linux operating systems.
Catalin George Festila: Python 3.7.5 : About PEP 8016.
Link: http://python-catalin.blogspot.com/2019/11/python-375-about-pep-8016.html
Let's start with PEP 8012 which proposes a new model of Python governance based on consensus and voting, without the role of a centralized singular leader or a governing council and was rejected.
The
Link: http://python-catalin.blogspot.com/2019/11/python-375-about-pep-8016.html
Let's start with PEP 8012 which proposes a new model of Python governance based on consensus and voting, without the role of a centralized singular leader or a governing council and was rejected.
The
Blogspot
Python 3.7.5 : About PEP 8016.
News , articles and tutorials about programming with python with source code and examples under Windows and Linux operating systems.
NumFOCUS: 2019 NumFOCUS Awards and New Contributor Recognition
Link: https://numfocus.org/blog/2019-numfocus-awards
The post 2019 NumFOCUS Awards and New Contributor Recognition appeared first on NumFOCUS.
Link: https://numfocus.org/blog/2019-numfocus-awards
The post 2019 NumFOCUS Awards and New Contributor Recognition appeared first on NumFOCUS.
NumFOCUS
2019 NumFOCUS Awards and New Contributor Recognition - NumFOCUS
Weekly Python StackOverflow Report: (cciii) stackoverflow python report
Link: http://python-weekly.blogspot.com/2019/11/cciii-stackoverflow-python-report.html
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2019-11-16 07:05:12 GMTJoining elements of a list if those elements are
Link: http://python-weekly.blogspot.com/2019/11/cciii-stackoverflow-python-report.html
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2019-11-16 07:05:12 GMTJoining elements of a list if those elements are
Blogspot
(cciii) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week. Between brackets: [ question score / answers count] Build date: 2019...
Codementor: How to Extract Data from PDF to Excel
Link: https://www.codementor.io/fuyili/how-to-extract-data-from-pdf-to-excel-10shb1udzw
The Portable Document Format (PDF) is a file format developed by Adobe to present documents, including text formatting and images, in a manner independent of application software, hardware, and&hellip
Link: https://www.codementor.io/fuyili/how-to-extract-data-from-pdf-to-excel-10shb1udzw
The Portable Document Format (PDF) is a file format developed by Adobe to present documents, including text formatting and images, in a manner independent of application software, hardware, and&hellip
www.codementor.io
How to Extract Data from PDF to Excel | Codementor
The Portable Document Format (PDF) is a file format developed by Adobe to present documents, including text formatting and images, in a manner independent of application software, hardware, and…
Ian Ozsvald: “Higher Performance Python” at PyDataCambridge 2019
Link: https://ianozsvald.com/2019/11/16/higher-performance-python-at-pydatacambridge-2019/
I’ve had the pleasure of speaking at the first PyDataCambridge conference (2019), this is the second PyData conference in the UK after PyDataLondon (which colleagues and I co-founded 6 years back). I’
Link: https://ianozsvald.com/2019/11/16/higher-performance-python-at-pydatacambridge-2019/
I’ve had the pleasure of speaking at the first PyDataCambridge conference (2019), this is the second PyData conference in the UK after PyDataLondon (which colleagues and I co-founded 6 years back). I’
Entrepreneurial Geekiness
“Higher Performance Python” at PyDataCambridge 2019
I've had the pleasure of speaking at the first PyDataCambridge conference (2019), this is the second PyData conference in the UK after PyDataLondon (which colleagues and I co-founded 6 years back). I'm super proud to see PyData spread to 6 regional meetups…
Python Circle: The simplest explanation of Decorators in Python
Link: https://www.pythoncircle.com/post/695/the-simplest-explanation-of-decorators-in-python/
The simplest explanation of Decorators in Python, decorator example in python, what is a decorator, simple example decorator, decorator for a newbie, python decorators, changing function behavior with
Link: https://www.pythoncircle.com/post/695/the-simplest-explanation-of-decorators-in-python/
The simplest explanation of Decorators in Python, decorator example in python, what is a decorator, simple example decorator, decorator for a newbie, python decorators, changing function behavior with
Python Circle
The simplest explanation of Decorators in Python
The simplest explanation of Decorators in Python, decorator example in python, what is a decorator, simple example decorator, decorator for a newbie, python decorators, changing function behavior without changing content, decorators
Full Stack Python: Basic Data Types in Python 3: Booleans
Link: https://www.fullstackpython.com/blog/python-basic-data-types-booleans.html
Welcome back to our ongoing series of blog posts on basic data types in
Python 3! Last time, we explored the functionality of
strings. Today, we dive in to
another key data type - booleans. Booleans
Link: https://www.fullstackpython.com/blog/python-basic-data-types-booleans.html
Welcome back to our ongoing series of blog posts on basic data types in
Python 3! Last time, we explored the functionality of
strings. Today, we dive in to
another key data type - booleans. Booleans
Fullstackpython
Basic Data Types in Python 3: Booleans
Learn to use boolean (True and False) values in your Python 3 code Great post on fullstackpython.com!
Ian Ozsvald: Training Courses for 2020 Q1 – Successful Data Science Projects & Software Engineering for Data Scientists
Link: https://ianozsvald.com/2019/11/17/training-courses-for-2020-q1-successful-data-science-projects-software-engineering-for-data-scientists/
Early next year I run new iterations of two of my existing training courses for Pythonic Data Scientists:
Successful Data Science Projects (Jan, 1 day)
Software Engineering for Data Scientists (Feb,
Link: https://ianozsvald.com/2019/11/17/training-courses-for-2020-q1-successful-data-science-projects-software-engineering-for-data-scientists/
Early next year I run new iterations of two of my existing training courses for Pythonic Data Scientists:
Successful Data Science Projects (Jan, 1 day)
Software Engineering for Data Scientists (Feb,
Entrepreneurial Geekiness
Training Courses for 2020 Q1 – Successful Data Science Projects & Software Engineering for Data Scientists
Early next year I run new iterations of two of my existing training courses for Pythonic Data Scientists:
Successful Data Science Projects (Jan, 1 day)
Software Engineering for Data Scientists (Feb, 2 day)Successful Data Science Projects focuses on reducing…
Successful Data Science Projects (Jan, 1 day)
Software Engineering for Data Scientists (Feb, 2 day)Successful Data Science Projects focuses on reducing…
ABlog for Sphinx: ABlog v0.10 released
Link: https://ablog.readthedocs.org/release/ablog-v0.10-released.html
ABlog v0.10 is released with the main focus being to support the latest version of Sphinx as well as Python 3 only support.
Ablog V0.9.X will no longer be supported as Python 2 comes to an end in a f
Link: https://ablog.readthedocs.org/release/ablog-v0.10-released.html
ABlog v0.10 is released with the main focus being to support the latest version of Sphinx as well as Python 3 only support.
Ablog V0.9.X will no longer be supported as Python 2 comes to an end in a f
Codementor: How and why I built Sudoku Solver
Link: https://www.codementor.io/ajitcool19/how-and-why-i-built-sudoku-solver-wpp9maq05
Sudoku Solving algorithm
Link: https://www.codementor.io/ajitcool19/how-and-why-i-built-sudoku-solver-wpp9maq05
Sudoku Solving algorithm
www.codementor.io
How and why I built Sudoku Solver | Codementor
Sudoku Solving algorithm
Mike Driscoll: PyDev of the Week: Martin Uribe
Link: http://www.blog.pythonlibrary.org/2019/11/18/pydev-of-the-week-martin-uribe/
This week we welcome Martin Uribe (@clamytoe) as our PyDev of the Week! Martin helps out at PyBites. You can find him on PyBite’s Slack channel answering lots of Python related questions. You can also
Link: http://www.blog.pythonlibrary.org/2019/11/18/pydev-of-the-week-martin-uribe/
This week we welcome Martin Uribe (@clamytoe) as our PyDev of the Week! Martin helps out at PyBites. You can find him on PyBite’s Slack channel answering lots of Python related questions. You can also
The Mouse Vs. The Python
PyDev of the Week: Martin Uribe - The Mouse Vs. The Python
This week we welcome Martin Uribe (@clamytoe) as our PyDev of the Week! Martin helps out at PyBites. You can find him on PyBite’s Slack channel answering lots of Python related questions. You can also find out what Martin is up to via his Github or LinkedIn…
Codementor: Cyber Discovery - What it is all about
Link: https://www.codementor.io/martinmmps/cyber-discovery-what-it-is-all-about-10so0pvom8
Link: https://www.codementor.io/martinmmps/cyber-discovery-what-it-is-all-about-10so0pvom8
www.codementor.io
Cyber Discovery - What it is all about | Codementor
September this year I signed up for Cyber Discovery (https://www.joincyberdiscovery.com/). What is Cyber Discovery?
Cyber Discovery is HM Government’s free, online, extracurricular programme...
Cyber Discovery is HM Government’s free, online, extracurricular programme...
Django Weblog: Django 3.0 release candidate 1 released
Link: https://www.djangoproject.com/weblog/2019/nov/18/django-30-release-candidate-1-released/
Django 3.0 release candidate 1 is the final opportunity for you to try out the raft of new features before Django 3.0 is released.
The release candidate stage marks the string freeze and the call for
Link: https://www.djangoproject.com/weblog/2019/nov/18/django-30-release-candidate-1-released/
Django 3.0 release candidate 1 is the final opportunity for you to try out the raft of new features before Django 3.0 is released.
The release candidate stage marks the string freeze and the call for
PyBites: You can now hone your testing / pytest skills on our platform
Link: https://pybit.es/launch-pytest-bites.html
Writing test code is an essential skill. As PyBites we believe writing code is the only solution to becoming a master (Ninja) at programming. The same applies to test code. For that reason we extended
Link: https://pybit.es/launch-pytest-bites.html
Writing test code is an essential skill. As PyBites we believe writing code is the only solution to becoming a master (Ninja) at programming. The same applies to test code. For that reason we extended
PyBites
You can now hone your testing / pytest skills on our platform
Writing test code is an essential skill. As PyBites we believe writing code is the only solution to becoming a master (Ninja) at programming. The same applies to test code. For that reason we extended our regular exercises with Test Bites. In this article…
Django Weblog: Introducing DjangoCon Africa
Link: https://www.djangoproject.com/weblog/2019/nov/18/introducing-djangocon-africa/
Following the huge success of PyCon Africa, the Django community in Africa is ready to bring a new major software event to the continent - the very first DjangoCon Africa! The Django Software Foundati
Link: https://www.djangoproject.com/weblog/2019/nov/18/introducing-djangocon-africa/
Following the huge success of PyCon Africa, the Django community in Africa is ready to bring a new major software event to the continent - the very first DjangoCon Africa! The Django Software Foundati
Python Software Foundation: Why Sponsor PyCon 2020?
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/lE0u-5MIUQc/why-sponsor-pycon-2020.html
Sponsors help keep PyCon affordable and accessible to the widest possible audience. Sponsors are what make this conference possible. From low ticket prices to financial aid, to video recording,
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/lE0u-5MIUQc/why-sponsor-pycon-2020.html
Sponsors help keep PyCon affordable and accessible to the widest possible audience. Sponsors are what make this conference possible. From low ticket prices to financial aid, to video recording,
Blogspot
Why Sponsor PyCon 2020?
Sponsors help keep PyCon affordable and accessible to the widest possible audience. Sponsors are what make this conference possible. ...
PyCon: Attention! Attention! Tutorial Proposal Deadline Approaching
Link: https://pycon.blogspot.com/2019/11/attention-attention-tutorial-proposal.html
Tutorial Proposal Deadline is this Friday, November 22, 2019If you have been considering submitting a proposal, don’t hesitate, don’t wait, now is the time to submit your proposal!How to Get Started?F
Link: https://pycon.blogspot.com/2019/11/attention-attention-tutorial-proposal.html
Tutorial Proposal Deadline is this Friday, November 22, 2019If you have been considering submitting a proposal, don’t hesitate, don’t wait, now is the time to submit your proposal!How to Get Started?F
Blogspot
Attention! Attention! Tutorial Proposal Deadline Approaching
Tutorial Proposal Deadline is this Friday, November 22, 2019 If you have been considering submitting a proposal, don’t hesitate, don’t wa...
Real Python: Pandas GroupBy: Your Guide to Grouping Data in Python
Link: https://realpython.com/pandas-groupby/
Whether you’ve just started working with Pandas and want to master one of its core facilities, or you’re looking to fill in some gaps in your understanding about .groupby(), this tutorial will help yo
Link: https://realpython.com/pandas-groupby/
Whether you’ve just started working with Pandas and want to master one of its core facilities, or you’re looking to fill in some gaps in your understanding about .groupby(), this tutorial will help yo
Realpython
pandas GroupBy: Your Guide to Grouping Data in Python – Real Python
In this tutorial, you'll learn how to work adeptly with the pandas GroupBy facility while mastering ways to manipulate, transform, and summarize data. You'll work with real-world datasets and chain GroupBy methods together to get data in an output that suits…
Codementor: Solving CAPTCHA with Web automation
Link: https://www.codementor.io/harshittyagi/solving-captcha-with-web-automation-10v3rnvrf9
All you need to know about CAPTCHA bypassing.
Link: https://www.codementor.io/harshittyagi/solving-captcha-with-web-automation-10v3rnvrf9
All you need to know about CAPTCHA bypassing.
www.codementor.io
Solving CAPTCHA with Web automation | Codementor
All you need to know about CAPTCHA bypassing.