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
I've released a cache backend that uses dynamodb which is compatible with Django's cache framework.
Hello Pythonistas! I've released a cache backend that uses dynamodb which is compatible with Django's cache framework! please enjoy :) https://github.com/xncbf/django-dynamodb-cache
0.8
t3_tk54q8
1,647,961,771
Python
Unraveling the Mystery Behind Background Filters in Video Calling Apps
Ever wondered how video calling apps apply background filters during meetings and replace the background in the video with a background of your choice. This article explains this concept in detail and guides in step by step to implement one in Python. ​ [https://medium.com/geekculture/unraveling-the-myster...
0.5
t3_tk40cc
1,647,958,616
Python
GitHub - gretelai/gretel-python-client: The Gretel Python Client allows you to interact with the Gretel REST API.
0.5
t3_tk3uqx
1,647,958,170
Python
Python Project Workflow
0.74
t3_tk1o33
1,647,951,494
Python
I've been a bit confused on which data class library to use. I wrote this article as part of my own investigation into protobuf, pydantic, etc..
0.75
t3_tk0i4d
1,647,947,327
Python
Launching Open Source python library, VevestaX: track your Machine Learning experiments and features in an excel using 5 lines of code
Hi everyone! We have launched an awesome open source python project that we have developed. We have created a Python module named **VevestaX:** Easiest library in to track Machine learning experiments and features in an excel file with 5 lines of code ! You can check out the source code at our **GitHub page**: [h...
0.57
t3_tjz9fx
1,647,942,213
Python
Gufo Err: Python error handling framework
[Gufo Err](https://pypi.org/project/gufo-err/) is the flexible Python error handling framework. We'd used the same approach in the [NOC](https://getnoc.com/) for a long time. Now we reworked it as an independent component. Besides the extended tracebacks and *Sentry* integration it offers a middleware-based approach f...
0.6
t3_tjykut
1,647,939,172
Python
Asynchronous Web Scraping With Python GRequests
0.77
t3_tjy5ed
1,647,937,217
Python
python syntax
does anyone feel like changing languages because of how anyone can understand python syntax? i feel like its cooler writing code that no one can ynderstand.. maybe its just me
0.28
t3_tjxth4
1,647,935,730
Python
PEP 675 titled "Arbitrary Literal String Type" just got accepted.
0.91
t3_tjx689
1,647,932,830
Python
How to be a Successful Python developer: Tips to help your hiring prospects
0.11
t3_tjwwnn
1,647,931,691
Python
Just learned implementing decorators
Hi, I just learned how to make my own decorators and want to know some examples to use them. Some are using a `timer` decorator or a `log` decorator. Would like to get more examples to start thinking about the possibilities. Thanks in advance! EDIT: Thank you everyone 🙏🙏🙏
0.75
t3_tjv4c3
1,647,924,427
Python
The code for `import this` is amazing
Maybe this has been shared here before, but I recently took a peek at the code for the `this` module (the famous `import this` Easter egg that displays Tim Peters' "Zen of Python"). I think it might be the greatest "do as I say not as I do" code example that I've ever seen. s = """Gur Mra bs Clguba, ol Gvz Crgref ...
0.67
t3_tjskz4
1,647,915,671
Python
would it be more human readable if we had a "the" and "where" keywords that turned this: [item for item in items < 0] into: [the item in items where item < 0]
The reason I ask is because I was wondering if list comprehension always starts with item for item in items? if so, it's so inefficient and clumsy to always write thing for thing in things if... rather than just the thing in things where... Please be kind if this is the stupidest idea ever. It was just a thought.
0.24
t3_tjr17p
1,647,910,929
Python
Useful Tools and Programs list for Python
Useful Tools and Programs list for Python including learning resources, development tools , and frameworks. [https://github.com/mikeroyal/Python-Guide](https://github.com/mikeroyal/Python-Guide)
1
t3_tjqlra
1,647,909,621
Python
Tuesday Daily Thread: Advanced questions
Have some burning questions on advanced Python topics? Use this thread to ask more advanced questions related to Python. **If your question is a beginner question we hold a beginner Daily Thread tomorrow (Wednesday) where you can ask any question! We may remove questions here and ask you to resubmit tomorrow.** This ...
1
t3_tjpsnz
1,647,907,211
Python
LPT: Pandas DataFrames have a "to_clipboard" method
For those that don't know, Pandas has very useful to_clipboard and read_clipboard methods that make it easy to drop a DataFrame into an Excel sheet or to move it across python sessions without having to read and write CSV files. This is really useful for me and I hope it will help you too!
0.97
t3_tjodin
1,647,903,155
Python
My TUI now automatically downgrades RGB colors to the richest palette available in your terminal!
​ https://preview.redd.it/56i77k4h6to81.png?width=1150&format=png&auto=webp&s=8b1cbeb3f7d719c0c47d5c9c11dc08cfa806e138 [PyTermGUI](https://github.com/bczsalba/pytermgui), my terminal user interface library has now gained the ability to determine the highest-grade color that can be displayed in ...
0.77
t3_tjnd4p
1,647,900,398
Python
I'm making my own 3D engine ! (I'm trying my best to improve the projection system but it's still garbage for now)
Source code: https://github.com/uItimatech/Python-3D-engine Demo: https://youtu.be/W-oaCeMkQkw
0.81
t3_tjlv0x
1,647,896,295
Python
What is the difference between PyInstaller and PyOxydizer?
0.14
t3_tjla5f
1,647,894,759
Python
We created a tool to enrich your datasets
Hi everyone! I’m Nathan, working on [subsets.io](https://subsets.io/), a platform where you can upload datasets, and get matched with relevant external data which you can add with one click. I've created a prototype to access our platform via sdk: ​ https://i.redd.it/wp7qu2xy8so81.gif Our goal is to mak...
0.67
t3_tjjdcf
1,647,889,658
Python
Programmable HTTP CLI Tool
Instead of rewriting the same requests or sending a few data one by one while testing the api, I wrote a programmable http tool that can make many requests at once. [https://github.com/SinanKanidagli/httpy](https://github.com/SinanKanidagli/httpy) Some key features: * Expressive and intuitive syntax * Formatted and ...
1
t3_tjhae1
1,647,884,233
Python
I wrote a short article about the advantages and disadvantages of python with an example of how to use Python for working with data.
[https://dev.to/patrikbraborec/why-you-should-use-python-for-your-next-project-1lin](https://dev.to/patrikbraborec/why-you-should-use-python-for-your-next-project-1lin)
0.63
t3_tjcr91
1,647,871,996
Python
Python Interpreter API? but a little bit better (Coding 101)
Coding 101 is a API that you can use in making an application similar to leetcode, codewars and other platforms that helps you practice technical interviews. Example calls are getting an easy question this API GET call will return the following {"Id": 23 "Description": "Create a Function and Name it Add and it...
1
t3_tjffhc
1,647,879,245
Python
Tetris in Pygame
Just my casual project [Demo](https://youtu.be/DjAszPLisic)|[Source Code(GitHub(Fixed))](https://github.com/Jatan-Bhatt-21/Tetris) :P
0.63
t3_tjeoz6
1,647,877,303
Python
Video: Build a Speech Recognition System on a Raspberry Pi
0.67
t3_tjenh3
1,647,877,197
Python
I Use Python for Soccer Analytics
Hello Pythonauts! I use python for Data Analytics; specifically for soccer. I am a Software Developer but this is a passion project for me. On my website, [TodoFootballClub](https://todofootballclub.com/), I write about soccer and the burgeoning use of data in the game. All of my studies are done in python as it is my...
0.72
t3_tje08f
1,647,875,451
Python
When do you use generators?
I know what they are, but I never write code and come to a point where I go "ah yeah, perfect place to use a generator" How do you guys recognize that right case or what's the common pattern where you use it and why?
0.95
t3_tjd9l1
1,647,873,449
Python
Async web server on ESP32 using Microdot | Micropython tutorial
Comprehensive written (and video!!) guide on how to use Microdot for your Micropython projects. Includes how to deal with more advanced async coding, i.e. running web server while making pretty neopixel animations. [https://bhave.sh/micropython-microdot](https://bhave.sh/micropython-microdot) If you have questions o...
0.7
t3_tjd7b8
1,647,873,272
Python
I created a sorting algorithm, it is a schrobogosort. Basically it bogosorts and if it isn't sorted there is a 50% chance to shut down your PC every time it fails to sort
[https://replit.com/@KieranMcevoy/SchrodingerSort?v=1](https://replit.com/@KieranMcevoy/SchrodingerSort?v=1) WARNING: THIS WILL SHUTDOWN YOUR PC IF RAN OFF AN IDE NOT REPL
0.63
t3_tjcn6j
1,647,871,678
Python
Aproches to planning a project
Tldr: Are there any tools/tips/tricks you guys use when starting out/ mapping a new project? Or rewriting an existing one? I mainly use python to analyze data from experiments i run in as part of my phd. So for the past few years it's been very sufficient to simply create scripts per job/project i work on. But I'm get...
1
t3_tjcfcy
1,647,871,105
Python
All-in-One Python book bundle by Packt
0.89
t3_tjbbj6
1,647,867,698
Python
I have my own database that I wanna check plagiarism against, how difficult is it making a plagiarism checker?
0.4
t3_tjb86q
1,647,867,437
Python
Daily dose of Python
I've been creating small posts about slightly more advanced Python topics lately. They are all available in [https://jerry-git.github.io/daily-dose-of-python/](https://jerry-git.github.io/daily-dose-of-python/). The episodes so far: 1. [Union vs TypeVar](https://jerry-git.github.io/daily-dose-of-python/doses/1/) 2. [...
0.97
t3_tj9tz1
1,647,862,900
Python
How to Deploy a TensorFlow Model as a RESTful API Service
0.79
t3_tj8uzz
1,647,859,275
Python
oneFace: Generating interfaces(CLI, Qt GUI, Dash web app) from a Python function.
oneFace can generate CLI, Qt GUI and Dash web app at the same time from a Python function. Just mark the function parameters with type and range, for example: from oneface import one, Arg @one def bmi(name: Arg(str), height: Arg(float, [100, 250]) = 160, weight: Arg(float, [0, ...
0.9
t3_tj7d1w
1,647,853,109
Python
Performance testing FastAPI ML APIs with Locust | Rubik's Code
0.76
t3_tj6v1x
1,647,850,944
Python
Why venv?
I'm new to Python and haven't worked with virtual environments before. I've seen a lot of folks utilising venv and was confused. I searched the web, but I couldn't comprehend much of it. I have a question that I'd want every one of you to answer. 1. Why venv?
0.82
t3_tj32vd
1,647,835,530
Python
Codecat
CodeCat is an open-source tool to help you find/track user input sinks and security bugs using static code analysis. These points follow regex rules. [https://github.com/CoolerVoid/codecat](https://github.com/CoolerVoid/codecat)
0.76
t3_tj2g24
1,647,833,363
Python
LinkedIn Researchers Open-Source ‘FastTreeSHAP’: A Python Package That Enables An Efficient Interpretation of Tree-Based Machine Learning Models
Researchers from LinkedIn open-source the FastTreeSHAP package which is a Python module based on the paper ‘[Fast TreeSHAP: Accelerating SHAP Value Computation for Trees](https://arxiv.org/abs/2109.09847).’ Implementing the widely-used TreeSHAP algorithm in the SHAP package allows for the efficient interpretation of tr...
0.76
t3_tj1koz
1,647,830,519
Python
I created a self-hosted security camera system
I don't like the idea of having to stream my video camera feeds to the cloud, so I created a privacy-focused, self-hosted security camera system using python! [https://github.com/scottbarnesg/smart-sec-cam](https://github.com/scottbarnesg/smart-sec-cam) Some key features: * Multi-camera support w/ minimal configura...
0.96
t3_tizhpw
1,647,823,860
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.67
t3_tiyhw1
1,647,820,810
Python
Live Python Course from computer science professor on Cyber Insecurity Youtube Channel
If anyone wants to learn Python from a professor who's been teaching computer science for over a decade, jump on the Cyber Insecurity Youtube channel on Tuesday nights at 8PM ET. [https://www.youtube.com/channel/UCL4JGzitDkX5TOwzs9A02Kg](https://www.youtube.com/channel/UCL4JGzitDkX5TOwzs9A02Kg)
0.8
t3_tixven
1,647,818,906
Python
The LAST 20 Python Packages you will ever need (Machine Learning, Data S...
0.13
t3_tith9h
1,647,806,495
Python
EZTV-AutoDownloader / Transmission Manager
Hello! (I don't know if this is for this sub.) I made Auto Downloader from EZTV and Transmission-Remote Manager written in Python. Some features: * Automatic download from EZTV * Check Episode and Season to see if ep is newer * Remove torrent from Transmission if Completed * Email notifications on add and compl...
0.67
t3_tiqz2t
1,647,799,587
Python
MD now avaible on Termux
A while ago I made a text based tool to download music in mp3 with tags and artworks. Now it's available on Termux. Cheers! [https://github.com/eliamazzon/MusicDownloader](https://github.com/eliamazzon/MusicDownloader)
0.8
t3_tiqdvp
1,647,798,001
Python
Looking for an official documentation regarding security best practices and how to write secure code
I am looking for resources on how to write secure code with Python, I have been in python.org but there is only a Security reporting section. Before considering Google top results I would like to check if there is an official documentation
0.94
t3_tiq3ts
1,647,797,237
Python
tkthread - Easy multithreading with tkinter
0.8
t3_tip8va
1,647,794,947
Python
I just started python 10 days ago an I am super happy. I just created my first program and would love some feedback
I am a complete programming beginner. I started a course on Udemy 10 days ago and this is my first program. I know it is probably not the most efficient way to do it which is why I would like your feedback. here is the Github link: [https://github.com/RVP97/TicTacToe/blob/main/Project1](https://github.com/RVP97/TicTac...
0.46
t3_tiox8d
1,647,794,055
Python
I made a video tutorial on how to work with image data with python. Hope its a helpful introduction for anyone interested in learning about image processing.
0.9
t3_tinykr
1,647,791,398
Python
Sending Emails With Python
0.5
t3_tin22d
1,647,788,786
Python
pip install medium-api
Hi Guys, I recently published a python wrapper around [Medium API](https://rapidapi.com/nishujain199719-vgIfuFHZxVZ/api/medium2) which helps you to extract/fetch data from [medium.com](https://medium.com). To install it, just run: ``` pip install medium-api ``` **What can you extract with it?** - Medium User infor...
0.87
t3_timph1
1,647,787,819
Python
Python Collection Classes - Queues, NamedTuples, DefaultDict, the Professor and Mary Ann
[https://codesolid.com/useful-collection-classes-in-python-you-may-not-know/](https://codesolid.com/useful-collection-classes-in-python-you-may-not-know/) Enjoy!
1
t3_tilukh
1,647,785,280
Python
Creating Real-Time Charts with FastAPI
https://github.com/roniemartinez/real-time-charts-with-fastapi I've made sample application for anyone interested in writing real-time charts with FastAPI + Server-Sent Events. You can check my Github repo above.
0.82
t3_tilg4d
1,647,784,101
Python
Create A REST API In Python Flask
0.38
t3_tikn0t
1,647,781,534
Python
Step by Step Procedure to Deploy A Flask App On Heroku
0.17
t3_tikmj3
1,647,781,487
Python
Python Flask, ElasticSearch and docker environment
Hi, the second article devoted to the theme: “How to work with ElasticSearch using Python and Flask framework” is already ready for reading. It is about preparing microservice environment using docker and docker compose. All details are here: "[Python Flask, ElasticSearch and Docker environment](https://sergiiblog.com/...
0.81
t3_tiid1f
1,647,772,934
Python
Gufo Loader
[Gufo Loader](https://github.com/gufolabs/gufo_loader) is the flexible Python plugin infrastructure framework. We'd used this approach in the [NOC](https://getnoc.com/) \- an open-source network management system and finally decided to release this component as the independent package. Very useful tool to build extenda...
0.75
t3_tihlqu
1,647,769,687
Python
How to make the most of Pydantic
0.87
t3_tih4e7
1,647,767,586
Python
Sudoku Solver Using Python | AI projects
Github: [https://github.com/bhimrazy/Artificial-Intelligence-Projects](https://github.com/bhimrazy/Artificial-Intelligence-Projects) https://preview.redd.it/xswtp52b3ho81.png?width=1097&format=png&auto=webp&s=8ce31043a6238eb74bddc97ff6dc6b4072f82f38
0.87
t3_tidx7v
1,647,753,441
Python
I Wanted to Make a Game from Scratch (visuals and all) Using Python so I did.
​ [https:\/\/github.com\/M0pps\/Dinosaur-Game.git](https://reddit.com/link/tid126/video/pvim4rectgo81/player)
0.97
t3_tid126
1,647,750,072
Python
Creating a DCGAN with PyTorch
I wrote a short tutorial on creating a deep convolutional GAN to generate new wild animals images from the wildlife animal faces dataset using PyTorch: [https://taying-cheng.medium.com/create-new-animals-using-dcgan-with-pytorch-2ce47810ebd4](https://taying-cheng.medium.com/create-new-animals-using-dcgan-with-pytorch-...
0.67
t3_ti9u5w
1,647,738,961
Python
Modularizing a Chalice Application
If you're looking to develop Chalice lambda functions and needing to realistically modularize your application and files, here's a pretty good article (I'm not the author) on how to go about that. Chalice is used for AWS lambda function development and deployment and has routing decorators similar to Flask and other AP...
0.5
t3_ti9ryn
1,647,738,759
Python
Space Science with Python - AI 1-8: A Dense Neural Network
Hey Python coders, today I would like to show you a new tutorial video within my Space Science with Python series. I am still working on a Machine Learning project, and this time we will use TensorFlow / Keras to create a multi-class classifier for our asteroids reflectance spectra. Since our spectra data are alr...
0.81
t3_ti90ps
1,647,736,289
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.9
t3_ti8esn
1,647,734,409
Python
I teach python for middle and high schoolers – I made this little trophy for a competition of who could make the best image using Turtle/Python
I will also make some keychains with the best images 3d-printed on them – I hope the students like them! ​ https://i.redd.it/7cyldg3odfo81.gif
0.97
t3_ti7uyh
1,647,732,704
Python
Automate Key board and mouse
see a lot of people probably using this for gaming but can be used for your job. I use this type of stuff to auto mate stuff I have to type over and over then click a bunch of bottons. Hope it helps ​ [https://www.youtube.com/watch?v=shi5Ba\_y4HA&t=264s](https://www.youtube.com/watch?v=shi5Ba_y4HA&...
0.92
t3_ti5hm4
1,647,725,723
Python
New Python package for stock market data: YFrake
I've released a new open-source Python package named [YFrake (Github Repository)](https://github.com/aspenforest/yfrake), which returns stock market data from Yahoo Finance and can also serve it to other applications. It has built-in swagger documentation and can run in async and threaded modes. More features are plan...
0.89
t3_ti5geq
1,647,725,628
Python
I broke Math. I generated a quantum random number in Python. Split the decimal part of it into groups of 5 digits. Found every single group in the decimal expansion of PI (just upto a million digits). Somebody tell me I'm wrong or give me a Nobel prize. I won't sleep tonight.
import quantumrandom as qr with open("piDigits.txt", 'r') as f: pidecimals = f.read() f.close() maxrange = int(input("Enter Maxmimum of Range ")) count = 0 for i in range (0,maxrange): myx = qr.randint() print(f"Quantum Number {myx}") decimalstring ...
0.2
t3_ti584e
1,647,724,969
Python
PyMacApp: Build, Package, and Code-Sign Python Projects on MacOS in just 10-lines of Python Code!
Hi All: I recently posted about a project I was working on called PyMacApp. I just released a ton of updates that brings full support for building, packaging, and code-signing in as little as just 10 lines of code (2 import statements, 4 for the app, and 4 for the package; it supports function chaining, so you could e...
0.68
t3_ti4ztb
1,647,724,308
Python
Small Line Counter Script
I made a command line tool that lets you specify a file/directory path on the command line and will count the lines of code in a file or all files within a directory or directories recursively. I plan to add more features. I am a systems dev by trade and have worked with python in the past but not very much and that wa...
0.81
t3_ti4zcz
1,647,724,271
Python
Is pygame still worth it in 2022??
0.85
t3_thzhqp
1,647,709,018
Python
What do you think is the most valuable Python package?
In the spirit of March Madness, we created a tournament to choose the MVP Python package. This is just meant to be fun, but it might jumpstart an interesting discussion about your choices and the kind of work you're doing. [https://deephaven.io/community/experiments/python-bracket/](https://deephaven.io/community/exp...
0.14
t3_thw2h9
1,647,699,262
Python
Build a Hash Table in Python With TDD – Real Python
0.75
t3_thvrq5
1,647,698,366
Python
How to Shortlist the Best Python Development Company ?
0.2
t3_thvj46
1,647,697,596
Python
DeepForSpeed: A self driving car in Need For Speed Most Wanted built with python + pytorch
[video here](https://youtu.be/t0iqfM36mRc) [code here](https://github.com/edilgin/DeepForSpeed) So i built a self driving car with python in need for speed most wanted(2005). I was really impressed when i saw nvidia build their own self driving car with just a single algorithm(cnn) so i decided to try it myself. Basi...
0.97
t3_thsp8c
1,647,686,990
Python
Python for beginners from Harvard CS50x. Starting April 1st. Free course, awesome teacher, explains how computer thinks in terms of programming. 11 weeks 3-9 hours per week! Sign up now, highly recommended.
0.94
t3_ths5wg
1,647,684,560
Python
Red Mail: All you need from an email sender
Hi all, I have made a couple of posts about Red Mail in the past but I recently received some comments feeling this being underrated compared to how useful it really is. So, I hope you don't mind an update, I also just released a new version. So what is Red Mail? It's an email library that aims for simplicity withou...
0.88
t3_thrdr9
1,647,681,015
Python
I created a super simple customizable desktop clock with python
Have you ever wanted to program a simple clock for your desktop? This [Simple Desktop Clock](https://github.com/underpig1/simplest-desktop-clock) uses python's tkinter to create a desktop clock for cleaner layouts. The best part is, you can customize how it looks and where it appears on your screen really easily, and i...
0.89
t3_thqxd6
1,647,678,891
Python
3 Things You Might Not Know About Numbers in Python
0.5
t3_thqu6i
1,647,678,482
Python
The Zen Of Python, One-Liners and Being Pythonic
0.83
t3_thqfid
1,647,676,626
Python
What extension is useful when doing Python in VS code?
Hi! I'm new to using VS code. Before this I was using Spyder and found that VS code to be more complicated (for me). Please do recommend me necessary extension :D
0.67
t3_thpx8i
1,647,674,284
Python
Solution to Ramanujan equations
[https://todaymylearn.blogspot.com/2022/03/solution-to-ramanujan-equations.html](https://todaymylearn.blogspot.com/2022/03/solution-to-ramanujan-equations.html) I made a small program in python to solve Ramanujan equations.
0.46
t3_thplm6
1,647,672,828
Python
PEP 686: Make UTF-8 mode default
0.97
t3_thnk4l
1,647,664,164
Python
Complete Guide to PyGame Setup in 14 mins!
0.7
t3_thmkk7
1,647,660,554
Python
What Python GitHub repos are good examples of best practices?
I've been writing more packages and recently enjoyed looking through Perfect's GitHub. It felt like a good example of code structuring, they implemented their cli well. I even started to look at how they were branching and what they were putting in commit messages. I very frequently work on islands without the oversi...
0.85
t3_thmbi1
1,647,659,670
Python
Euporie: a terminal app for working with Jupyter notebooks
1
t3_thlcky
1,647,656,373
Python
A Happy Success Story and Python!
Hi everyone! ​ I just wanted to share some exciting events, as well as a good story for those maybe demotivated learning Python. ​ Like many of you, I started learning Python (around 3-4 months ago), and quickly felt overwhelmed by just the huge mass of tutorials, libraries, and posts. However...
0.85
t3_thlata
1,647,656,210
Python
Elden Ring Open Source API
Good night tarnished guys and gals. Do we have some developers among us? I made this open-source API that contains all kinds of data scraped from Elden Ring that can be used for all sorts of student projects. So if you're new to programming/web development, loves Elden Ring, and want to build a cool app, feel free to u...
0.93
t3_thl39l
1,647,655,499
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_thiqqa
1,647,648,010
Python
*UPDATED* Random numbers generator list with Mean, Median, Mode and frequency of each number
import random import numpy from statistics import mode import csv import collections #create list list=[] ##random numbers for i in range (100): number= (random.randint(0,10)) #add to list list.append(number) print("Random numbers: "+(s...
0.6
t3_thgvms
1,647,642,439
Python
Random numbers generator list with Mean, Median, Mode and frequency of each number
import random import numpy from statistics import mode import csv #create list list=[] ##random numbers for i in range (100): number= (random.randint(0,10)) #add to list list.append(number) print("Random numbers: "+(str(list))) list.sort() ...
0.33
t3_thdm72
1,647,633,270
Python
I've heard that "if a class is just a constructor and one method, then it should be a function". What is your opinion on this and what are counter examples?
I watched a seminar a few years ago about someone talking about the misuses of OOP in python and talked extensively about the case where people write a class, implement the `__init__()` method and one extra method and that's it. He provided examples and showed functional code that simplifies the solution to a few line...
0.97
t3_th6ztt
1,647,623,696
Python
Resume Generation With Python
0.33
t3_th6lvy
1,647,623,183
Python
Latest Python for Debian GNU/Linux
0.43
t3_th3oai
1,647,616,559
Python
what's sentiment analysis methodology
* Discuss sentimental analysis. * Describe the Python download and installation process. * Define polarity and subjectivity. * Explain the use of textBlobs. * Contrast lemmatization to tokenization * Discuss the POS Tag language. * Explain Bigrams, Trigrams and Ngrams. * List the various Anaconda applications. * Summar...
0.2
t3_th3fc7
1,647,615,880
Python
Python Cybersecurity — Build your own python tools (PortScanner, Visual Network Tracker and Anonymous FTP Scanner)
**Python Cybersecurity — PortScanner** Build a simple Port Scanner using the Python Programming language. Port Scanner is an application designed to probe a server or host for open ports. Such an application may be used by administrators to verify security policies of their networks and by attackers to identify networ...
0.8
t3_th30u3
1,647,614,790
Python
Business logic in Django and Django REST Framework applications
0.69
t3_th2zll
1,647,614,691
Python
Python finally offloads some batteries
0.57
t3_th2ezh
1,647,613,112
Python
Proposed Addition to Python ASYNC.
I'm a big fan of using Python for distributed computing. I have used the Twisted framework for years and the process level support. I love that we now have Future, Async, and Await as a standard part of the language. I've been thinking that the next step has to be merging together the threading and process level into ...
0.5
t3_th04ho
1,647,606,312