[question] Using Gradle as Python build tool: https://www.reddit.com/r/Python/comments/7kdlkp/question_using_gradle_as_python_build_tool/
reddit
[question] Using Gradle as Python build tool • r/Python
I'm trying to setup a gradle build for a python project (i.e. for pylint, pyuinit, dependency management etc) Does anyone know an open source...
Annotating Django querysets with ForeignKey Counts subject to conditions: https://stackoverflow.com/questions/47823045/annotating-django-querysets-with-foreignkey-counts-subject-to-conditions
Stack Overflow
Annotating Django querysets with ForeignKey Counts subject to conditions
Here is a simplified version of my models:
class Airport(models.Model):
iata = models.CharField()
name = models.CharField()
latitude = models.FloatField()
longitude = models.FloatF...
class Airport(models.Model):
iata = models.CharField()
name = models.CharField()
latitude = models.FloatField()
longitude = models.FloatF...
An educational blockchain implementation in Python: https://github.com/julienr/ipynb_playground/blob/master/bitcoin/dumbcoin/dumbcoin.ipynb
GitHub
ipynb_playground/bitcoin/dumbcoin/dumbcoin.ipynb at master · julienr/ipynb_playground
Various ipython notebooks. Contribute to julienr/ipynb_playground development by creating an account on GitHub.
[help] Bulk Parsing of PGN files using python: https://www.reddit.com/r/Python/comments/7kdw3j/help_bulk_parsing_of_pgn_files_using_python/
reddit
[help] Bulk Parsing of PGN files using python • r/Python
Hi guys, I want to analyze over 2million PGN games of chess in Python. I'm using the python-chess library to reduce the data into a tabular...
Please help me with python basics guys: https://www.reddit.com/r/Python/comments/7kdzvj/please_help_me_with_python_basics_guys/
reddit
Please help me with python basics guys • r/Python
i have some different question to some codes and hope you could help a absolute beginner with that 1) when do i use return? an example? 2) to...
Is python capable of doing this?: https://www.reddit.com/r/Python/comments/7ke2r6/is_python_capable_of_doing_this/
reddit
Is python capable of doing this? • r/Python
I want to make a Deep learning machine that is -going to learn in real time (q learning), -going to be connected to the web game, -going to...
Course - Python and Django Full Stack Web Developer Bootcamp: https://www.reddit.com/r/Python/comments/7ker6b/course_python_and_django_full_stack_web_developer/
reddit
Course - Python and Django Full Stack Web Developer... • r/Python
2 points and 0 comments so far on reddit
Reading fortune dat files with python using structs: https://www.reddit.com/r/Python/comments/7keum1/reading_fortune_dat_files_with_python_using/
reddit
Reading fortune dat files with python using structs • r/Python
1 points and 0 comments so far on reddit
Torrench: Command line torrent search program - Torrent Search made quick and simple (cross-platform): https://www.reddit.com/r/Python/comments/7kf125/torrench_command_line_torrent_search_program/
reddit
Torrench: Command line torrent search program - Torrent... • r/Python
2 points and 0 comments so far on reddit
egghead.io is teaching python now?: https://www.reddit.com/r/Python/comments/7kfjbq/eggheadio_is_teaching_python_now/
reddit
egghead.io is teaching python now? • r/Python
I don't know when they started but it looks like [egghead.io)[https://egghead.io/browse/languages/python] is offering python courses. Egghead has...
Examples of microservice based applications: https://www.reddit.com/r/Python/comments/7kfb11/examples_of_microservice_based_applications/
reddit
Examples of microservice based applications • r/Python
Hello, i am looking for examples (open source, repositories on Github, articles etc.) of microservice based applications. The most interesting...
Pythonista 3 (iOS) and other apps? Any recommendations?: https://www.reddit.com/r/Python/comments/7kfh6o/pythonista_3_ios_and_other_apps_any/
reddit
Pythonista 3 (iOS) and other apps? Any recommendations? • r/Python
Hi everyone, I did the Ruby and Python courses on codecademy, then downloaded Spyder (I still can't get this damn Anaconda Navigator to start.. I...
How to save a file on the cluster: https://stackoverflow.com/questions/47828907/how-to-save-a-file-on-the-cluster
Stack Overflow
How to save a file on the cluster
I'm connected to the cluster using ssh and I send the program to the cluster using
spark-submit --master yarn myProgram.py
I want to save the result in a text file and I tried using the following
spark-submit --master yarn myProgram.py
I want to save the result in a text file and I tried using the following
[Project Help] I want to see the color of a group of pixels in an open window. What do I need to do?: https://www.reddit.com/r/Python/comments/7kgmu9/project_help_i_want_to_see_the_color_of_a_group/
reddit
[Project Help] I want to see the color of a group of... • r/Python
Hi, I'm a novice (self-learned) programmer and I want to work on a project over the winter break. I want to write a program that can check a set...
javascript without javascript...python?: https://www.reddit.com/r/Python/comments/7kgltx/javascript_without_javascriptpython/
reddit
javascript without javascript...python? • r/Python
I have written an html5 textbook - currently just words and images - which I'd like to now make interactive with eventually animations, plotting...
Programming to help my company: https://www.reddit.com/r/Python/comments/7kgyb1/programming_to_help_my_company/
reddit
Programming to help my company • r/Python
I'm new to code / programming. I have always had an interest in computers and especially excel. I like recording macros but the coding element is...
Requests partially load JSON instead of saving it: https://www.reddit.com/r/Python/comments/7kh2f3/requests_partially_load_json_instead_of_saving_it/
reddit
Requests partially load JSON instead of saving it • r/Python
Hey, I am working on a script that will be used on a low memory device. (running micropython) Because of the memory issue, I cant load a proper...
Looking for topic-specific libraries built on NumPy to use as examples to emulate.: https://www.reddit.com/r/Python/comments/7kgy43/looking_for_topicspecific_libraries_built_on/
reddit
Looking for topic-specific libraries built on NumPy to... • r/Python
Hey guys, Wondered if anyone knew of some well done, but fairly beginner/intermediate level open source libraries built off of numpy for one to...