Found 192 bookmarks
Newest
How to create a Python package in 2022
How to create a Python package in 2022
How do you create a Python package? How do you set up automated testing and code coverage? How do you publish the package? That's what this article...
·mathspp.com·
How to create a Python package in 2022
objectiv-bach
objectiv-bach
Objectiv Bach provides Pandas-like DataFrames backed by SQL
·pypi.org·
objectiv-bach
Threading in Python: The Complete Guide
Threading in Python: The Complete Guide
The Thread class allows you to create and manage new threads of execution in Python. Although the threads have been available since Python 2, it is not widely used, perhaps because of misunderstand…
·superfastpython.com·
Threading in Python: The Complete Guide
3 Tips For Writing Pythonic Code
3 Tips For Writing Pythonic Code
Learn what it means for code to be Pythonic and explore three ways you can write clear, Pythonic code right now.
·davidamos.dev·
3 Tips For Writing Pythonic Code
Top Python libraries of 2021 you should know about
Top Python libraries of 2021 you should know about
There are so many amazing Python libraries out there that it's hard to keep track of all of them. That's why we share with you our hand-picked selection of some top libraries.
·tryolabs.com·
Top Python libraries of 2021 you should know about
Raising and Handling Python Exceptions – Real Python
Raising and Handling Python Exceptions – Real Python
In this course, you'll learn what an exception is and how it differs from a syntax error. You'll learn about raising exceptions, making assertions, and catching exceptions to change the control flow of your program using the try, except, else, and finally keywords.
·realpython.com·
Raising and Handling Python Exceptions – Real Python
Writing fast async HTTP requests in Python
Writing fast async HTTP requests in Python
I do a lot of web scraping in my spare time, and have been chasing down different formats and code snippets to make a large amount of network requests locally, with controls for rate limiting and error handling.
·blog.jonlu.ca·
Writing fast async HTTP requests in Python
Advanced Visual Studio Code for Python Developers – Real Python
Advanced Visual Studio Code for Python Developers – Real Python
In this tutorial, you'll learn how you can configure, extend, and optimize Visual Studio Code for a more effective and productive Python development environment. By digging into this customizable code editor and IDE, you'll put yourself on track to be a VS Code power user.
·realpython.com·
Advanced Visual Studio Code for Python Developers – Real Python
How to use PyTorch LSTMs for time series regression
How to use PyTorch LSTMs for time series regression
Most intros to LSTM models use natural language processing as the motivating application, but LSTMs can be a good option for multivariable time series regression and classification as well. Here's how to structure the data and model to make it work.
·crosstab.io·
How to use PyTorch LSTMs for time series regression
How to list all python virtual environments in Linux?
How to list all python virtual environments in Linux?
I have more than one Python environment configured in my Debian OS. Is there a way to list all configured environments in Linux? This is different from the possible duplicate as indicated in the c...
·stackoverflow.com·
How to list all python virtual environments in Linux?