sub stringclasses 1
value | title stringlengths 7 303 | selftext stringlengths 0 8.65k | upvote_ratio float64 0.08 1 | id stringlengths 9 9 | created_utc float64 1.65B 1.65B |
|---|---|---|---|---|---|
Python | 3d Game Engine in Python | Have any of you guys experimented with 3d game engines in python like ursina, Panda3d etc... I want to prototype some ideas but I'm worried about running into platform specific issues after completing most of the development. I can obviously learn Unity or Unreal but I would like to know if viable options are there in... | 0.92 | t3_u6695b | 1,650,262,365 |
Python | Why are some static type-checking functionalities implemented as identity functions? | For example, `typing.cast` returns the argument unchanged. Obviously, this has no effect on the program at runtime. If this is the case, why can we not just tell the static type checker (mypy) that we want the argument to be treated as some type *without* having to add a function call? Why can’t this override/cast be i... | 0.76 | t3_u64dfw | 1,650,255,058 |
Python | Monday Daily Thread: Project ideas! | Comment any project ideas beginner or advanced in this thread for others to give a try! If you complete one make sure to reply to the comment with how you found it and attach some source code! If you're looking for project ideas, you might be interested in checking out Al Sweigart's, ["The Big Book of Small Python Proj... | 0.87 | t3_u5zpzh | 1,650,240,011 |
Python | I wrote a program to play Minecraft in your Windows command line / Linux console | Video demonstration: https://youtu.be/P1d04is-wQQ
Source code: https://github.com/louis-e/cli-screenview | 0.93 | t3_u5ykrh | 1,650,236,464 |
Python | Type safe Django app, Part 3 | 0.7 | t3_u5xql9 | 1,650,233,988 | |
Python | r/Place Data Visualization w/ Python + Blender (open source project) | I've created a [GitHub repository](https://github.com/ChrisCrossCrash/r-place-blender) containing everything you need to create beautiful 3D renders of the [r/Place](https://www.reddit.com/r/Place/) 2022 canvas (scroll down for more info).
[Python Logo \(r\/Place 2022\)](https://preview.redd.it/bm0m1c1vv5u81.jpg?width... | 0.82 | t3_u5xfgt | 1,650,233,080 |
Python | Quickly create online forms for your python scripts | 0.63 | t3_u5x46b | 1,650,232,184 | |
Python | Relational Algebra interpreter powered by Python | I made a RA interpreter in Python, [Pireal](https://github.com/centaurialpha/pireal).
Small story: In my database class (back in 2015), I could not use a software made for Windows (WinRDBI), so I set out to make a free and cross-platform alternative. Taking advantage of what I wanted to understand how the compilers an... | 0.64 | t3_u5w63g | 1,650,229,365 |
Python | Mean population of US States with graph | import random
import numpy
from statistics import mode
import matplotlib.pyplot as plt
import csv
import collections
##dictionary of States and populations
from numpy import ndarray
#states_info_dic = {
# "California": 39538223,
# "Texas": 29145505,
# "... | 0.33 | t3_u5v91y | 1,650,226,634 |
Python | Weekly Algorithm Project: Middle Square Method | Recently I started a weekly algorithm project just to help me study new algorithms with a flair of good practice. This week I decided to focus on Python and the "Middle Square Method" a PRNG produced by John von Neuman in 1949. I further reiterated two attempted improvements to the algorithm that come from a couple of... | 0.61 | t3_u5twnz | 1,650,222,631 |
Python | Simple android game with online functionality | Hi everyone!
Topics covered in this project are:
* game made using the Kivy Python module
* compiling with buildozer (and spec file) to get an .aab file
* using the 'kv' language
* using Kivy to switch between screens, display graphs, etc.
* online functionality (e.g. leaderboard) using firebase
* firebase rules
* ap... | 0.76 | t3_u5tqje | 1,650,222,127 |
Python | Use python to optimize the rebar lost in construction. | Hello everyone, I'm a python beginner. I want to improve my coding skill so I try to use python to help my work.The following problem is bar cut list. It use in construction business. The rebar length is 10 meter each and We have to cut to length follow the order.We have to find the sequence of each Rebar Mark.I.E. We ... | 0.93 | t3_u5sisg | 1,650,218,540 |
Python | Gupshup - Chat in the terminal | Gupshup is a terminal-based application inspired by discord!
github: [https://github.com/kraanzu/gupshup/](https://github.com/kraanzu/gupshup/) | 0.81 | t3_u5q6jl | 1,650,211,690 |
Python | Funny bot I made | [https://youtu.be/XrYadm3y\_e4](https://youtu.be/XrYadm3y_e4) | 0.36 | t3_u5pjy6 | 1,650,209,914 |
Python | Writing Better Django Queries | A blog that explains how to write better Django Queries by both performance and Memory wise.
[https://delliganesh.dev/tech/the-one-with-better-django-queries/](https://delliganesh.dev/tech/the-one-with-better-django-queries/) | 0.47 | t3_u5o1aq | 1,650,205,312 |
Python | PySGI, the library for creating web servers | Still under development, the PySGI library can manage HTTP routes, requests and responses simply and quickly. Help me by giving this repository a star!
[PySGI GitHub ](https://github.com/jaedsonpys/pysgi) | 0.6 | t3_u5npcy | 1,650,204,250 |
Python | How to create an image out of text using Python and Glide OpenAI library ? [tutorial] | ERROR: type should be string, got " \n\nhttps://preview.redd.it/2q5yox16e3u81.png?width=1280&format=png&auto=webp&s=0e06a88407034c5e567443a881a43e59684fb1ef\n\nHi,\n\nThis is a nice and fun Python tutorial that enables to produce an image out of a simple text \n\nThis is effect is based on Python and the amazing Glide library (based on OpenAI's )\n\nThe outcome is impressive. \n\nYou can find the link for the video tutorial here: https://youtu.be/DKEOmRBgPe8\n\nYou can find Python instructions file here : [https://github.com/feitgemel/Python-Code-Cool-Stuff/blob/master/Glide/glide-Install-instructions.txt](https://github.com/feitgemel/Python-Code-Cool-Stuff/blob/master/Glide/glide-Install-instructions.txt) \n\n\nEnjoy\n\nEran\n\n​\n\n\\#python #opencv #Glide #OpenAI" | 0.77 | t3_u5n88a | 1,650,202,661 |
Python | Python Script EXE detected as virus in VT | Hey Everybody,
I'm creating from a python script, with Pyinstaller ,an exe file, but when I insert it to Virus total for testing it detects it as a virus in many viruse detections softwares.
I have tried to solve it with nukita, several guides I found but nothing worked.
Anyone has any advice? | 0.75 | t3_u5m3x5 | 1,650,198,722 |
Python | Toolchain recommendations for a production-quality monorepo? | Hi,
I’m not exactly a newcomer to Python, but I’ve been using C++ pretty much exclusively for all of my professional projects. I am starting a new project in Python where we are going to be using a monorepo and I am looking for some recommendations on what people use for tooling.
Build system: I would like something ... | 0.84 | t3_u5kkxh | 1,650,192,403 |
Python | Stack Game made in pygame | GitHub - [https://github.com/Vaibhav521/Pygame/tree/main/stack](https://github.com/Vaibhav521/Pygame/tree/main/stack)
in-game footage
​
[stack game](https://reddit.com/link/u5ilqk/video/fzhstiy6t1u81/player) | 0.57 | t3_u5ilqk | 1,650,183,508 |
Python | Python Cybersecurity— Network Tracking using Wireshark and Google Maps | 0.6 | t3_u5ibzu | 1,650,182,335 | |
Python | Windows 11 design on Python | Hello. This is my project to styling Win32 applications on Python. I try to make the application look in Fluent design with Mica.
If someone is interested, you can join or just look. 😊
[witalihirsch/QTWin11: QT Theme for Win32 apps on Windows 11 (github.com)](https://github.com/witalihirsch/QTWin11)
[Example](https... | 0.97 | t3_u5gcj7 | 1,650,173,660 |
Python | I watched programmer who said for every beginners don't learn python because only jobs you can use python with are data science and machine learning etc.. and these jobs are not for beginners, so you will not work and get money with python as beginner. is it true ? | 0.41 | t3_u5fqtp | 1,650,171,251 | |
Python | Edge detection project | I'm in grade 12 and planning on doing a project on something edge detection related. What can I do somewhat unique? | 0.75 | t3_u5dr4w | 1,650,164,059 |
Python | They say Python is the easiest language to learn, that being said, how much did it help you learn other languages? Did any of you for instance try C++ but quit, learn Python, and then back to C++? | 0.94 | t3_u5c9et | 1,650,158,940 | |
Python | Sunday Daily Thread: What's everyone working on this week? | Tell /r/python what you're working on this week! You can be bragging, grousing, sharing your passion, or explaining your pain. Talk about your current project or your pet project; whatever you want to share. | 0.92 | t3_u5amsg | 1,650,153,610 |
Python | Arrowdantic 0.1.0 released | Hi,
I am announcing the release of [arrowdantic](https://pypi.org/project/arrowdantic/):
Arrowdantic is a small Python library backed by a
[mature Rust implementation](https://github.com/jorgecarleitao/arrow2) of Apache Arrow that can interoperate with
* [Parquet](https://parquet.apache.org/)
* [Apache Arrow](https:/... | 0.84 | t3_u58xni | 1,650,148,309 |
Python | Slowpoke: A tool to convert Spotify and Youtube songs to slow and reverb | [https://github.com/newpolygons/SlowPoke](https://github.com/newpolygons/SlowPoke)
Little tool I worked on this weekend. Hope you guys like it. Currently setup to allow you to control the speed of the song. | 0.78 | t3_u58rf6 | 1,650,147,774 |
Python | Is it me learning python that there are many different ways to write it? I learn one way to write variable then next lesson shows me functions to show the same outcome. Or am I’m looking at this too soon and something else suppose to go along with it? | 0.62 | t3_u57opq | 1,650,144,578 | |
Python | Space Science: Asteroid spectra meet Autoencoders | Hey Pythonistas,
In my [previous videos](https://www.youtube.com/playlist?list=PLNvIBWkEdZ2gagAcgm44cplgSvQ_Cmvbv) I explained and showed the "nature" of asteroid spectra. Based on their major 4 classes, I created a Support-Vector-Machine classifier as well as a Keras-based neural network to distinguish between these ... | 0.73 | t3_u57cdr | 1,650,143,542 |
Python | What are your useful packages to help scraping (besides requests, beautifulsoup etc)? | What are your go-to packages to include in python scraping scripts?
Besides the basics (requests/urlib(2), beautifulsoup/lxml, selenium, scrapy). What are the packages you include in your scripts?
For me it's:
* click
* requests-cache
* retry/backoff
* fake-useragent | 0.8 | t3_u578lt | 1,650,143,213 |
Python | Shipping command line programs with a python package | I already know this inherently sounds like a bad idea, but I'd love some genuine, constructive technical advice on the following scenario.
I have a python package that is used by others at work, and one of the features I need to add is the ability to upload binary files (\~1GB) from local to a cloud object storage, in... | 0.5 | t3_u53wpo | 1,650,133,545 |
Python | Do you think AI/machine learning is a very important field to get into for future relevance? | I am just starting to learn about it this week and thinking it is really going to be integral in the years to come right?
Perhaps as important if not more than the information age we are in now. More probably when skynet goes online and the war between humans/ai begins.
So, good to get onboard now.
I think my last g... | 0.69 | t3_u51zk3 | 1,650,128,123 |
Python | CLI macro for Windows | Hey everyone, I built a cli program for windows that can open files,websites, create temporary python enviroments. This is kind of my first full scale project that really eases my workflow.I would love to get suggestions on this program. :)
[https://github.com/Sidharth-S/do](https://github.com/Sidharth-S/do) | 0.7 | t3_u51ud3 | 1,650,127,715 |
Python | Python Virtual Environments: A Primer | 0.96 | t3_u51l5b | 1,650,126,979 | |
Python | A lightweight way to profile Python Code non-intrusively | Latency:
[https://github.com/oracle-samples/hiq/blob/henry\_dev/hiq/examples/paddle/demo.ipynb](https://github.com/oracle-samples/hiq/blob/henry_dev/hiq/examples/paddle/demo.ipynb)
Memory:
[https://github.com/oracle-samples/hiq/blob/main/hiq/examples/paddle/demo\_memory.ipynb](https://github.com/oracle-samples/hiq/b... | 0.59 | t3_u51h29 | 1,650,126,645 |
Python | How to make annoy any interviewer with the fizzbuzz challenge | I was bored so I decided to solve the fizzbuzz in an obnoxious way. Hope you enjoy (:
`output = ["fizzbuzz", "buzz", "fizz"]`
`iterList = lambda x: [x%i for i in [15, 5, 3]]`
`fizzBuzz = [output[iterList(x).index(0)] if 0 in iterList(x) else x for x in range(1, 101)]`
`print(fizzBuzz)`
`[1, 2, 'fizz', 4, 'buzz'... | 0.64 | t3_u4zs3s | 1,650,121,763 |
Python | Live flame graph rendering in the terminal | Austin TUI 1.2.0 has just been released, with the new live flame graph mode.
[https://github.com/P403n1x87/austin-tui](https://github.com/P403n1x87/austin-tui)
This is what it looks like in VS Code. The graph can be paused and files opened directly in the editor with a Ctrl + Click on the path for further inspection.... | 0.72 | t3_u4x741 | 1,650,113,643 |
Python | "Safe" way to install Python 3 on MBA M1 | Hi. I just want to ask if there's something like a "safe" way to install Python 3 on Macbook Air m1. I'm learning Python right now, and MBA has Python 2.7 something version. | 0.82 | t3_u4uji2 | 1,650,103,050 |
Python | Recover deleted and overwritten files with RecoverPy 1.5.0 | ​
https://i.redd.it/qg7rwesb1vt81.gif
Hi! I recently release RecoverPy v1.5.0 and I think I might give you some news.
**-> Repo:** [https://github.com/PabloLec/RecoverPy](https://github.com/PabloLec/RecoverPy)
# What is it?
RecoverPy is a 100% Python tool to not only recover deleted but also overw... | 0.93 | t3_u4u8mb | 1,650,101,676 |
Python | Python Web Frameworks | 0.29 | t3_u4u85t | 1,650,101,619 | |
Python | Python for complete begginers Medium | I wrote this cool article about python for complete begginers about 2 months ago and I thought I'd share it. In this article you will learn about:
1) what coding is , what python is
2) The advantages of python
3) How to download and install python
4) What an ide is
5) Maths in python
6) Variables
Here is the link : ht... | 0.33 | t3_u4tsp2 | 1,650,099,636 |
Python | GitHub - AlexEidt/ASCII-Video: Blazing fast ASCII Image/Video Renderer. | 0.95 | t3_u4rpyc | 1,650,090,494 | |
Python | Run python (and sql) with dbt | 0.84 | t3_u4mwco | 1,650,072,702 | |
Python | Saturday Daily Thread: Resource Request and Sharing! Daily Thread | Found a neat resource related to Python over the past week? Looking for a resource to explain a certain topic?
Use this thread to chat about and share Python resources! | 0.79 | t3_u4l9am | 1,650,067,210 |
Python | i created my own music player in Python3 | i always wanted an offline music player that was low on ram, and functioned properly, and for the love of god i could not find one so i created mine.
i would be glad if you tested it, here's the github link:
[https://github.com/AvivHamagniv69/music-player](https://github.com/AvivHamagniv69/music-player) | 0.83 | t3_u4l7re | 1,650,067,079 |
Python | How to build a disease prediction service | 0.86 | t3_u4jf15 | 1,650,061,429 | |
Python | TL;DR: Dictionary Comprehension + Early\Late Binding of Lambdas in Python is Mental | Hello,
I found a behaviour I couldn't explain when using lambdas in a dictionary comprehension so I decided to post a little Intermediate Showcase to inform you about my struggles and give you a solution, in the end (no spoilers)
I like to minify python code in my spare time to relax and it often takes some iteration... | 0.73 | t3_u4j0jn | 1,650,060,242 |
Python | Learn Python from Scratch to Advance with Detailed Hands-on | 0.38 | t3_u4hgpj | 1,650,055,769 | |
Python | Archimedes Spiral: Converting old-school BASIC to Python | A little bit retro, a little bit Python. This is pretty much a direct conversion of the BASIC code to Python. Perhaps you can make it even better!
https://goto10.substack.com/p/archimedes-spiral
https://i.imgur.com/eHdCPrK.jpg | 0.87 | t3_u4h485 | 1,650,054,739 |
Python | Creating an HTTPS Lambda Endpoint without API Gateway | 0.57 | t3_u4gkfx | 1,650,053,153 | |
Python | Python module for Notion |
Notionpy is a python module that helps you integrate notion with your programme\\workflow utilizing notion's API, the module helps you create, retrieve and update pages or databases with ease
Someone will ask "what is the difference between this module and the other plenty of modules out there !?", as far as I have... | 0.6 | t3_u4da5o | 1,650,044,005 |
Python | How to build a RSS from scraping using Python | 0.94 | t3_u4d17u | 1,650,043,321 | |
Python | Python, Flask, Elasticsearch - front controller and API documentation - Part 3 Tutorial | Hi, the 3d article devoted to the theme: “How to work with ElasticSearch, Python and Flask” already ready for reading. Here will speak about package dependencies we are going to use, some project structure aspects, controller, REST API, flask\_apispec package and response/request models. All details are here: ["Symfony... | 0.4 | t3_u4aplz | 1,650,036,900 |
Python | Geometry Calculation | 0.25 | t3_u4a3sa | 1,650,035,177 | |
Python | How To Build Your Own Crypto News Aggregator [Streamlit] | 0.23 | t3_u49yxj | 1,650,034,812 | |
Python | A simple email app | I made a simple email app in python
[gocrazygh/emailapp: A simple email app in python (github.com)](https://github.com/gocrazygh/emailapp) | 0.6 | t3_u48ux2 | 1,650,031,662 |
Python | Fun project to notify my boss if I’m at my desk or not each morning. | I made a script that utilizes opencv to help me identify if I’m at my desk or not and then let my boss know. Made a fun video on how it turned out.
[Video](https://youtu.be/AV7qLsYnOWY) | 0.92 | t3_u48iqw | 1,650,030,683 |
Python | Running Python in the Browser with WebAssembly | 0.72 | t3_u47p54 | 1,650,028,107 | |
Python | 2 Use Cases of Python Pre-commit Hooks to Tidy Up Your Git Repositories | 0.64 | t3_u47kk6 | 1,650,027,739 | |
Python | Like httpie? Might need to like it again... | A great Python project, [HTTPie](https://github.com/httpie/httpie) recently lost all of its Github stars due to an easy-to-make mistake. [Read more at their blog](https://httpie.io/blog/stardust).
I enjoy [HTTPie](https://github.com/httpie/httpie) as a cURL-like command line tool for interacting with APIs and other we... | 0.96 | t3_u46vhe | 1,650,025,435 |
Python | Firedm repos no longer exist. | FireDM is a python open source (Internet Download Manager) with multi-connections, high speed engine, it downloads general files and videos from youtube and tons of other streaming websites .
Yesterday I tried to go to the GitHub page to download the latest release but the repo returns a 404 which means it does not ex... | 0.92 | t3_u44t8y | 1,650,017,535 |
Python | Vitrix - An open source FPS video game coded in Python! | Vitrix is a fully open source video game coded in Python! It makes use of Ursina Engine and TKinter for its GUIs and has with prebuilt releases that come bundled with a Python binary and all necessary libraries preinstalled!
Even though Vitrix is still in the early stages of its development, it is still perfectly play... | 0.9 | t3_u43oxi | 1,650,012,550 |
Python | Python custom formatting | 0.83 | t3_u43mf5 | 1,650,012,218 | |
Python | Good GUI builder for Python similar to Java’s Eclipse Windowbuilder | Hi guys! I’m a Java developer migrating to Python, and I’m trying to find a good GUI builder that is similar to Java’s Eclipse windowbuilder. I have tried PyQy5 and it’s Qt Designer which is very good and very close to windowbuilder in terms of interface, but the only problem is that the Qt Designer doesn’t work dynami... | 0.78 | t3_u40lpu | 1,649,999,500 |
Python | Airflow 2.3.0 - Dynamic Tasks | Coming Soon in Airflow 2.3.0 - First-class support for "Dynamic Tasks". This is feature is called "Dynamic Task Mapping"
The wait for the most requested feature of Apache Airflow is almost over !!
No longer hacking over creating dynamic tasks, with Dynamic Task Mapping, Airflow will allow users to create a number of... | 0.73 | t3_u3vzb1 | 1,649,983,938 |
Python | Collection(s) of counter-intuitive Python behaviour | This is kind of a shot in the blue: Some time ago I found a (GitHub?) repo that collected unexpected/surprising Python behaviour. Ofc this depends on ones knowledge but it is stuff that is counter-intuitive if you don't know it or the internals.
The first example was [internal caching of -5...256](https://www.reddit.... | 0.77 | t3_u3vd2g | 1,649,981,969 |
Python | Friday Daily Thread: Free chat Friday! Daily Thread | Use this thread to talk about anything Python related! Questions, news, projects and any relevant discussion around Python is permitted! | 0.57 | t3_u3uzei | 1,649,980,810 |
Python | Non developer code review | Hello, I am not a developer and barely work with software for my job but have been self taught ever since reading "Automate the boring stuff with python" four years ago. One of the biggest issues that I run into by being self taught and not working with software is I am never really certain if I am doing things correc... | 0.67 | t3_u3u8om | 1,649,978,547 |
Python | For those familiar with SpeechRecognition module, does it collect user data? | I have a question, and it may be dumb but I haven't been able to find an answer online, but does the SpeechRecognition module, specifically CMU Sphinx or Google Speech Recognition collect user data?
I am a fan of having privacy and try to leave as minimal of a digital footprint when possible and have been wondering... | 0.6 | t3_u3tp8v | 1,649,976,942 |
Python | Version 2.1.1 of YFrake library just released! | I'm happy to let you guys know that the YFrake library now implements caching, speeding up consecutive identical requests to the same endpoints even more! If you are into fintech and use stock market data from Yahoo Finance, give YFrake a try!
It's easy to use, it's way faster than yfinance, has more data endpoints, ... | 0.6 | t3_u3taxa | 1,649,975,777 |
Python | Ready-Made Mobile App UI for Serverless Python | I made a tool for myself to wrap Python code in a mobile app (chat interface) so that I can let my non-technical friends try any programs I write. Curious if you guys would be interested too.
I like coding in Python, but I didn't like how my non-technical friends and family couldn't try my python apps. So I made a li... | 0.5 | t3_u3s8ji | 1,649,972,674 |
Python | Run Multiple Functions in Parallel in Python3 | 0.3 | t3_u3rxoa | 1,649,971,834 | |
Python | I'm organizing a hackathon! | Someone interested in build something next weekend?
\-> workby.io/hackathon | 0.29 | t3_u3r7bu | 1,649,969,801 |
Python | Financial portfolio optimization for scikit-learn enthusiasts | Scikit-portfolio is a Python package designed to introduce **data scientists and machine learning engineers** to the problem of **optimal portfolio allocation in finance**. The main idea of scikit-portfolio is to provide many well-known portfolio optimization methods with an easily accessible **scikit-learn inspired** ... | 0.67 | t3_u3qq2x | 1,649,968,463 |
Python | Parts of the Standard Library that are considered to be bad practice / un-Pythonic ? | I had an argument today about the using the `_empty` object from the `inspect` module to denote an item not found in a lookup, rather than just returning None (as None could well be a value in our data), or erroring (as too many try/excepts make code more difficult to read, and failing to find something in our system i... | 0.92 | t3_u3p62s | 1,649,964,161 |
Python | GUI, CLI and library for remote controlling Philips Android TVs | Some time ago I was trying to find out if there's a way to programmatically control my TV's Ambilight feature. It turns out Philips Android-powered TVs have a pretty extensive API and there's no decent library or program to make use of it! I found this state of affairs unacceptable and decided to be the change I want t... | 0.94 | t3_u3m6ar | 1,649,955,769 |
Python | I used a new dataframe library (polars) to wrangle the one of the largest housing price databases. Code in post | 0.94 | t3_u3m0qp | 1,649,955,374 | |
Python | A live 45-minutes session on the fundamentals of observability, OpenTelemetry, and distributed tracing with microservices' messaging systems (Kafka, RabbitMQ, etc) | Hi everyone, we're running another live OpenTelemetry and observability fundamentals session - Wednesday, April 20 at 11 AM PDT.
You will learn how to instrument your message brokers and apps to capture traces with OpenTelemetry.
This session is at no cost and vendor-neutral.
You can expect in this session: 45 minut... | 0.71 | t3_u3kzsh | 1,649,952,550 |
Python | Using Python how to connect to multiple Bluetooth LE devices and transfer data between them. | 0.59 | t3_u3j2d6 | 1,649,947,229 | |
Python | Running Rich's Inspect in bashrc | I really like [Rich's Inspect method](https://rich.readthedocs.io/en/stable/introduction.html#rich-inspect) such that I want to create a shortcut in my bashrc. I tried thiese and it didn't work.
alias rinspect='python -c "from rich import inspect; import '$1'; inspect('$1')"'
alias r2inspect='python -c 'i... | 0.81 | t3_u3imay | 1,649,945,996 |
Python | how to handle huge amount of data for a web app ? |
hey guys, i'm working on a project where i'm importing data from google sheets using sheets API weekly, so that each week a new sheet is added to the spreadsheet and then the data is automatically collected in one new sheet to be used as input for my dashboard that i used streamlit to build, i'm planning now to depl... | 0.7 | t3_u3gs01 | 1,649,940,505 |
Python | mdiff - generating diff with block move detection | [mdiff](https://github.com/m-matelski/mdiff) is a package for comparing and generating diff for input sequences. It can detect sequence elements displacements (i.e. line in text have been moved up or down).
# Sequence Matcher
Example:
from mdiff import HeckelSequenceMatcher
a = ['line1', 'line2', 'line3... | 0.87 | t3_u3glpx | 1,649,939,930 |
Python | HackerRank or Leetcode? | In which one do you guys prefer to practice, and why? | 0.85 | t3_u3ghm3 | 1,649,939,555 |
Python | Running your scheduled Python tasks on Heroku? You can now natively monitor them! 👾👾👾 | Hi devs!
Do you, like so many others, use one-off dynos to run your scheduled tasks on Heroku?
Do you feel like one-off dynos running in the background are kind of invisible?
Have a look at the [One-off Dyno Metrics Heroku add-on](https://elements.heroku.com/addons/one-off-metrics)!
This Heroku add-on plots the exe... | 0.8 | t3_u3gaab | 1,649,938,900 |
Python | DataSpell 2022.1 Released | 0.66 | t3_u3d9w5 | 1,649,928,154 | |
Python | Using Python to create large scale SEM campaigns in minutes. | Join our next webinar on Wednesday 20/04/2022 at 12 PM CET.
Our next guest will be Elias Dabbas, the creator of advertools. He'll share how he's using Python to create large scale SEM campaigns in minutes using advertools.
Topics covered:
\- Generating Keywords for SEM Campaigns
\- Creating Ads Using Long Descr... | 0.4 | t3_u39d7x | 1,649,911,596 |
Python | Python as a career | I am an Engineer and have a little background in coding using R.
Is it possible I can learn Python to make it a side hustle?
I welcome your advice. Thanks | 0.82 | t3_u379ba | 1,649,904,315 |
Python | Thursday Daily Thread: Python Careers, Courses, and Furthering Education! | Discussion of using Python in a professional environment, getting jobs in Python as well as ask questions about courses to further your python education!
**This thread is not for recruitment, please see** r/PythonJobs **or the thread in the sidebar for that.** | 0.67 | t3_u343wx | 1,649,894,414 |
Python | Learn how to write clean Python code with this free ebook | Hi!
I wrote [Cleaner Python](https://ezzeddin.gumroad.com/l/cleaner-python) with the intention to help developers who are getting started in writing clean code in Python.
I'd love to hear your feedback and please let me know if you have any questions. | 0.58 | t3_u32r51 | 1,649,890,439 |
Python | Chances of getting a job for smb. learned python at home | Hey folks! I hope it’s the place that I can post this question. Let me give you a brief info about my background.
I’ve studied economics and worked in international sales. After my gf got a job from a Swedish company we decided to move there. We will be there by August if everything went as we want. So I was thinking... | 0.6 | t3_u32l5z | 1,649,889,953 |
Python | What are your most wanted quality indicators for Python code? | Dear,
I'm trying to list the good and bad practices regarding Python code to write a document to help the teams to assess progress points.
For example in good practices:
* Comments
* Typing
* Docstrings
* Sphinx documentation
* Readable variable names
* Git
* CI/CD
* Unit Tests
* ...
For pollutions:
* Deprecated c... | 0.71 | t3_u31bkw | 1,649,886,437 |
Python | Alarm-Clock made with Python and Kivy | Hi! I'm here to share with you a little project I developed as a hobby last year: an alarm-clock made with Python and Kivy! I'd appreciate feedbacks :3
[https://github.com/v0di/alarm-clock](https://github.com/v0di/alarm-clock) | 0.84 | t3_u2zz5r | 1,649,882,880 |
Python | PyCharm 2022.1 released | 0.96 | t3_u2vp01 | 1,649,871,165 | |
Python | The fastest tool for querying large JSON files is written in Python! (benchmark) | [spyql](https://github.com/dcmoura/spyql) is a tool (and python lib) for querying and transforming data. It is fully written in Python.
In the [latest benchmark](https://colab.research.google.com/github/dcmoura/spyql/blob/master/notebooks/json_benchmark.ipynb), spyql outperformed all other tools, including jq, one of ... | 0.92 | t3_u2v858 | 1,649,869,896 |
Python | Ohio State University Researchers Develop SAT2LoD2: An Open-Source Python Tool For 3D Landscape Modelling Using Satelite Imagery | 3D landscape modeling has seen a rise in its popularity and applications in recent years. It has countless applications in the fields of civil engineering, earth sciences, military applications, and many others. Geometric 3D models are typically developed using the city geography markup language (CityGML), and the Leve... | 1 | t3_u2v7m9 | 1,649,869,856 |
Python | typeforce: Make mypy more effective |
**Typeforce** is a CLI tool that enriches your Python environment with type annotations, empowering [mypy](https://mypy.readthedocs.io/en/stable/).
In particular:
+ Generates `py.typed` for annotated packages.
+ Installs missed stub files and plugins.
https://github.com/orsinium-labs/typeforce | 0.81 | t3_u2sbgj | 1,649,862,123 |
Python | `nme` - package to simplify data persistence when upgrading data structures | I would like to share my python package `nme`. This package is for simplifying loading data from the older versions of code. It was initially created for [napari](https://napari.org/) plugins for improving science reproducibility, but I think that it may be useful for other projects.
Code is here: https://github.com/... | 0.5 | t3_u2s3uy | 1,649,861,576 |
Python | Why does the Development Company use the Python web framework? | 0.11 | t3_u2rvxb | 1,649,860,950 | |
Python | Minimalist dependency injection in Python | 1 | t3_u2pow9 | 1,649,854,549 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.