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 | so im 30 switching careers from automotive to computers started college for computer science learning python 3 but i feel its going kinda slow learning so much though so i figured I would ask the more knowledgeable people on what i can do in my free time to grow my knowledge more | 0.67 | t3_tz7tcm | 1,649,436,416 | |
Python | Preferred way to connect to a database | Is it a particular ORM, do you use a particular ODBC library, embracing the bleeding edge of speed with Apache Arrow?
What satisfies your data source access needs and why? | 0.78 | t3_tz7aj5 | 1,649,434,965 |
Python | Unix Command Cheat Sheet for Busy Developers | 0.69 | t3_tz62m7 | 1,649,431,679 | |
Python | Scrape Google Play Search Apps in Python | Hey guys, just in case anyone wants to scrape Google Play Store App Search 👀
Full code:
```python
from bs4 import BeautifulSoup
from serpapi import GoogleSearch
import requests, json, lxml, re, os
def bs4_scrape_all_google_play_store_search_apps(
query: str,
... | 0.78 | t3_tz621l | 1,649,431,634 |
Python | Rock-Paper-Scissors-Lizard-Spock Game | from random import randint
# create a list of play options
options = ["Rock", "Paper", "Scissors", "Lizard", "Spock"]
play = True
while play == True:
computer = options[randint(0, 4)]
user_input = input("Please select; Rock, Paper, Scissors, Lizard or Spock\n")
... | 0.74 | t3_tz41db | 1,649,425,971 |
Python | MicroPython pro-tip: Use WebREPL within your IDE | The repetitive process of editing your code in Thonny IDE, switching over to the WebREPL window, re-selecting your edited code file, re-sending it to your ESP32, and going back to Thonny to fix any bugs can get cumbersome and slow.
Here's a visual tutorial on how to use WebREPL within Thonny. Hope it helps you!
[http... | 0.5 | t3_tz3knl | 1,649,424,548 |
Python | br4nch 2.0 - Currently in development! | After recieving alot of helpful feedback and feature requests, I have decided to start the development of version 2.0 for br4nch!
*Please visit:* [*https://br4nch.com*](https://br4nch.com) *for helpful links.*
​
**Here are some of the upcoming features:**
* Renewing alot of arguments and crucial function... | 0.6 | t3_tz38cy | 1,649,423,481 |
Python | Favorite Python Web Framework | Django
FastAPI
Flask
Masonite
Bottle
…other?
Also discuss why | 0.93 | t3_tz2v7b | 1,649,422,377 |
Python | Does clean code equal "Workplace" code | I am a beginner at python and have been following Angela Yu's 100 days of python. I commented on a post regarding my Coffee Machine code been some 400 lines while hers was around 150 lines with the same functionilty.
​
This led me to ask this question of, if code works does it matter if it's clean and pyth... | 0.5 | t3_tyztcm | 1,649,410,916 |
Python | Creating 3D Maps with Python (feat.Mapbox) | **Creating 3D Maps with Python (feat.Mapbox)**
[https://wooiljeong.github.io/python/mapboxgl\_map/](https://wooiljeong.github.io/python/mapboxgl_map/)
Using WGL provided by Mapbox with Python, I visualized apartment prices in Seoul, Korea on a 3D map. The description of the implementation method is in Korean, but th... | 0.57 | t3_tyzbab | 1,649,408,660 |
Python | Backgammon Game | A game of backgammon. Written with Python and Cython. I'm interested in artificial intelligence so this program has an ai and can play against itself. It uses the monte-carlo tree search algorithm.
https://preview.redd.it/xhkqm66ej8s81.png?width=802&format=png&auto=webp&s=60007f6b59c5471f70b98234be65aa6a92... | 0.67 | t3_tyvodx | 1,649,393,370 |
Python | Best 20 Python Program only for Beginners | The Python programming language is one of the most used languages in the world, especially in data analytics. There are many different types of Python projects that you can do. Some of the most common Python project ideas are listed in this blog.
Source Code: [https://www.myguideinfo.com/search/label/python-projects](... | 0.45 | t3_tyvlpg | 1,649,393,079 |
Python | I'm 13, trying to learn Python. | Where/what do you think I should start, learn first, or do you just have any tips?
Also, make sure what ever you're suggesting is free. Please. | 0.79 | t3_tyu7kl | 1,649,388,175 |
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.88 | t3_tyqfk8 | 1,649,376,010 |
Python | With the very little Python experience I have, I coded this little “game” of uno. | [link to the python code](https://www.onlinegdb.com/Z0no-dI4B) | 0.79 | t3_tymxkf | 1,649,365,805 |
Python | Automate Investopedia stock simulator with Investopedia-bot | I made this [program](https://github.com/bassel27/Investopedia-Bot) which allows you to automate Investopedia and compare the stocks you're interested in to take better decisions. What do you think? | 0.6 | t3_tymrnf | 1,649,365,341 |
Python | Abandoned Docker Library? | Apologies if this isn't the right forum to raise this. I'm hoping folks here might have some insight or can point me in the right direction. I have a build tool that relies on the official Docker library for Python:
[https://github.com/docker/docker-py](https://github.com/docker/docker-py)
It seems like this library ... | 0.84 | t3_tylcez | 1,649,361,461 |
Python | Getting started with Python - programming in Python 3. | 0.44 | t3_tyl0o2 | 1,649,360,548 | |
Python | I built an all-in-one Python Web and AI/ML Resources Website | Hey there,
I just built a Python Resources Website. Divided into two main Pages (Web Backend and AI/Machine Learning) for these Resources, the goal is to simplify the search for some of the best React resources such as:
**1) For Python/Backend:**
• Django, Flask, FastAPI Articles
• Django, Flask, FastAPI Forums lat... | 0.58 | t3_tyi792 | 1,649,352,775 |
Python | Send me suggestions | Hello, I am 18 and I have started to code last year. I want to check my code (if it is good or not, send me suggestions ;) ) with this example of the ticktacktoe game in the terminal.
Available here : [https://github.com/FortisCodis/PyTicTacToe](https://github.com/FortisCodis/PyTicTacToe)
Sorry for my bad english I a... | 0.17 | t3_tyhe6o | 1,649,350,514 |
Python | Build a simple bank management system in python with MySQL | 0.33 | t3_tyh72s | 1,649,349,924 | |
Python | Video Introduction to pandas Library in Python | 0.33 | t3_tygobz | 1,649,348,450 | |
Python | Documentation is highly valued, but often overlooked | Hi all, In 2017, Github (opensourcesurveyorg) conducted a survey on open source projects, and we believe that in 2022, some issues are still relevant.
​
https://preview.redd.it/p3nop6uhq4s81.png?width=914&format=png&auto=webp&s=6093f8b9dd8d814002c2b01bff334ecc55f85758
It shows the importance o... | 0.62 | t3_tygibq | 1,649,347,990 |
Python | Maze Creator | I created a website to create and play with mazes.
Website Link: https://desolate-mountain-91027.herokuapp.com/home/
GitHub Link: https://github.com/ShouvikGhosh2048/MazeCreator
I would like feedback on the website and code. | 0.5 | t3_tyg1cd | 1,649,346,669 |
Python | Add machine learning to your apps easily with Google's MediaPipe and Python (Beginner's Guide) | Hey everyone!
**I just released** [**this beginner's guide**](https://www.assemblyai.com/blog/mediapipe-for-dummies/) **to using MediaPipe in Python**. MediaPipe provides really easy-to-use APIs for common ML tasks like hand recognition, face tracking, object detection, and more! You can use it to add ML to apps for t... | 0.8 | t3_tyftwn | 1,649,346,097 |
Python | Friends and I are tired of online tutorials so we’re running a cohort for learning Python with competitive team games | Hi, we’re a group of 4 friends who are working on something we think is cool but want to hear what you think! We’re super early in working on this - if you want this to exist, register interest on [https://delta-academy.xyz](https://delta-academy.xyz/) :)
The best experiences we had when learning Python were working o... | 0.9 | t3_tye97u | 1,649,341,649 |
Python | Palmette JS | Python and other language template generator. | Hi everyone,
I recently made this CLI app that can generate a lot of templates (many in python) of different programming language. Can I ask for a review? Is this a good idea or nah?
(You can install it with "npm install -g palmette-js")
[https://github.com/PalmetteJS/Palmette-js](https://github.com/PalmetteJS/Palm... | 0.67 | t3_tycthh | 1,649,337,218 |
Python | Making a face-controlled keyboard (Python OpenCV + MediaPipe) | 0.33 | t3_tycls0 | 1,649,336,539 | |
Python | Rtree 1.0 released | 0.77 | t3_tyb398 | 1,649,331,385 | |
Python | How to summarize text with Python and machine learning | Summarization is a very common task that many developers would like to automate. For example wouldn't it be nice to automatically create a summary of each blog article you're writing? Or automatically summarize documents for your employees? Tons of good applications exist.
In this article I'm showing how easy it is... | 0.85 | t3_tyazf7 | 1,649,330,969 |
Python | extreqs: parsing package extras from a requirements.txt | I found myself writing the same logic in a couple of `setup.py` scripts so wrote a package to do it: https://pypi.org/project/extreqs/
Broadly, it parses your `extras_require` dict from your `requirements.txt` file using special comments rather than having to define the same thing twice.
As noted in the documentation... | 0.67 | t3_tyapmu | 1,649,329,932 |
Python | GitHub - corpnewt/ProperTree: Cross platform GUI plist editor written in python. | 0.5 | t3_ty8hba | 1,649,320,332 | |
Python | How To Learn Python | 0.33 | t3_ty8fp5 | 1,649,320,121 | |
Python | I made a game from scratch in 48 hours for the Ludum Dare with Python | I made all of the code, artwork, sfx, etc. solo during the 48 hours of the Ludum Dare as required by the rules.
https://i.redd.it/acex0iv0y1s81.gif
The game (and its source) are available here:
[https://dafluffypotato.itch.io/explont](https://dafluffypotato.itch.io/explont)
I also [livestreamed almost all of the de... | 0.97 | t3_ty6yvn | 1,649,313,627 |
Python | Dockersh : A shell for docker commands with autocomplete | Hi everyone,
I was learning Docker and felt that it was hard to remember all the commands and various arguments. I also kept forgetting the names of my containers & images so I decided to build a CLI for Docker using Prompt Toolkit. Hopefully it will be useful for those of you learning & working with devops. L... | 0.67 | t3_ty6f0a | 1,649,311,338 |
Python | Continuous feedback and the 'definition of done' | Hey! I wrote a post about what I see is sometimes the short fallings of 'definition of done'. Wonder whether you guys agree with it and have been dealing with such issues?
[https://betterprogramming.pub/youre-never-done-by-definition-c04ac77c616b](https://betterprogramming.pub/youre-never-done-by-definition-c04ac77c61... | 0.5 | t3_ty5lnw | 1,649,308,203 |
Python | What is the best Python -> direct executable package / compiler today? (April,2022) | I need to create a few applications that I want to distribute as executables, the options I'm aware of are:
Nuitka
pyinstaller
py2exe
py2app
What else is out there, and what is the BEST?
I'm looking to create a couple of cli's using click, and a couple of GUI's using DearPyGui | 0.93 | t3_ty36vb | 1,649,299,895 |
Python | Pong game in just 14 lines. | import pygame
pygame.init()
win = pygame.display.set_mode((800, 600))
clock = pygame.time.Clock()
rects = [pygame.Rect(0, 0, 20, 60), pygame.Rect(780, 0, 20, 60), pygame.Rect(390, 290, 20, 20)]
ball_vel = [5, 5]
while clock.tick(60) and not pygame.QUIT in [event.type for event in pygame.eve... | 0.83 | t3_ty15no | 1,649,293,551 |
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_txzwcj | 1,649,289,609 |
Python | I made the game Wordle in Python | This game is somewhat similar to hangman.
You try to guess a random 5 letter word and the game will tell you the if the placement of each letter is correct or not. Example:
```
O - correct place
? - right letter, wrong place
X - letter is present in word
Word we're looking for: hello
Your word (input): house
Output... | 0.72 | t3_txvx5q | 1,649,278,243 |
Python | The last Python 3.11 alpha (3.11.0a7) is available | 0.95 | t3_txuukh | 1,649,275,361 | |
Python | Continuous Feedback over code | Hey everyone! We made something! I wanted to get your feedback on our new open-source platform - Digma. Digma provides observability 🔭 over code and makes it relevant to feature development. It gleans code-relevant insights from OpenTelemetry and other sources and provides in-code feedback 💻. [https://github.com/di... | 0.57 | t3_txrs93 | 1,649,267,039 |
Python | Blog API built with FastAPI, MySQL, SQLAlchemy, and Alembic | 0.75 | t3_txrlz4 | 1,649,266,567 | |
Python | A practical introduction solving differential equations numerically | 0.83 | t3_txq7d2 | 1,649,262,787 | |
Python | Configpile: a modern, typed argparse replacement | I started documenting astronomy code written by a PhD student, and wanted a command-line parsing library that would be self documenting.
Thus [ConfigPile](https://denisrosset.github.io/configpile/) was born! It's based on dataclasses with annotated types.
Sample code (imports omitted):
@dataclass(frozen=True)
... | 0.83 | t3_txq6ch | 1,649,262,713 |
Python | Show the songs that you are listening to on Telegram. (Like Discord's "Listening to") [Recently updated] | 0.5 | t3_txp8kf | 1,649,260,175 | |
Python | UNPHAT method for designing apps | I found this to be very useful when thinking about the most important part of writing apps: understanding what to solve and how. It's from https://news.ycombinator.com/item?id=30931831.
Next time you find yourself Googling some cool new technology to (re)build your architecture around, I urge you to stop and follow U... | 0.67 | t3_txoq2p | 1,649,258,798 |
Python | I made a small tool to apply "color palette restriction" on images ! | I got inspired by /r/place and I wanted to exercice my python skills so I tried to make a tool to redraw images with a specific color palette (/r/place color palette)
Here are some examples :
[Reference image](https://preview.redd.it/3p4us69n7xr81.jpg?width=494&format=pjpg&auto=webp&s=0535c1eed010716f0535... | 0.97 | t3_txnuzx | 1,649,256,498 |
Python | YAML: The Missing Battery in Python | 0.88 | t3_txmfli | 1,649,252,420 | |
Python | Programming projects for Physics in Python | So I am looking for some projects to do in Physics using Python ,when I searched for the same in Quora ,it was too hard to even comprehend .
I am ready to do some reading if it is needed ,I don't like learning Python just through some courses ,I think that learning by creating projects will be a good motivation.
I ha... | 0.79 | t3_txm6zl | 1,649,251,713 |
Python | hello this could be an english vocabulary question, what does comprehension mean from 'List Comprehension'? I already learned that is like set builder notation | 0.61 | t3_txk1nm | 1,649,244,748 | |
Python | Scrape Naver Related Search Results with Python |
Full DIY code:
```python
import requests, json
from parsel import Selector # https://parsel.readthedocs.io/
# https://docs.python-requests.org/en/master/user/quickstart/#passing-parameters-in-urls
params = {
"query": "minecraft", # search query
"where": "web" # web results. works with nexearch as w... | 0.4 | t3_txif8z | 1,649,238,341 |
Python | Extending pylint with plugins | 0.5 | t3_txfsuz | 1,649,226,686 | |
Python | A Practical Introduction To Web Scraping With Python | 0.96 | t3_txf65f | 1,649,224,130 | |
Python | Python email sender | Hi everyone, I have created a script that sends an email to whoever I want using data retrieved from an API (I chose News API, and it will send me the top 20 news of the day).
[https://github.com/jrodriigues/news-email-sender](https://github.com/jrodriigues/news-email-sender)
Take a look, let me know what you think,... | 0.56 | t3_txd85l | 1,649,217,069 |
Python | I made my first ever programming assignment into a youtube tutorial | 0.5 | t3_txbulk | 1,649,212,511 | |
Python | Termtyper - Typing in terminal is fun ! | Termtyper is a TUI (Text User Interface) typing application that provides you a great feel with typing with a lot of options to tweak!
It is highly inspired by [monkeytype](https://monkeytype.com/)
It is built on top of [textual](https://github.com/Textualize/textual) which provides the UI for the application
github... | 0.82 | t3_txbsdd | 1,649,212,316 |
Python | Wednesday Daily Thread: Beginner questions | New to Python and have questions? Use this thread to ask anything about Python, there are no bad questions!
This thread may be fairly low volume in replies, if you don't receive a response we recommend looking at r/LearnPython or joining the Python Discord server at [https://discord.gg/python](https://discord.gg/pytho... | 1 | t3_tx8uqj | 1,649,203,209 |
Python | Why and how to use conda? | I'm a data scientist and my main is python. I use quite a lot of libraries picked from github. However, every time I see in the readme that installation should be done with conda, I know I'm in for a bad time. Never works for me.
Even installing conda is stupid. I'm sure there is a reason why there is no "apt install... | 0.9 | t3_tx73j8 | 1,649,198,092 |
Python | Online coding video tutorials - Opinions | Hello everyone,
I am currently creating some space science + Python [YouTube tutorials](https://youtube.com/c/Astroniz). In these videos I do some coding and provide some explanations on what I am doing, the science behind it etc.
Now I was wondering whether this is a good approach at all. I really like creating some... | 0.6 | t3_tx6k1q | 1,649,196,551 |
Python | Rubik's Cube Model in Python using OOP | I've been thinking for a while about developing a model to simulate a Rubik's cube in Python. I wanted to make use of object-oriented programming, and this project was the perfect excuse to get down to work. 💻⌨️🖖
https://carlosgrande.me/rubiks-cube-model/ | 0.78 | t3_tx6gfb | 1,649,196,238 |
Python | What happened between SciPy creater Travis Oliphant and Enthought? | I was listening to his interview on the [Lex Friedman podcast](https://open.spotify.com/episode/2U2AkSSuAzmZi7nmGzJboW?si=28e8c7d915e04f75) and he mentioned that he is no longer friends with the founder of Enthought because he started Anaconda. I can't find any details online, does anyone know the story? | 0.79 | t3_tx67bv | 1,649,195,579 |
Python | My first package to pypi. Connpy: Network connection manager and automation module | Hi!
So a little bit of background, I'm a network engineer (ccie), with 10+ years of experience in networking, and i'm a really lazy guy so usually i try to automate and script everything. long time ago i created my bash connection manager and been using it since. A month ago i decided it was time to upgrade it to pyth... | 0.67 | t3_tx604l | 1,649,195,030 |
Python | "Bicycle or Metro": My first interactive web app using Dash/Flask. | I collected data from the Google Direction API and built an interactive app comparing travel duration times between Bicycle and Public Transportation in Santiago, Chile.
Each specific route to a point in the map can be accessed by clicking on the destination point, and the relevant information will be displayed.
The ... | 0.81 | t3_tx4xj4 | 1,649,192,222 |
Python | Create a timelapse of any canvas area and any timeframe of r/place | [(Github) Source code and download](https://github.com/gislerro/rplace-cropped-timelapse-creator)
Configuration in the config.yaml file:
* range of images to create timelapse for [(archive of snapshots here)](https://rplace.space/combined/)
* granularity of frames (take every n-th image - determines speed of timelaps... | 0.87 | t3_tx3x67 | 1,649,189,564 |
Python | Applications of Python | Hey! Anyone who is interested in learning about the applications of python in the field of automation should check out [this](https://medium.com/@Nick_27/automation-using-python-66ec75a6b0ba) article.
It really encourages you to learn more about the language! | 0.3 | t3_tx0enu | 1,649,180,149 |
Python | Learning Python | Python just makes so much freaking sense! LOVING IT!! | 0.8 | t3_tx0cns | 1,649,179,997 |
Python | Running 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 minu... | 0.4 | t3_tx097t | 1,649,179,745 |
Python | As of today, how well does Anaconda run on M1 MacBook Pro? | Last year, there was an article from the developer that they were working on M1 version of the software suite. However, I don't seem to hear any news after that. Are they still working on it? I recall there were some compatibility issues with some packages last year. How well does it run on M1 MacBook Pro as of today? ... | 0.75 | t3_tww564 | 1,649,168,665 |
Python | Attending my first PyCon US 2022 (SLC) - tips? | What recommendations would you have for someone new to this conference?
I am new to programming and a beginner learning python (self-taught). Hoping to network, learn about new ideas to get my excited, and do some running in a new place. | 0.9 | t3_twr5wj | 1,649,151,796 |
Python | Reason to go from Python3.9 to 3.10 ? | I don't find and real advantages and all i have to do works fine on 3.9.
Change my mind. | 0.42 | t3_twq7my | 1,649,147,520 |
Python | I'm presenting live in 6 hours at Microsoft Reactor online about troubleshooting Python applications, especially on Kubernetes. (Part 2 of the Python on Kubernetes series.) Let me know your questions in advance | 0.89 | t3_twpt1m | 1,649,145,681 | |
Python | Python Firebird-driver 1.4.3 released | 0.71 | t3_twpopx | 1,649,145,186 | |
Python | How to Execute SQL Queries in Python and R Tutorial | 0.58 | t3_twpo9w | 1,649,145,127 | |
Python | Community for Python app developers | Hey, I'm curious if there is a dedicated community of Python developers who are making apps with frontend interface. (As opposed to data analysis or training ML models).
For example, developers who are using Streamlit or Anvil. (Are there any other big ones?)
Do you know any such communities? | 0.64 | t3_twpbuw | 1,649,143,631 |
Python | Python and the Truth | Hi folks,
Excited to share some notes on Python's Truth values, their internals, and possible applications.
[https://towardsdatascience.com/python-and-the-truth-90cf08380246](https://towardsdatascience.com/python-and-the-truth-90cf08380246)
Thanks and happy reading! | 0.5 | t3_twoqza | 1,649,141,265 |
Python | Why is Python becoming indispensable in IoT Industry? | IoT Applications are usually pre-built SaaS (software-as-a-service) applications. These can present and analyze captured IoT sensor data to businesses via dashboards. They use machine learning algorithms and analyze huge amounts of connected sensor data in the cloud. Real-time IoT alerts and dashboards provide you... | 0.27 | t3_two0m1 | 1,649,138,209 |
Python | I got a little problem with my visualization program. | I find a great code of visualizing the PSO algorithm in 2D. And I tried to change it into 3D.I've done the majority part of it, but now the particles just don't update, they superpose over the old ones.
[Figure shows like this](https://preview.redd.it/fhiagfvecnr81.png?width=1102&format=png&auto=webp&s=6ed... | 0.5 | t3_twm7ke | 1,649,131,590 |
Python | Visualize Differential Equations | [https://www.youtube.com/watch?v=gH47pQHeKDE](https://www.youtube.com/watch?v=gH47pQHeKDE)
Normalize for your highest order derivative and plug in your initial conditions to numerically solve any differential equation | 0.57 | t3_twjqds | 1,649,123,664 |
Python | Use nested GitHub Action Runners to reduce costs by up to 50% for multiple jobs in one workflow | 0.9 | t3_twhorh | 1,649,117,806 | |
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 ... | 0.72 | t3_twha21 | 1,649,116,810 |
Python | Predicting the Champions League with Python! (21/22) | 0.67 | t3_twgvyu | 1,649,115,763 | |
Python | I published my first tutorial on YouTube: Insertion sort explained + Python code | 0.71 | t3_twe9kh | 1,649,109,341 | |
Python | I made use of Zoho Sheets and used it as a database engine | I started working on this yesterday and have just finished rewriting it into classes and publishing it as a PyPI project :)
This module uses Zoho Sheets (which is completely free to use) as a way to store data.
I'm keen on the development of ZohoDB.py and aiming to keep improving it's performance in order to make it a... | 0.86 | t3_tw954f | 1,649,096,725 |
Python | Create python logo on r/place | I in the r/place we can create a python logo on 384,1618 | 0.29 | t3_tw8p3f | 1,649,095,625 |
Python | Voice Controlled Switch Using Arduino & Python | 1 | t3_tw8ace | 1,649,094,644 | |
Python | Python f-strings Are More Powerful Than You Might Think | 0.93 | t3_tw69i5 | 1,649,089,724 | |
Python | Book for python network programming | Hey folks, can you please recommend a good book(s) for network programming? Something that would cover subjects from low level TCP/IP, to SMTP/SSH/HTTP/etc libraries? Thanks in advance! | 1 | t3_tw5tru | 1,649,088,639 |
Python | Head-first Kubernetes - A hands-on tutorial for beginners | 0.85 | t3_tw50n4 | 1,649,086,671 | |
Python | Active Learning in Machine Learning Explained | 0.57 | t3_tw4o2v | 1,649,085,795 | |
Python | Can my IT department tell (without any sortve deep dive) that I'm using a python script to login? | I have to do timesheets for my crew every morning, and it takes about twenty minutes a day. I've long since thought I could automate this, and write a little proof of concept and it worked.
It would however involve using pyautogui to enter my login information including password into our time management software. Do ... | 0.95 | t3_tw2ozp | 1,649,080,757 |
Python | StackSocial Discount. Are their courses any good? | I saw that they were offering a 'complete Python certification bundle' for $35 'reduced from $2k' if you can believe that.
I'm beginner to intermediate - written some Flask websites and programmed some automated stuff, so I was wondering if anyone would recommend this sort of thing to get into Python programming prof... | 0.43 | t3_tw2ihc | 1,649,080,260 |
Python | Rock, Paper, Scissors | LMK what I can do differently. Thanks!
​
running = True
while running:
player1 = input(" (Player1) Rock, Paper, or Scissors:\\n >")
player2 = input(" (Player 2) Rock, Paper, or Scissors:\\n >")
if player1.lower() == "rock" and player2.lower() == "scissors":
print("Player 1 Wins!") ... | 0.6 | t3_tw0wkp | 1,649,075,628 |
Python | Solving and Animating the 3D Double Pendulum in Python: Sympy for algebra, Scipy for numerically solving differential equations, and vpython for 3D animation | 0.81 | t3_tw0eck | 1,649,073,978 | |
Python | ConfigParser - manage user-editable settings for your Python programs | 0.43 | t3_tvzwqb | 1,649,072,412 | |
Python | Scraping Naver Videos in Python | Full code:
```python
import requests, os, json
from parsel import Selector
def parsel_scrape_naver_videos():
params = {
"query": "minecraft", # search query
"where": "video" # video results
}
headers = {
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit... | 0.5 | t3_tvzlgk | 1,649,071,317 |
Python | Creating A Modern Python Development Environment | 0.69 | t3_tvyvov | 1,649,068,761 | |
Python | Different types of implementation of polymorphism | Hi All,
I am reading about OOP in python and wonder if we implement ` __add__`, `__sub__` etc, it looks to me thst we are doing operator overloding. So my question is, that is it correct to think like that and does this implementation falls under AdHoc polymorphism in python.
Thanks
Pradeep | 0.6 | t3_tvx5ee | 1,649,061,795 |
Python | CaptchaCracker - Deep Learning-based Captcha Recognizer | Hello!
I made a python open source project.
**Github Repository:** [https://github.com/WooilJeong/CaptchaCracker](https://github.com/WooilJeong/CaptchaCracker)
# CaptchaCracker
## Introduction
CaptchaCracker is an open source Python library that provides functions to create and apply deep learning models for Captc... | 0.56 | t3_tvwizf | 1,649,059,109 |
Python | QualityScaler 1.1.0 - Image/video upscaling & enhancement GUI app based on BRSGAN & RealSR_JPEG | Image/video upscaling GUI app based on BRSGAN & RealSR\_JPEG
[GUI interface](https://preview.redd.it/9rxldsstugr81.png?width=1392&format=png&auto=webp&s=4760f210cb169dc95679b5a5183ed0e142cbbad4)
## Links.
Github -> [https://github.com/Djdefrag/QualityScaler/releases/tag/1.1.0](https://github.com/D... | 0.83 | t3_tvwbu7 | 1,649,058,226 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.