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 | Flask -> FastAPI | I'm happy with Flask and do not see the need to switch to FastAPI. Change my mind & (ideally) point me to a nice tutorial that does just that in a demo project. | 0.25 | t3_ubiv0a | 1,650,885,862 |
Python | Ping Sweeper In Python | 0.84 | t3_ubhkg4 | 1,650,880,947 | |
Python | Text Summarization with Huggingface Transformers and Python | 0.81 | t3_ubgv0x | 1,650,877,984 | |
Python | GitHub - helblazer811/ManimML: ManimML is a project focused on providing animations and visualizations of common machine learning concepts with the Manim Community Library. | 1 | t3_ubfsl4 | 1,650,873,375 | |
Python | How do you write iOS apps in Python? | ? | 0.44 | t3_ubehfi | 1,650,867,723 |
Python | Making a list of advanced topics in Python | I'm preparing for a technical interview. I failed the first one a week ago. I noticed the excercises were tagged as (advanced python). 2 coding questions, one from decorators and the other from SQL.
I'm taking a month to prepare for my second chance at it. And I'm making a list of advanced topics/concepts in python. I... | 0.6 | t3_ubd7xt | 1,650,862,809 |
Python | Port scanning with Python | Lately I've been learning a bit about communicating over a network with Python and thought it might be fun to create a simple TCP port scanner. Had a lot of fun playing around with this on my home network.
The full project write up and code can be found [here](https://sheldonbarry.com/2022/04/24/port-scanning-with-py... | 0.63 | t3_ubakvn | 1,650,853,507 |
Python | Python 3.11 Preview: Task and Exception Groups – Real Python | 0.98 | t3_ub9elz | 1,650,849,707 | |
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.73 | t3_ub7ugb | 1,650,844,811 |
Python | 2-Button UI engine in MicroPython with "Apps" on a TTGO T-Display | https://youtu.be/wR3AkhD0nEg
More of a demo than anything at this point, but I've got working text entry, menus, loadable apps(any file named app_AppName.py is detected as an app).
I also have sleep modes, and wakelock-like functionality(Including modem sleep), and the ability for one app to launch another, with argu... | 0.76 | t3_ub6l4g | 1,650,840,886 |
Python | In-Depth Analysis of Moonbirds NFTs using Python and Alchemy | 0.25 | t3_ub5plk | 1,650,838,236 | |
Python | Anyone know the history of why strings are iterable? | I think every intermediate Python programmer has had to learn the gotcha that you can't really duck-type iterables, because if you accidentally iterate over a string, Python will chug along perfectly fine despite it almost certainly not being the intended behavior. Even worse, because of the way collections ABCs are de... | 0.31 | t3_ub53ge | 1,650,836,526 |
Python | Breaking Anti-Cheat With Electronics & Python | 0.4 | t3_ub4yc3 | 1,650,836,115 | |
Python | James Bond film details | import random
import numpy
from statistics import mode
import matplotlib.pyplot as plt
import csv
import collections
##dictionary of films
from numpy import ndarray
films_info_dic = {
'Films':[
{
"Name": "Dr. No",
"Actor":"Sean Co... | 0.43 | t3_ub2fqt | 1,650,829,006 |
Python | Development of Desktop apps with Python | If you are developing desktop apps and are familiar with environment variables and shortcuts, did you realized that there are no packages that would make it easy for cross compatible and easy management of this stuff ?
After searching and making my own package i decided to make it public so it can potentially help som... | 0.76 | t3_ub2c8w | 1,650,828,730 |
Python | Weekly Code - Week 4: Digit Subtraction! | This week I decided to use OEIS entry A185107: difference of digits of the nth prime. This one is pretty exciting, and I think I may make a library featuring this Digit Subtraction and what not. It's fairly compelling. I don't know what I'd use it for, but I'm sure there'd be some kind of use out there.
This week ... | 0.67 | t3_ub1ppc | 1,650,826,915 |
Python | I made a game that let's you play any MIDI file with arrow keys! | Video Preview: [https://streamable.com/zhc909](https://streamable.com/zhc909)
It's like dance dance revolution but you can play any song you want, all you need is a midi file. You can specify which instruments you want to play on each difficulty in JSON files.
Source code: [https://github.com/ravenkls/Midi-Arrow-Rush... | 1 | t3_ub1p3g | 1,650,826,868 |
Python | Possible career in Python as a Bilingual | Hi! I am working right now as a bilingual for Spanish and English in a tech company. I don't have skills in tech such as programming etc. But just recently I decided to study Python to upskill myself and have greater opportunities. But I am not sure if there's a career such as a software developer where I could still u... | 0.5 | t3_uazva3 | 1,650,821,777 |
Python | I am intermediate, how to take python (programming skills) to next level? | About me: I know basic programming and problem solving. I already made 2 websites (basic todo-app) using python (Django) as backend and free web templates for frontend. I also made some basic projects with MySQL and python. Made some spammer bots with [selenium](https://selenium-python.readthedocs.io/). I worked with f... | 0.82 | t3_uazm1g | 1,650,821,027 |
Python | Set Types in Python — set, frozenset [Documentation - made easy to read] | 0.67 | t3_uaz839 | 1,650,819,918 | |
Python | Game of life | Hi,
I've build a small "Game of Life" project, using pygame for display, based first on Conway's rules, and then many other rules (\~20 for now).
It's available on PyPI:
[https://pypi.org/project/conway-pygame/](https://pypi.org/project/conway-pygame/)
and on gitlab.com:
[https://gitlab.com/frague59/conway](https:... | 0.79 | t3_uaxzr5 | 1,650,816,367 |
Python | The Python Graph Gallery | 0.97 | t3_uaxm35 | 1,650,815,307 | |
Python | Useful tricks with pip install URL and GitHub | 0.75 | t3_uawxuo | 1,650,813,388 | |
Python | How to use MicroPython on Docker! | 0.79 | t3_uawlsz | 1,650,812,439 | |
Python | Speeding up python CLI's! | so yesterday I was trying to make a python CLI that needed to be fast.
no matter what I did (`python -S`, pyinstaller, cx_freeze, bytecode compiling) it wouldnt be as fast as I needed it and some even made it slower like cx_freeze.
well I found a way to make running it much much faster (nearly instantaneous).
by usi... | 0.5 | t3_uavrnn | 1,650,809,995 |
Python | ga-extractor - CLI tool for extracting Google Analytics data | Hi /r/Python,
I've created a simple CLI tool in Python for extracting Google Analytics data. It can be handy if you want to retrieve some analytics data without dealing with Google's APIs.
The tool can also transform the data into more readable CSV output.
PyPI package: https://pypi.org/project/ga-extractor/
GitHub... | 0.76 | t3_uau4ci | 1,650,804,648 |
Python | Get total time spent watching movies logged on to Letterboxd | [Github Link \[Letterboxd Movie Runtimes\]](https://github.com/HighnessAtharva/Letterboxd-Movie-Runtimes)
You can now get the total time you have spent watching all the movies that you have logged on your Letterboxd Profile and export it to a CSV using this simple Python Script.
Could not find a tool on the internet ... | 0.8 | t3_uau2nl | 1,650,804,488 |
Python | Logging facility for Python - Documentation, made easy to read | 0.43 | t3_uatomd | 1,650,803,132 | |
Python | Building a Soccer Shot Map for Spain | Salve Jason and the Pythonauts!
I've created a tutorial on building a shot map for soccer games. It uses data from Statsbompy and my own library of todofcpy. You can view it here:
[https://www.youtube.com/watch?v=99FVmANPNXI](https://www.youtube.com/watch?v=99FVmANPNXI) | 0.86 | t3_uatfhp | 1,650,802,234 |
Python | borb vs fpdf2 - comparing 2 PDF generation libs: features & benchmark | 0.78 | t3_uasf5r | 1,650,798,393 | |
Python | I made my first Discord Bot with Python! | Hello everyone! Over the past 2 weeks I have been working on Discord Bot using [discord.py](https://discord.py) and Python! Inspired by r/place I decided to make a simple bot where users and place pixels on a large canvas. Commands include:
$add\_pixel: Add a pixel to the grid at a specified coordinate and rgb color v... | 0.9 | t3_uar1v9 | 1,650,792,599 |
Python | Open source daily Capybara Website built with Python | Ever wondered "If a random Capybara was assigned to Today, what Capybara would it be?" Well wonder no more, [Capy.life](https://capy.life/) has your back!
[Capy.life](https://Capy.life) is a free & open source website built with Svelte & Python, what also has a Discord, Matrix & Twitter bot written in Pyth... | 0.67 | t3_uar10e | 1,650,792,493 |
Python | GitHub - roniemartinez/browsers: Python library for detecting and launching browsers | 0.61 | t3_uaqavx | 1,650,789,380 | |
Python | What's your favorite GUI library and why? I'll start, mine is TKinter because its the first one I learned and I found it easy for basic display | 0.93 | t3_uapobr | 1,650,786,701 | |
Python | Python Selenium Tutorial #10 - Scrape Websites with Infinite Scrolling | 0.83 | t3_uapb3n | 1,650,785,148 | |
Python | Extracting WhatsApp messages from an iOS backup | 0.95 | t3_ualvg6 | 1,650,771,297 | |
Python | What to do next after learning basic python grammar | Hello everyone, I am from China. My daily job is to do sales. I am interested in programming, but I will not apply for programmers. I just want to make programming as a hobby. I have just finished learning the basics of python. What should I learn or what can I do next? I mainly think about using python or programming ... | 0.72 | t3_ualp72 | 1,650,770,659 |
Python | Program to document code snippets and control under-development projects | Hey there,
I wrote a **Tkinter** program specifically for developers based on two concepts:
* Giving the developer the ability to document (their/others) knowledge and important **code snippets** in an easy, readable, and organized manner.
* Grouping the under-development **projects in one place** for easy access and... | 0.78 | t3_uaknmh | 1,650,766,926 |
Python | just want to bury | I do not speak English so well so I will write with the help of google translator, I started studying programming for now and I'm having difficulty understanding the makes something object-oriented and something variable I hope not to be talking wrong i realized that often the staff talks about symbols and numbers as ... | 0.4 | t3_uak5ot | 1,650,765,192 |
Python | Pons, an async Ethereum RPC client library | I've been waiting a long time for async support in `web3`, and now that it started to appear, it only supports `asyncio` (while I use `trio` in my application), and is in general not quite finished. So I decided to write an RPC client of my own with convenient contract calls, simple structure (instead of a hundred leve... | 0.33 | t3_uaj86y | 1,650,761,986 |
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.78 | t3_uai5y5 | 1,650,758,410 |
Python | Deciding what to use among Cython / Pypy / Numba | So I want to experiment and speed up my code. I have studied the basics of Cython and Numba but Pypy only has 10 year onld videos.
What I have found:
- Cython converts Python into C and makes the code useable in both Python and C
- Numba directly converts Python into Machine code and is useful for Math operations (num... | 0.84 | t3_uafu40 | 1,650,751,007 |
Python | Discussion: What is the most pythonic way to print an extra line break? | Which of these four equivalent methods do you prefer and why?
print('Beginning processing ...\n')
or
print('Beginning processing ...', '\n')
or
print('Beginning processing ...', end='\n\n')
or
print('Beginning processing ...')
print()
Is any of them more or less pythonic than another? | 0.92 | t3_uadbi3 | 1,650,743,421 |
Python | A simple python library that can be used to run large Web3 queries on Ethereum blockchain concurrently as per Ethereum JSON-RPC specification. | A simple python library that can be used to run large Web3 queries on Ethereum blockchain concurrently as per Ethereum JSON-RPC specification.
The library provides a bare minimal framework for expressing raw JSON-RPC queries as described in the Ethereum Specification and execute them together either concurrently (off-... | 0.27 | t3_uad9mx | 1,650,743,270 |
Python | Face detection algorithms comparison | I selected 5 ready-made algorithms for face detection and compared them with each other by such metrics as Precision, Recall, IOU and time on the dataset I marked up. I am ready to accept your Pull Request with your solutions(algorithms) and results!
Blog post: [https://habr.com/ru/post/661671/](https://habr.com/r... | 0.67 | t3_uacer5 | 1,650,740,697 |
Python | GitHub - plasma-umass/slipcover: Near Zero-Overhead Python Code Coverage | 0.87 | t3_ua8sgx | 1,650,730,255 | |
Python | deferred-import: Lazy import and install on demand Python packages |
Lazy import and install on demand Python packages.
1. Package will be loaded only when you use it in the first time. Deferring it makes module loading much faster.
1. If module is missed, the package will be automatically installed. It allows to make some project dependencies optional and install them on demand.
htt... | 0.59 | t3_ua7bsz | 1,650,726,123 |
Python | Parking space counter created using OpenCV and Python | Hello!
I created a simple two-step parking space counter:
\- first, you mark the positions of all parking spaces you are interested in using "parking\_space\_picker.py";
\- second, you run "parking\_space\_counter.py" to check if the parking space is vacant or not and count them.
[RESULT](https://youtu.be/LERHWFmSS... | 0.94 | t3_ua6xh2 | 1,650,724,972 |
Python | Step by step explanation of Insertion Sort in Python | 0.54 | t3_ua6x8j | 1,650,724,949 | |
Python | Space Science: Autoencoder latent space visualization of asteroid spectra | Hey Everyone,
Last time, I introduced Autoencoders (using Keras) to develop a deep learning architecture that learns a low-dimensional representation of asteroid reflectance spectra.
Although I compressed the 49-dimensional spectra to only 2 dimensions, the results were quite fair. So... why did I compress it so ridi... | 0.78 | t3_ua6sq9 | 1,650,724,581 |
Python | What makes a good programmer? | I recently started a python course and I'm currently just focused on it but I feel like this is wrong and I'm missing something | 0.53 | t3_ua64gc | 1,650,722,585 |
Python | Python matplotlib and numpy New Playlist | 0.25 | t3_ua2fpl | 1,650,709,546 | |
Python | How do you manage conflicting packages in your requirements.txt ? | Hi,
Let's say you have in your requirements.txt :
package_A
package_B
package_C
package_D
but `package_A` requires `some_dependency<=1.5` and `package_B` requires `some_dependency>=2.2` . How do you handle that (knowing that I might have tens of conflicting packages)?
I don't think virtualenvs... | 0.96 | t3_ua2a7k | 1,650,708,904 |
Python | "Community is essential to programmers" - Eric Matthes | I've just started working my way through Eric Matthes' Python Crash Course. In his introduction he states, " Community is essential to programers because programming isn't a solitary pursuit.... Having a well connected community is critical in helping you solve problems, and the Python community is fully supportive of... | 0.84 | t3_ua1z3n | 1,650,707,604 |
Python | 10 examples of using Python for big data analysis | 0.8 | t3_ua1kfl | 1,650,705,802 | |
Python | MNE — Open-source Python package for exploring, visualizing, and analyzing human neurophysiological data: MEG, EEG, sEEG, ECoG, NIRS, and more | 0.97 | t3_ua0faz | 1,650,700,833 | |
Python | Python Tips and Tricks — Write Better Python Code | 0.64 | t3_u9ziwb | 1,650,697,016 | |
Python | freeCodeCamp: Gradio Course - Create User Interfaces for Machine Learning Models in Python | 0.87 | t3_u9y93f | 1,650,691,784 | |
Python | PCEP Certification exam - Python | Hi All,
Did anybody take PCEP certification exam? If it took you more than one try, did you have to pay $59 every time you attempt? Or one time was enough?
I am making this post because couldn't find the answer on google. | 0.6 | t3_u9x1e4 | 1,650,687,186 |
Python | Call me naive, but would it not be possible to create a tool for python the auto adds type hints at run time? | I’m going to learn python over the summer, but coming from Java & c# in IDE’s where casting etc can auto completed within the problem pane when making newb mistakes, and also knowing the pain of PHP runtime errors, I’m hoping the dynamic experience will be smoother with python.
I’m ranting.. would this be feasible... | 0.33 | t3_u9sdwa | 1,650,672,030 |
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! | 1 | t3_u9sdh3 | 1,650,672,009 |
Python | I have multiple interdependent Python services & modules for my work. I use conventional commits (changetype: scope: …) allowing automated changelogs. I think I need to go monorepo and add the changed service to the commit structure (service: changetype: scope). Does this look like a good strategy? | 0.8 | t3_u9rgzf | 1,650,669,201 | |
Python | What is a good, pure Python alternative to lxml's objectify? | Reference: https://lxml.de/objectify.html
> Accessing the children of an XML element deploys object attribute access. If there are multiple children with the same name, slicing and indexing can be used. Python data types are extracted from XML content automatically and made available to the normal Python operators. | 1 | t3_u9qp2k | 1,650,666,983 |
Python | Proper launch of python packages | 0.75 | t3_u9q8tx | 1,650,665,684 | |
Python | Coding an Intelligent Battleship Agent | 0.5 | t3_u9pn6u | 1,650,664,027 | |
Python | rashell (Relational Algebra Shell) | Hi all.
I've uploaded my project on Pypi. It is called **rashell** which stands for **R**elational **A**lgebra **S**hell. It provides a command line interface and a DSL to define, fill and query a relational model. This tool is intended for educational use only, to illustrate the underlying concepts of relational data... | 0.84 | t3_u9p9g6 | 1,650,662,976 |
Python | Does anyone know what editor this is or what sorts of editors have this feature? | [The editor is linked here](https://i.imgur.com/9HcadwR.gif)
Basically allowing you to similar parts to multiple lines of code by clicking and then hitting backspace? | 0.5 | t3_u9obb5 | 1,650,660,405 |
Python | A screenful of advice about writing command-line tools in Python | 0.81 | t3_u9m149 | 1,650,654,132 | |
Python | I've made a pure Python implementation of the QOI image format | [link to the code](https://github.com/SudoOmbro/qoi_converter)
as said in the title, it's a pure python implementation of the [qoi format](https://qoiformat.org/), a lossless image compression methd that manages be 50x faster while encoding and 3x-4x while faster decoding than PNG.
Python isn't known to be fast thoug... | 1 | t3_u9k3i3 | 1,650,648,791 |
Python | Cache in asynchronous Python applications | 0.84 | t3_u9ihvl | 1,650,644,486 | |
Python | Car Wash Pattern: Parallelizing Non-Thread Safe and/or CPU-intensive Processes with Future Based Queue Centric Approach in Python | This article can be a useful guide for parallelizing non-thread-safe and CPU-bound processes, such as some machine learning models, for purposes such as model to web service conversion. While developing the solution, I tried to pay particular attention to the advantages, disadvantages and pitfalls of python. Maybe ther... | 0.9 | t3_u9hhmv | 1,650,641,812 |
Python | Searching a student apartment in Zürich was too boring so I made a Telegram bot. | [GitHub link](https://github.com/bskdany/WokoWGZScraperBot)
Basically anyone I know checks every day [woko.ch](https://woko.ch) and [wgzimmer.ch](https://wgzimmer.ch) for rooms and apartments that are being rented for students in Switzerland , the first to contact the seller usually gets the room. I don't have the tim... | 0.88 | t3_u9g6jb | 1,650,638,272 |
Python | Common Python Anti-Patterns to watch out for | 0.81 | t3_u9g5r7 | 1,650,638,203 | |
Python | How to Write a Python Script to Create and Update a Changelog | 0.5 | t3_u9dy34 | 1,650,631,951 | |
Python | copilot getting creepy | hey, yesterday I was making an auto reply bot with telethon (+ copilot)
I got a phone number as a suggestion in **plain text** , meaning that copilot does not have a 'personal info filter' or whatever.
Someone said that GitHub also used private repos to train copilot, well, let's hope that nobody gets a suggestion wi... | 0.88 | t3_u9dobe | 1,650,631,103 |
Python | Python 3.11 Preview: Task and Exception Groups – Real Python | 0.94 | t3_u9dhsy | 1,650,630,515 | |
Python | Boihut bookstore(Ecommerce ) website made in Django | This was built as my first year university project.
&#x200B;
https://preview.redd.it/7ar5lrkw72v81.png?width=1920&format=png&auto=webp&s=fa8428c4ff54ca6ac149b89915153657b1aabe71
&#x200B;
Live link : [https://boihut.biz](https://boihut.biz)
Github: [https://github.com/shaongitt/boihut](https://... | 0.9 | t3_u9bpmd | 1,650,624,350 |
Python | Login and logout functionality in django framework | 0.56 | t3_u97qgl | 1,650,607,754 | |
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.8 | t3_u915sx | 1,650,585,609 |
Python | Step by step explanation of Bubble sort with python implementation | 0.85 | t3_u90cgx | 1,650,583,086 | |
Python | Intel 8051 microcontroller emulator | I made this app as a BE thesis. It's using Brython to make Python work in Chromium (Electron) and React with Material-UI for the front-end. It's supposed to be rendered in a fixed-sized Electron window, so it may not look the best in a browser.
[https://github.com/estarq/i8051emu](https://github.com/estarq/i8051emu) | 0.75 | t3_u8xutf | 1,650,575,884 |
Python | dc_schema, a tiny library to generate JSON schema from python dataclasses | I wrote a small library for generating JSON schema from python dataclasses. I'm using pydantic a lot in my daily work, but wanted to understand JSON schema better myself and create a lightweight, focused solution for schema generation.
Posting here incase some of you are interested to try it out, maybe someone has s... | 0.75 | t3_u8x9pw | 1,650,574,245 |
Python | Cache in asynchronous Python applications | 0.67 | t3_u8v01p | 1,650,567,983 | |
Python | Is it bad practice to start with Jupyter Notebooks? | Nowadays whenever I start a new Python project I always start with a jupyter notebook to test snippets of code, to later add to my main script.
Should I avoid doing this? Is this bad practice? | 0.91 | t3_u8tsd6 | 1,650,564,637 |
Python | Python’s Match-Case Is Too Slow (If You Don’t Understand It) | 0.44 | t3_u8t99e | 1,650,563,193 | |
Python | Any suggestions for simple predictive modeling for class project using nba game data | Any suggestions for simple predictive modeling for class project using nba game data | 0.6 | t3_u8sby9 | 1,650,560,623 |
Python | A magic hand using DXL and servo motors | I recorded this quick demo to show how topology detection can work with DXLs or servo motors. I developed a few lines of code, if you want to see, I can share them with you! | 0.8 | t3_u8qjgg | 1,650,555,851 |
Python | co-author.py - Creates "Co-authored-by" lines from usernames and issue/PR urls using GitHub REST API | I needed a quick way to credit the original PR authors while patching [my Alabaster fork](https://github.com/introt/alabester/releases/tag/0.7.22), so I wrote this little script to assist in the task.
The combination of using the REST API along with the no-reply email addresses seems novel in the co-authoring space, s... | 0.6 | t3_u8ol71 | 1,650,550,389 |
Python | Just started making a Pokémon wordle type game. Wish me luck, should be done by the end of two weeks | It's my first ever big project so I'm pretty excited :) | 0.58 | t3_u8of7m | 1,650,549,900 |
Python | 100%|██████████████| - TQDM is a simple library for adding progress bars to your python code. I made a tutorial about it. | 0.69 | t3_u8nzzr | 1,650,548,669 | |
Python | Is everything worth solving? | When a bug takes ages to fix should I still keep trying or move on since I’m a beginner should I not try to move on to learn something else and then maybe come back at some point? Thanks | 0.6 | t3_u8nfcq | 1,650,546,950 |
Python | Manage Encryption Key | I created a public Github repo for Creating, Encrypting, and Decrypting files called: [Manage Encryption Key](https://github.com/Moreless91/Manage-Encryption-Key)
[Main Menu](https://preview.redd.it/bgde2ghlkvu81.png?width=306&format=png&auto=webp&s=32be688c1e436dae386d3b3301745c4789afba18)
It's a CLI too... | 0.78 | t3_u8mozm | 1,650,544,746 |
Python | Know How to Create and Visualize a Decision Tree with Python | 0.57 | t3_u8k0am | 1,650,535,185 | |
Python | 2022 Update: Understanding Best Practice Python Tooling by Comparing Popular Project Templates | I have just posted a 2022 update to my old blog post from 2020 -> [https://medium.com/@jonas.r.kemper/2022-update-understanding-best-practice-python-tooling-by-comparing-popular-project-templates-5872602fe617?sk=a7ed50c63851d81093697c62b740396a](https://medium.com/@jonas.r.kemper/2022-update-understanding-best-pract... | 0.88 | t3_u8jfcb | 1,650,532,690 |
Python | Unpopular opinion: Matplotlib is a bad library | I work with data using Python a lot. Sometimes, I need to do some visualizations. Sadly, matplotlib is the de-facto standard for visualization. The API of this library is a pain in the ass to work with. I know there are things like Seaborn which make the experience less shitty, but that's only a partial solution and i... | 0.92 | t3_u8j6fn | 1,650,531,638 |
Python | GitHub - aGIToz/PyInpaint: A lightweight image inpainting tool in python. | 1 | t3_u8hao9 | 1,650,523,323 | |
Python | Data Operations Using Python Mitosheets | 0.84 | t3_u8fj6a | 1,650,516,403 | |
Python | Urwid wrapper for nvidia-smi | Hello. I wanted to share a simple urwid-based wrapper I wrote for nvidia-smi. I find that nvidia-smi takes up too much space in my terminal and I prefer graphical/bar based displays. These are not my GPUs - I am not that rich. Check it out here:
[https://github.com/nec4/gpu-array](https://github.com/nec4/gpu-array)
... | 0.74 | t3_u8bx7e | 1,650,504,587 |
Python | Creating and API from scratch... | Hey guys, I just learned Django and React, I know my few things about python amd javascript. Ive done small projects using "Django Rest Framework".
My question is, can I build an API from scratch without using Django or DjangoRest Framework?
Im curious how its done. All the google searches Ive done they give back an... | 0.62 | t3_u8ajpp | 1,650,500,352 |
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_u8a5pq | 1,650,499,209 |
End of preview. Expand in Data Studio
No dataset card yet
- Downloads last month
- 7