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.
Stack Abuse: Quicksort in Python
Link: https://stackabuse.com/quicksort-in-python/
Introduction
Quicksort is a popular sorting algorithm and is often used, right alongside Merge Sort. It's a good example of an efficient sorting algorithm, with an average complexity of O(n logn). Par
Link: https://stackabuse.com/quicksort-in-python/
Introduction
Quicksort is a popular sorting algorithm and is often used, right alongside Merge Sort. It's a good example of an efficient sorting algorithm, with an average complexity of O(n logn). Par
Stack Abuse
Quicksort in Python
Quicksort is one of the most widespread sorting algorithm due to the relative simplicity of implementation and efficient performance. In this article, we'll implement Quicksort in Python.
Test and Code: 94: The real 11 reasons I don't hire you - Charity Majors
Link: https://testandcode.com/94
You've applied for a job, maybe lots of jobs.
Depending on the company, you've gotta get through:
a resume review
a coding challange
a phone screen
maybe another code example
an in person interview
Link: https://testandcode.com/94
You've applied for a job, maybe lots of jobs.
Depending on the company, you've gotta get through:
a resume review
a coding challange
a phone screen
maybe another code example
an in person interview
Test & Code: Python Software Testing & Engineering
Test & Code: Python Software Testing & Engineering 94: The real 11 reasons I don't hire you - Charity Majors
Charity Majors, CTO and cofounder of Honeycomb.io, discusses reasons why she doesn't hire people. This is a very informative episode both for people who job hunt in the future and for hiring managers and people on the interview team.
Python Engineering at Microsoft: Python in Visual Studio Code – November 2019 Release
Link: https://devblogs.microsoft.com/python/python-in-visual-studio-code-november-2019-release/
We are pleased to announce that the November 2019 release of the Python Extension for Visual Studio Code is now available. You can download the Python extension from the Marketplace, or install it di
Link: https://devblogs.microsoft.com/python/python-in-visual-studio-code-november-2019-release/
We are pleased to announce that the November 2019 release of the Python Extension for Visual Studio Code is now available. You can download the Python extension from the Marketplace, or install it di
Python
Python in Visual Studio Code – November 2019 Release | Python
We are pleased to announce that the November 2019 release of the Python Extension for Visual Studio Code is now available. You can download the Python extension from the Marketplace, or install it directly from the extension gallery in Visual Studio Code.…
Podcast.__init__: From Simple Script To Beautiful Web Application With Streamlit
Link: https://www.pythonpodcast.com/streamlit-web-application-episode-238/
Building well designed and easy to use web applications requires a significant amount of knowledge and experience across a range of domains. This can act as an impediment to engineers who primarily wo
Link: https://www.pythonpodcast.com/streamlit-web-application-episode-238/
Building well designed and easy to use web applications requires a significant amount of knowledge and experience across a range of domains. This can act as an impediment to engineers who primarily wo
The Python Podcast.__init__
The Python Podcast.__init__: From Simple Script To Beautiful Web Application With Streamlit
An interview about how the Streamlit framework simplifies the work of creating intuitive and attractive web applications out of Python scripts
The No Title® Tech Blog: Book review – Supercharged Python, by Brian Overland and John Bennet
Link: https://no-title.victordomingos.com/articles/2019/book_review_supercharged_python
If you have been following beginner or even intermediate guides on Python and are starting to feel the need for more advanced learning, this book may be the one you have been looking for.
Link: https://no-title.victordomingos.com/articles/2019/book_review_supercharged_python
If you have been following beginner or even intermediate guides on Python and are starting to feel the need for more advanced learning, this book may be the one you have been looking for.
The No Title® Tech Blog
Book review – Supercharged Python, by Brian Overland and John Bennet
If you have been following beginner or even intermediate guides on Python and are starting to feel the need for more advanced learning, this book may be the one you have been looking for.
Codementor: teach your kids to build their own game with Python - 1
Link: https://www.codementor.io/mustafakharnoub/teach-your-kids-to-build-their-own-game-with-python-1-10vphy48to
how to teach your kids to build their own game with Python
Link: https://www.codementor.io/mustafakharnoub/teach-your-kids-to-build-their-own-game-with-python-1-10vphy48to
how to teach your kids to build their own game with Python
www.codementor.io
teach your kids to build their own game with Python - 1 | Codementor
how to teach your kids to build their own game with Python
Python Software Foundation: Python Software Foundation Fellow Members for Q3 2019
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/T3r7qZxo-xg/python-software-foundation-fellow.html
We are happy to announce our newest PSF Fellow Members for Q3!
Q3 2019
Abigail Mesrenyame Dogbe
Twitter
Anton Caceres
Twitter, Website
Bruno Oliveira
GitHub
Gautier Hayoun
Twitter, Pers
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/T3r7qZxo-xg/python-software-foundation-fellow.html
We are happy to announce our newest PSF Fellow Members for Q3!
Q3 2019
Abigail Mesrenyame Dogbe
Anton Caceres
Twitter, Website
Bruno Oliveira
GitHub
Gautier Hayoun
Twitter, Pers
Blogspot
Python Software Foundation Fellow Members for Q3 2019
We are happy to announce our newest PSF Fellow Members for Q3! Q3 2019 Abigail Mesrenyame Dogbe Twitter Anton Caceres Twitter ...
Codementor: Lesson 101: Everything You Need To Learn About Programming Guidance
Link: https://www.codementor.io/myhomeworkhelponline21/lesson-101-everything-you-need-to-learn-about-programming-guidance-10vx5zzs1l
Myhomeworkhelponline Experts provides the most trusted and reliable online Programming assignment help . Programming is one of the most widely taught subjects across the universities.
Link: https://www.codementor.io/myhomeworkhelponline21/lesson-101-everything-you-need-to-learn-about-programming-guidance-10vx5zzs1l
Myhomeworkhelponline Experts provides the most trusted and reliable online Programming assignment help . Programming is one of the most widely taught subjects across the universities.
www.codementor.io
Lesson 101: Everything You Need To Learn About Programming Guidance | Codementor
Myhomeworkhelponline Experts provides the most trusted and reliable online Programming assignment help . Programming is one of the most widely taught subjects across the universities.
Real Python: Threading in Python
Link: https://realpython.com/courses/threading-python/
Python threading allows you to have different parts of your program run concurrently and can simplify your design. If you’ve got some experience in Python and want to speed up your program using threa
Link: https://realpython.com/courses/threading-python/
Python threading allows you to have different parts of your program run concurrently and can simplify your design. If you’ve got some experience in Python and want to speed up your program using threa
Realpython
Threading in Python – Real Python
In this intermediate-level course, you'll learn how to use threading in your Python programs. You'll see how to create threads, how to coordinate and synchronize them, and how to handle common problems that arise in threading.
Catalin George Festila: Python 3.7.5 : Display a file in the hexadecimal and binary output.
Link: http://python-catalin.blogspot.com/2019/11/python-375-display-file-in-hexadecimal.html
This is an example with a few python3 modules that display a file in the hexadecimal and binary output:
import sys
import os.path
import argparse
parser = argparse.ArgumentParser()
parser.add_argumen
Link: http://python-catalin.blogspot.com/2019/11/python-375-display-file-in-hexadecimal.html
This is an example with a few python3 modules that display a file in the hexadecimal and binary output:
import sys
import os.path
import argparse
parser = argparse.ArgumentParser()
parser.add_argumen
Blogspot
Python 3.7.5 : Display a file in the hexadecimal and binary output.
News , articles and tutorials about programming with python with source code and examples under Windows and Linux operating systems.
PyCharm: PyCharm 2019.2.5
Link: http://feedproxy.google.com/~r/Pycharm/~3/N0nas2L-yyo/
A new version for PyCharm 2019.2 is now available!
New in this Version
TypedDict support for Python 3.8
Following our continuous efforts to keep up with Python latests features, this time we added sup
Link: http://feedproxy.google.com/~r/Pycharm/~3/N0nas2L-yyo/
A new version for PyCharm 2019.2 is now available!
New in this Version
TypedDict support for Python 3.8
Following our continuous efforts to keep up with Python latests features, this time we added sup
PyCharm Blog
PyCharm 2019.2.5
A new version for PyCharm 2019.2 is now available! New in this Version TypedDict support for Python 3.8 Following our continuous efforts to keep up with Python latests features, this time we added …
Stack Abuse: Using cURL in Python with PycURL
Link: https://stackabuse.com/using-curl-in-python-with-pycurl/
Introduction
In this tutorial, we are going to learn how to use PycURL, which is an interface to the cURL library in Python. cURL is a tool used for transferring data to and from a server and for maki
Link: https://stackabuse.com/using-curl-in-python-with-pycurl/
Introduction
In this tutorial, we are going to learn how to use PycURL, which is an interface to the cURL library in Python. cURL is a tool used for transferring data to and from a server and for maki
Stack Abuse
Using cURL in Python with PycURL
In this tutorial, we are going to learn how to use PycURL, which is an interface to the cURL library in Python. cURL is a tool used for transferring data to an...