Continuum Analytics Blog: Anaconda Enters a New Chapter
Today I am excited to announce that I am stepping into the role of CEO at Anaconda. Although I am a founder of the company and have previously served as president, this marks the first…The post...
View ArticlePyCon: Financial Aid Launches for PyCon US 2020!
PyCon US 2020 is opening applications for Financial Aid today, and we’ll be accepting them through January 31, 2020.To apply, first set up an account on the site, and then you will be able to fill out...
View ArticleReal Python: Emacs: The Best Python Editor?
Finding the right code editor for Python development can be tricky. Many developers explore numerous editors as they grow and learn. To choose the right code editor, you have to start by knowing which...
View ArticleWingware Blog: Python Code Warnings in Wing Pro 7
Wing Pro 7 introduced an improved code warnings system that flags likely errors as you work on Python code, using both Wing's built-in static analysis system and (optionally) external code checkers...
View ArticlePyCon: PyCon US 2020 Hatchery Program Launches Call for Proposals
The PyCon US Hatchery Program has become a fundamental part of how PyCon as a conference adapts to best serve the Python community as it grows and changes with time.Initially we wanted to gauge...
View ArticlePyCharm: Webinar Preview: “Starting Testing” tutorial step for React+TS+TDD
As a reminder… next Wednesday (Oct 16) I’m giving a webinar on React+TypeScript+TDD in PyCharm. I’m doing some blog posts about material that will be covered.See the first blog post for some background...
View ArticlePyCharm: 2019.3 EAP 5
A new version of the Early Access Program (EAP) for PyCharm 2019.3 is available now! Download it from our website.New for this versionToggle between relative and absolute importsPyCharm now has the...
View ArticleTalk Python to Me: #233 The Masonite Python Web Framework
Folks, it's not like the old days where there were just a couple of web frameworks for building apps with Python. These days there are many. One of those frameworks is the Masonite web framework...
View ArticleCatalin George Festila: Python 3.7.4 : Testing the PyUSB python module.
This python module named PyUSB can be found at pypi website. [mythcat@desk scripts]$ pip3 install pyusb --user Collecting pyusb ... Successfully installed pyusb-1.0.2Let' see some usb device with lsusb...
View ArticleContinuum Analytics Blog: How to Restore Anaconda after Update to MacOS Catalina
MacOS Catalina was released on October 7, 2019, and has been causing quite a stir for Anaconda users. Apple has decided that Anaconda’s default install location in the root folder is not allowed. It...
View ArticleDataquest: How to Analyze Survey Data with Python for Beginners
Learn to analyze and filter survey data, including multi-answer multiple choice questions, using Python in this beginner tutorial for non-coders!The post How to Analyze Survey Data with Python for...
View ArticleTest and Code: 90: Dynamic Scope Fixtures in pytest 5.2 - Anthony Sotille
pytest 5.2 was just released, and with it, a cool fun feature called dynamic scope fixtures. Anthony Sotille so tilly is one of the pytest core developers, so I thought it be fun to have Anthony...
View ArticleStack Abuse: Autoencoders for Image Reconstruction in Python and Keras
IntroductionNowadays, we have huge amounts of data in almost every application we use - listening to music on Spotify, browsing friend's images on Instagram, or maybe watching an new trailer on...
View ArticlePyCharm: Webinar Preview: “Debugging During Testing” tutorial step for...
As a reminder… next Wednesday (Oct 16) I’m giving a webinar on React+TypeScript+TDD in PyCharm. I’m doing some blog posts about material that will be covered.See the first blog post for some background...
View ArticleRoberto Alsina: Episodio 10: Una Línea
Una línea. Estás viendo código y te cruzás con una línea que ... ¿que miércoles es esa línea? ¿Con qué se come? ¿Qué se hace?Expresiones regulares, intentos de explicaciones poco convincentes y más!
View ArticlePyCharm: Webinar Preview: “Functional React Components in TypeScript”...
As a reminder… next Wednesday (Oct 16) I’m giving a webinar on React+TypeScript+TDD in PyCharm. I’m doing some blog posts about material that will be covered.See the first blog post for some background...
View ArticlePython Insider: Python 3.5.8rc2 is now available
Python 3.5.8rc2 is now available.You can download Python 3.5.8rc2 here.
View ArticlePyCharm: Webinar Preview: “Sharing Props Using Type Information” tutorial...
As a reminder… next Wednesday (Oct 16) I’m giving a webinar on React+TypeScript+TDD in PyCharm. I’m doing some blog posts about material that will be covered.See the first blog post for some background...
View ArticleLearn PyQt: Plotting in PyQt5 — Using PyQtGraph to create interactive plots...
One of the major strengths of Python is in exploratory data science and visualization, using tools such as Pandas, numpy, sklearn for data analysis and matplotlib plotting. Buiding GUI applications...
View Article