排序
Tkinter: Python’s Secret Weapon for Stunning GUIs
Tkinter: Python's Secret Weapon for Stunning GUIs,Are your Python scripts feeling a bit... plain? Do you find yourself longing for a way to make your code not just functional, but ...
Kite Now Integrates with Jupyter
Kite Now Integrates with Jupyter,We’re thrilled to release a Kite integration for JupyterLab, plus special support for teams using JupyterHub. Data scientists can now get useful c...
Quick Tip: Comparar dois arquivos no IntelliJ
Quick Tip: Comparar dois arquivos no IntelliJ,Para comparar dois arquivos rapidamente dentro da IDE, selecione os arquivos que quer comparar: Agora clique em CTRL + D e pronto: Fon...
Announcing the Kite Integration for Spyder
Announcing the Kite Integration for Spyder,We’re thrilled to announce Kite’s Python integration for Spyder, the popular open-source IDE for scientists, engineers, and data analys...
[Video] Python Decorators in 15 Minutes
[Video] Python Decorators in 15 Minutes,Decorators are an advanced feature of the Python language that allow you to modify the behavior of a function or method without touching its...
Choosing an Autocomplete for Python
Choosing an Autocomplete for Python,Using a code completion engine helps you remember syntax and write code faster. There are two main options around today for autocomplete in Pyth...
The Best Plugins for PyCharm
The Best Plugins for PyCharm,PyCharm is an incredibly popular IDE for Python, and its highly configurable nature means there are many plugins available for PyCharm. Whether you nee...
Adding Python Autocomplete for Vim
Adding Python Autocomplete for Vim,Vim remains a popular editor for writing code, but lacks many features of newer IDEs. This video shows how to add autocompletions for Python to V...
How I Earned 2000$ with a Mobile App
How I Earned 2000$ with a Mobile App,I usually blog about .NET related topics on this blog. I got asked by a friend, why I did never blog about my mobile app, and how I earned 2000...
Using the Python Write to File Function
Using the Python Write to File Function, How can developers and clients benefit from data being in a file format when there are so many other options out there? Why not just use a ...
Best Python Testing Frameworks
Best Python Testing Frameworks,After being voted as the best programming language in the year 2018, Python still continues rising up the charts and currently ranks as the 3rd best ...
Decorators
Decorators,'Decorators are quite a useful Python feature. However, it can seem that any resources or insights surrounding them makes the whole concept impossible to understand. But...