cronicle, backup archives rotation triggered by cron: https://www.reddit.com/r/Python/comments/7oku4y/cronicle_backup_archives_rotation_triggered_by/
reddit
cronicle, backup archives rotation triggered by cron • r/Python
3 points and 1 comments so far on reddit
Powerful Python: a guidebook for the intermediate Python Programmer: https://www.reddit.com/r/Python/comments/7okz1h/powerful_python_a_guidebook_for_the_intermediate/
reddit
Powerful Python: a guidebook for the intermediate... • r/Python
3 points and 0 comments so far on reddit
Show HN: Eel – a simple Python library for making little HTML GUI applications: https://github.com/ChrisKnott/Eel?
GitHub
GitHub - python-eel/Eel: A little Python library for making simple Electron-like HTML/JS GUI apps
A little Python library for making simple Electron-like HTML/JS GUI apps - python-eel/Eel
Charlotte Python User's Group: https://www.reddit.com/r/Python/comments/7olapn/charlotte_python_users_group/
reddit
Charlotte Python User's Group • r/Python
Hi, I am very pleased to announce a new Python User's Group in Charlotte, with the goal of meeting monthly in person (and occasionally online as...
Is the humblebundle on python resources worth it?: https://www.reddit.com/r/Python/comments/7omdyt/is_the_humblebundle_on_python_resources_worth_it/
reddit
Is the humblebundle on python resources worth it? • r/Python
Interested in learning python and was wondering if any of the books that are listed are better than free online resources. ...
How do I use Django to execute PostGIS query to get polygons within four points?: https://www.reddit.com/r/Python/comments/7omypl/how_do_i_use_django_to_execute_postgis_query_to/
reddit
How do I use Django to execute PostGIS query to get... • r/Python
1 points and 0 comments so far on reddit
Someone help make sense of this order of parameters?: https://www.reddit.com/r/Python/comments/7omtg6/someone_help_make_sense_of_this_order_of/
reddit
Someone help make sense of this order of parameters? • r/Python
in the book it says print ("Roosters", 100 - 25 * 3 % 4) which has a result of 97. HOW? i know division comes first before subtraction but idk how...
Classifying a Face as Happy/Unhappy and Face Recognition using Deep Convolution Net with Keras in Python: https://www.reddit.com/r/Python/comments/7on6gn/classifying_a_face_as_happyunhappy_and_face/
reddit
Classifying a Face as Happy/Unhappy and Face... • r/Python
2 points and 0 comments so far on reddit
I'm already learning Python from a course in Udemy can someone help me with something about for loops!: https://www.reddit.com/r/Python/comments/7onjhj/im_already_learning_python_from_a_course_in_udemy/
reddit
I'm already learning Python from a course in Udemy can... • r/Python
IPAdress = input("Enter an IP adress") segment = 1 SegmentLength = 0 character = "" for character in IPAdress: if character == ".": ...
Python decorators they don't tell you about: https://github.com/hchasestevens/hchasestevens.github.io/blob/master/notebooks/the-decorators-they-wont-tell-you-about.ipynb
GitHub
hchasestevens.github.io/notebooks/the-decorators-they-wont-tell-you-about.ipynb at master · hchasestevens/hchasestevens.github.io
A collection of miscellaneous thoughts that aren't on my blog. - hchasestevens/hchasestevens.github.io
Explaining a AI Rock, Paper, Scissors Program: https://www.reddit.com/r/Python/comments/7op9xt/explaining_a_ai_rock_paper_scissors_program/
reddit
Explaining a AI Rock, Paper, Scissors Program • r/Python
Hello Reddit! This is my first post and I need some help. Can Anyone explain to me how this code works (line by line breakdown would be great) and...