Tower defense game made in Python: https://www.reddit.com/r/Python/comments/7jld2i/tower_defense_game_made_in_python/
reddit
Tower defense game made in Python
This is a fun tower defense game created by a first-year college student using Python and the [Arcade](http://arcade.academy) library. * [Video...
MicroPython Captive Portal for Network Settings: https://www.reddit.com/r/Python/comments/7jlxgg/micropython_captive_portal_for_network_settings/
reddit
MicroPython Captive Portal for Network Settings • r/Python
Using [a demo](https://github.com/amora-labs/micropython-captive-portal) from GitHub for a captive portal as my starting point, I re-hashed the...
Pyinstaller export identified as virus: https://www.reddit.com/r/Python/comments/7jm9br/pyinstaller_export_identified_as_virus/
reddit
Pyinstaller export identified as virus • r/Python
Hi everyone :) I made a very simple script and I exported it to exe using pyinstaller. Than, I uploaded it to google drive and it said it has...
A fun tutorial on getting started with Python. I wish my CS 101 class was taught like this.: https://www.reddit.com/r/Python/comments/7jmgsl/a_fun_tutorial_on_getting_started_with_python_i/
reddit
A fun tutorial on getting started with Python. I wish... • r/Python
3 points and 0 comments so far on reddit
Very weird issue with import: https://stackoverflow.com/questions/47748824/very-weird-issue-with-import
Stackoverflow
Very weird issue with import
I'm hitting a very weird issue.
Edit: Adding full details:
virtualenv -p python3 testenv
cd testenv
source bin/activate
django-admin startproject blah
cd blah
mkdir modules
vi modules/stash.py
pip
Edit: Adding full details:
virtualenv -p python3 testenv
cd testenv
source bin/activate
django-admin startproject blah
cd blah
mkdir modules
vi modules/stash.py
pip
Getting data from multiple databases with same tablenames in django: https://stackoverflow.com/questions/47750439/getting-data-from-multiple-databases-with-same-tablenames-in-django
Stack Overflow
Getting data from multiple databases with same tablenames in django
I need to get data from different imported MySQL-databases in Django
(Django 1.11.7, Python 3.5.2).
I run manage.py inspectdb --database '<db>' and then use the models in django.
Until now, I
(Django 1.11.7, Python 3.5.2).
I run manage.py inspectdb --database '<db>' and then use the models in django.
Until now, I
Is there a way to create script that tricks Google Recaptcha?: https://www.reddit.com/r/Python/comments/7jiksu/is_there_a_way_to_create_script_that_tricks/
reddit
Is there a way to create script that tricks Google... • r/Python
I was thinking that since the way Google Recaptcha uses mouse movements and clicks to determine if you are a bot or not is there a way to create a...
Create J.A.R.V.I.S With Python | A Voice Activated Desktop Assistant Tutorial | Feedback Appreciated!: https://www.reddit.com/r/Python/comments/7jnggd/create_jarvis_with_python_a_voice_activated/
reddit
Create J.A.R.V.I.S With Python | A Voice Activated... • r/Python
1 points and 0 comments so far on reddit
Exscript: How do I switch between interactive and non interactive sessions?: https://stackoverflow.com/questions/47399913/exscript-how-do-i-switch-between-interactive-and-non-interactive-sessions
Stackoverflow
Exscript: How do I switch between interactive and non interactive sessions?
I am trying to programaticaly open a session with a Unix server and then release the control to the user of the script till Ctrl+y is pressed after which the program should take control
I am using
I am using
How to build python app that connects to local IP address: https://www.reddit.com/r/Python/comments/7jo1ow/how_to_build_python_app_that_connects_to_local_ip/
reddit
How to build python app that connects to local IP address • r/Python
Hi. Sorry if I'm not wording this correctly, but I'm trying to figure out how to even begin building a python app that would connect to a bridge...
Generate a Bitcoin Wallet in Python?: https://www.reddit.com/r/Python/comments/7jnq7z/generate_a_bitcoin_wallet_in_python/
reddit
Generate a Bitcoin Wallet in Python? • r/Python
Hello, Are there any script's, library's etc exactly like this... https://pypi.python.org/pypi/pywallet/0.0.3 I get the following error but what...
Python Developer need (Small freelancing work) Budget: 50 CAD: https://www.reddit.com/r/Python/comments/7jok4n/python_developer_need_small_freelancing_work/
reddit
Python Developer need (Small freelancing work) Budget:... • r/Python
Hello, I have a python program that can mine data and show output in the console. I need someone to make a rest API so that I can run the python...
Python project challenge - scrapy tutorial - in virtual desktop environment: https://www.reddit.com/r/Python/comments/7join1/python_project_challenge_scrapy_tutorial_in/
reddit
Python project challenge - scrapy tutorial - in virtual... • r/Python
1 points and 0 comments so far on reddit
I had a tech interview and it wasn't up to scratch: https://www.reddit.com/r/Python/comments/7jorga/i_had_a_tech_interview_and_it_wasnt_up_to_scratch/
reddit
I had a tech interview and it wasn't up to scratch • r/Python
The task was to find the most frequent words within a file of text. #! /usr/local/bin/python3 import argparse from collections import...
Show HN: Python library for functional programming: https://github.com/EntilZha/PyFunctional
GitHub
GitHub - EntilZha/PyFunctional: Python library for creating data pipelines with chain functional programming
Python library for creating data pipelines with chain functional programming - EntilZha/PyFunctional
So where do you all write your python code?: https://www.reddit.com/r/Python/comments/7joyok/so_where_do_you_all_write_your_python_code/
reddit
So where do you all write your python code? • r/Python
I'm doing the codecademy tutorial for python right now, but I want to be able to create code by myself and experiment. I downloaded python, but it...
Pair programming unit test request: https://www.reddit.com/r/Python/comments/7jozn0/pair_programming_unit_test_request/
reddit
Pair programming unit test request • r/Python
Would anyone be able to help me out pair programming unit tests Thursday please? I’m writing a module that reads a csv file and uses it to call...