PyCharm: Webinar: “Visual SQL Development with PyCharm” with Maxim Sobolevskiy
Link: http://feedproxy.google.com/~r/Pycharm/~3/7qnt2A2lduY/
We talk about visual debugging, visual testing, etc. But… visual databasing? Indeed, PyCharm embeds DataGrip, our IDE for SQL development.
In this webinar Maxim Sobolevskiy, the DataGrip Product Marke
Link: http://feedproxy.google.com/~r/Pycharm/~3/7qnt2A2lduY/
We talk about visual debugging, visual testing, etc. But… visual databasing? Indeed, PyCharm embeds DataGrip, our IDE for SQL development.
In this webinar Maxim Sobolevskiy, the DataGrip Product Marke
PyCharm Blog
Webinar: “Visual SQL Development with PyCharm” with Maxim Sobolevskiy
We talk about visual debugging, visual testing, etc. But… visual databasing? Indeed, PyCharm embeds DataGrip, our IDE for SQL development. In this webinar Maxim Sobolevskiy, the DataGrip Prod…
PyCon: Startup Row PyCon US 2020 Applications are Open!
Link: https://pycon.blogspot.com/2019/10/startup-row-pycon-us-2020-applications.html
Another year, another PyCon US, another opportunity for early-stage startups to show off how they use Python on Startup Row. Every PyCon since 2011, the Python Software Foundation has given qualifying
Link: https://pycon.blogspot.com/2019/10/startup-row-pycon-us-2020-applications.html
Another year, another PyCon US, another opportunity for early-stage startups to show off how they use Python on Startup Row. Every PyCon since 2011, the Python Software Foundation has given qualifying
Blogspot
Startup Row PyCon US 2020 Applications are Open!
Another year, another PyCon US, another opportunity for early-stage startups to show off how they use Python on Startup Row. Every PyCon sin...
PyCoder’s Weekly: Issue #391 (Oct. 22, 2019)
Link: https://pycoders.com/issues/391
#391 – OCTOBER 22, 2019 View in Browser » Arduino Microcontrollers + Python: How to Get Started Discover how to use Arduino microcontrollers with Python to develop your own electronic projects.
Link: https://pycoders.com/issues/391
#391 – OCTOBER 22, 2019 View in Browser » Arduino Microcontrollers + Python: How to Get Started Discover how to use Arduino microcontrollers with Python to develop your own electronic projects.
Pycoders
PyCoder’s Weekly | Issue #391
Issue #391 of the PyCoder’s Weekly newsletter, published Oct. 22, 2019.
Reuven Lerner: Level up your coding skills with Weekly Python Exercise
Link: https://lerner.co.il/2019/10/23/level-up-your-coding-skills-with-weekly-python-exercise/
Most days, I’m on-site at companies around the world, teaching various Python courses. And by far, the most common question that I get from students is: Once the course is over, how can I keep improv
Link: https://lerner.co.il/2019/10/23/level-up-your-coding-skills-with-weekly-python-exercise/
Most days, I’m on-site at companies around the world, teaching various Python courses. And by far, the most common question that I get from students is: Once the course is over, how can I keep improv
Reuven Lerner
Level up your coding skills with Weekly Python Exercise — Reuven Lerner
Join the upcoming cohort of Weekly Python Exercise, and improve your Python skills with 15 weeks of advanced practice problems.
Python Bytes: #153 Auto format my Python please!
Link: https://pythonbytes.fm/episodes/show/153/auto-format-my-python-please
Link: https://pythonbytes.fm/episodes/show/153/auto-format-my-python-please
pythonbytes.fm
Auto format my Python please!
News and announcements from the Python community for the week of Oct 23rd, 2019
Real Python: Python and PyQt: Building a GUI Desktop Calculator
Link: https://realpython.com/python-pyqt-gui-calculator/
Even as web and mobile applications appear to overtake the software development market, there’s still a demand for traditional Graphical User Interface (GUI) desktop applications. For developers who a
Link: https://realpython.com/python-pyqt-gui-calculator/
Even as web and mobile applications appear to overtake the software development market, there’s still a demand for traditional Graphical User Interface (GUI) desktop applications. For developers who a
Realpython
Python and PyQt: Building a GUI Desktop Calculator – Real Python
In this tutorial, you'll learn how to create graphical user interface (GUI) applications with Python and PyQt. Once you've covered the basics, you'll build a fully functional desktop calculator that can respond to user events with concrete actions.
Mike Driscoll: A Brief Intro to PySimpleGUI
Link: http://www.blog.pythonlibrary.org/2019/10/23/a-brief-intro-to-pysimplegui/
Creating graphical user interfaces (GUI) can be difficult. There are many different Python GUI toolkits to choose from. The top three that you are likely to see mentioned the most often are Tkinter, w
Link: http://www.blog.pythonlibrary.org/2019/10/23/a-brief-intro-to-pysimplegui/
Creating graphical user interfaces (GUI) can be difficult. There are many different Python GUI toolkits to choose from. The top three that you are likely to see mentioned the most often are Tkinter, w
Mouse Vs Python
A Brief Intro to PySimpleGUI - Mouse Vs Python
Create a cross-platform GUI the simple way with PySimpleGUI
Dataquest: Python if else Tutorial: Control the Flow of Your Code
Link: https://www.dataquest.io/blog/python-if-else/
When programming, controlling the flow of what code is run under what circumstance is extremely important. The Python if else commands act like a digital traffic cop, letting you define blocks of code
Link: https://www.dataquest.io/blog/python-if-else/
When programming, controlling the flow of what code is run under what circumstance is extremely important. The Python if else commands act like a digital traffic cop, letting you define blocks of code
Dataquest
Python if else Tutorial: Control the Flow of Your Code – Dataquest
Learn how to use if, else, and elif in this free Python tutorial. Learn to control your code while analyzing real-world data.
Samuel Sutch: Python Crash Course, 2nd Edition: A Hands-On, Project-Based Introduction to Programming
Link: http://ssutch.org/python-crash-course-2nd-edition-a-hands-on-project-based-introduction-to-programming/
Price: $27.68(as of Oct 23,2019 18:31:45 UTC – Details)
Recommended reading for a “shining tech career” by Techradar India
Python Crash Course was selected as one of the best books for learning Pyt
Link: http://ssutch.org/python-crash-course-2nd-edition-a-hands-on-project-based-introduction-to-programming/
Price: $27.68(as of Oct 23,2019 18:31:45 UTC – Details)
Recommended reading for a “shining tech career” by Techradar India
Python Crash Course was selected as one of the best books for learning Pyt
Continuum Analytics Blog: Introducing Remote Content Caching with FSSpec
Link: https://www.anaconda.com/fsspec-remote-caching/
Fsspec is a library which acts as a common pythonic interface to many file system-like storage backends, such as remote (e.g., SSH, HDFS) and cloud (e.g., GCS, S3) services. In this article, we will p
Link: https://www.anaconda.com/fsspec-remote-caching/
Fsspec is a library which acts as a common pythonic interface to many file system-like storage backends, such as remote (e.g., SSH, HDFS) and cloud (e.g., GCS, S3) services. In this article, we will p
Anaconda
Introducing Remote Content Caching with FSSpec - Anaconda
Learn how to use FSSpec to cache remote data with python, keeping a local copy for faster lookup after the initial read.
Roberto Alsina: Episodio 14: Tests & Bananas
Link: https://ralsina.me/weblog/posts/youtube/episodio-14-tests-bananas.html
Una intro rapidita a unit tests.
¿Por qué? ¿Es muy difícil? ¿Vale la pena?
¿Aún si uno está haciendo un programita así nomás?
Link: https://ralsina.me/weblog/posts/youtube/episodio-14-tests-bananas.html
Una intro rapidita a unit tests.
¿Por qué? ¿Es muy difícil? ¿Vale la pena?
¿Aún si uno está haciendo un programita así nomás?
Lateral Opinion
Episodio 14: Tests & Bananas
Una intro rapidita a unit tests.
¿Por qué? ¿Es muy difícil? ¿Vale la pena?
¿Aún si uno está haciendo un programita así nomás?
¿Por qué? ¿Es muy difícil? ¿Vale la pena?
¿Aún si uno está haciendo un programita así nomás?
Talk Python to Me: #235 Python in your Browser with Skulpt
Link: https://talkpython.fm/episodes/show/235/python-in-your-browser-with-skulpt
Do you dream of a day when you can write Python in the browser rather than JavaScript? This is no pipe dream! There are several ways to write Python that runs in the browser already.
Link: https://talkpython.fm/episodes/show/235/python-in-your-browser-with-skulpt
Do you dream of a day when you can write Python in the browser rather than JavaScript? This is no pipe dream! There are several ways to write Python that runs in the browser already.
talkpython.fm
Python in your Browser with Skulpt
Do you dream of a day when you can write Python in the browser rather than JavaScript? This is no pipe dream! There are several ways to write Python that runs in the browser already.
Kushal Das: Python function to generate Tor v3 onion service authentication keys
Link: https://kushaldas.in/posts/python-function-to-generate-tor-v3-onion-service-authentication-keys.html
Here is a small Python function using the amazing Python Cryptography module
to generate the Tor v3 Onion service authentication services.
from cryptography.hazmat.primitives import serialization
fro
Link: https://kushaldas.in/posts/python-function-to-generate-tor-v3-onion-service-authentication-keys.html
Here is a small Python function using the amazing Python Cryptography module
to generate the Tor v3 Onion service authentication services.
from cryptography.hazmat.primitives import serialization
fro
Samuel Sutch: Programming: 3 Manuscripts: Python Crash Course, Python Machine Learning and Python Data Science for Beginners
Link: http://ssutch.org/programming-3-manuscripts-python-crash-course-python-machine-learning-and-python-data-science-for-beginners/
Price: $24.99(as of Oct 24,2019 06:53:33 UTC – Details)
Link: http://ssutch.org/programming-3-manuscripts-python-crash-course-python-machine-learning-and-python-data-science-for-beginners/
Price: $24.99(as of Oct 24,2019 06:53:33 UTC – Details)
Matt Layman: Deploying WhiteNoise - Building SaaS #35
Link: https://www.mattlayman.com/building-saas/deploying-whitenoise/
In this episode, we updated Continuous Integration, Nginx, and the Ansible deployment tasks to use WhiteNoise. With all the changes in place, we tested things out to verify that WhiteNoise served up t
Link: https://www.mattlayman.com/building-saas/deploying-whitenoise/
In this episode, we updated Continuous Integration, Nginx, and the Ansible deployment tasks to use WhiteNoise. With all the changes in place, we tested things out to verify that WhiteNoise served up t
Matt Layman
Deploying WhiteNoise - Building SaaS #35
In this episode, we updated Continuous Integration, Nginx, and the Ansible deployment tasks to use WhiteNoise. With all the changes in place, we tested things out to verify that WhiteNoise served up the CSS, JS, and image files.
Python Software Foundation: Chris Angelico: 2019 Q2 Community Service Award Winner
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/OfbgmiSSWnE/chris-angelico-2019-q2-community.html
The Python language is used around the world, and therefore so much surrounding it happens online. Python users turn to wikis, mailing lists, and forums to get their questions answered and concerns ad
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/OfbgmiSSWnE/chris-angelico-2019-q2-community.html
The Python language is used around the world, and therefore so much surrounding it happens online. Python users turn to wikis, mailing lists, and forums to get their questions answered and concerns ad
Blogspot
Chris Angelico: 2019 Q2 Community Service Award Winner
The Python language is used around the world, and therefore so much surrounding it happens online. Python users turn to wikis, mailing lists...
Samuel Sutch: Automate the Boring Stuff with Python: Practical Programming for Total Beginners
Link: http://ssutch.org/automate-the-boring-stuff-with-python-practical-programming-for-total-beginners/
Price: $21.00(as of Oct 24,2019 13:00:43 UTC – Details)
“I’m having a lot of fun breaking things and then putting them back together, and just remembering the joy of turning a set of instructions i
Link: http://ssutch.org/automate-the-boring-stuff-with-python-practical-programming-for-total-beginners/
Price: $21.00(as of Oct 24,2019 13:00:43 UTC – Details)
“I’m having a lot of fun breaking things and then putting them back together, and just remembering the joy of turning a set of instructions i
Dataquest: Python Range Tutorial: Learn to Use This Helpful Built-In Function
Link: https://www.dataquest.io/blog/python-range-tutorial/
Python's range function is a great way to quickly generate a count of numbers within a range. Master this simple but powerful function in this tutorial.
The post Python Range Tutorial: Learn to Use Th
Link: https://www.dataquest.io/blog/python-range-tutorial/
Python's range function is a great way to quickly generate a count of numbers within a range. Master this simple but powerful function in this tutorial.
The post Python Range Tutorial: Learn to Use Th
Dataquest
Python Range Tutorial: Learn to Use This Helpful Built-In Function
Python's range function is a great way to quickly generate a count of numbers within a range. Master this simple but powerful function in this tutorial.
Django Weblog: 2020 DSF Board Nominations
Link: https://www.djangoproject.com/weblog/2019/oct/24/2020-dsf-board-nominations/
It is that time of year again to think about next year’s Django Software Foundation’s Board of Directors!
As you know, the Board guides the direction of the marketing, governance and outreach activiti
Link: https://www.djangoproject.com/weblog/2019/oct/24/2020-dsf-board-nominations/
It is that time of year again to think about next year’s Django Software Foundation’s Board of Directors!
As you know, the Board guides the direction of the marketing, governance and outreach activiti
DaPythonista: Sending Emails in Python – Tutorial with Code Examples
Link: https://dapythonista.com/2019/10/24/sending-emails-in-python-tutorial-with-code-examples/
What do you need to send an email with Python? Some basic programming and web knowledge along with the elementary Python skills. We assume you’ve already had a web app built with this language and now
Link: https://dapythonista.com/2019/10/24/sending-emails-in-python-tutorial-with-code-examples/
What do you need to send an email with Python? Some basic programming and web knowledge along with the elementary Python skills. We assume you’ve already had a web app built with this language and now
PyCharm: 2019.3 EAP 6
Link: http://feedproxy.google.com/~r/Pycharm/~3/GYNgE45X2nQ/
The latest Early Access Program (EAP) version for PyCharm 2019.3 is now available! Try it now by downloading it from our website.
New for this version
Improved visualization of information about varia
Link: http://feedproxy.google.com/~r/Pycharm/~3/GYNgE45X2nQ/
The latest Early Access Program (EAP) version for PyCharm 2019.3 is now available! Try it now by downloading it from our website.
New for this version
Improved visualization of information about varia
PyCharm Blog
2019.3 EAP 6
The latest Early Access Program (EAP) version for PyCharm 2019.3 is now available! Try it now by downloading it from our website. New for this version Improved visualization of information about va…