Heads up guys! Python Crash Course: A Hands-On, Project-Based Introduction to Programming (book) is on sale at the moment for $24.07 (-40%): https://www.reddit.com/r/Python/comments/5c7nb0/heads_up_guys_python_crash_course_a_handson/
reddit
Heads up guys! Python Crash Course: A Hands-On,... • /r/Python
0 points and 0 comments so far on reddit
Anyone know a working RTF parser which is Python 3 compatible?: https://www.reddit.com/r/Python/comments/5c7w7q/anyone_know_a_working_rtf_parser_which_is_python/
reddit
Anyone know a working RTF parser which is Python 3 compatible?
For some reasons I need to parse simple RTF (Rich Text Format) data using Python 3. Parsing such kind of data is obviously not an easy job, so I'm...
Retrieving bounding box and bezier curve data for all glyphs in a .ttf font file in python: http://stackoverflow.com/questions/40437308/retrieving-bounding-box-and-bezier-curve-data-for-all-glyphs-in-a-ttf-font-file
Stack Overflow
Retrieving bounding box and bezier curve data for all glyphs in a .ttf font file in python
I am interested in extracting the quadratic bezier curve information of all glyphs in a given ttf file. Currently, using the ttfquery library in python, I am able to extract the contours of a given...
I've started a blog for algorithmic trading in Python. Check out topics on Pairs Trading and Technical Indicators: https://www.reddit.com/r/Python/comments/5c8fw2/ive_started_a_blog_for_algorithmic_trading_in/
reddit
I've started a blog for algorithmic trading in Python.... • /r/Python
1 points and 0 comments so far on reddit
Python Weekly - Issue 269: http://us2.campaign-archive.com/?u=e2e180baf855ac797ef407fc7
How code linting will make you awesome at Python ( 5 min video tutorial): https://www.reddit.com/r/Python/comments/5c8n6z/how_code_linting_will_make_you_awesome_at_python/
reddit
How code linting will make you awesome at Python (+ 5... • /r/Python
2 points and 0 comments so far on reddit
Data Analysis with Pandas - My Full Udemy Course Available for Free / Huge Discount: https://www.reddit.com/r/Python/comments/5c90bx/data_analysis_with_pandas_my_full_udemy_course/
reddit
Data Analysis with Pandas - My Full Udemy Course... • /r/Python
Hi All! I just published my first course on Udemy, a comprehensive 19+ hour exploration of the **pandas** library for data analysis. Coming from...
Simple Python database library?: https://www.reddit.com/r/Python/comments/5c91fb/simple_python_database_library/
reddit
Simple Python database library? • /r/Python
I'm fairly new to Python and have been learning as I go while I build an application that automatically collects performance data on other...
How to scrap all the content of each link with scrapy?: http://stackoverflow.com/questions/40479789/how-to-scrap-all-the-content-of-each-link-with-scrapy
Stackoverflow
How to scrap all the content of each link with scrapy?
I am new with scrapy I would like to extract all the content of each advertise from this website. So I tried the following:
from scrapy.spiders import Spider
from craigslist_sample.items import
from scrapy.spiders import Spider
from craigslist_sample.items import
SQLAlchemy and QSqlTableModel (Qt): https://www.reddit.com/r/Python/comments/5c9m88/sqlalchemy_and_qsqltablemodel_qt/
reddit
SQLAlchemy and QSqlTableModel (Qt) • /r/Python
I'm building an application that uses SQLAlchemy to manage a SQLite database, and Qt for the interface. Pretty much everything having to do with...
Docker Tutorial for Deploying Python Apps: https://www.reddit.com/r/Python/comments/5c9uqz/docker_tutorial_for_deploying_python_apps/
reddit
Docker Tutorial for Deploying Python Apps • /r/Python
Some notes on using Docker for deploying a sample Python app that I decided to throw together into a blog post. Let me know if I got something...
I have a string of letters and numbers that I need in a .bin format.: https://www.reddit.com/r/Python/comments/5cae94/i_have_a_string_of_letters_and_numbers_that_i/
reddit
I have a string of letters and numbers that I need in... • /r/Python
Simply pasting in a text file and using saving as .bin does not work, the SHA1 tags do not match up. How can I accomplish this with Python?
How can i optimize the performance of this piece of code?: https://www.reddit.com/r/Python/comments/5can30/how_can_i_optimize_the_performance_of_this_piece/
reddit
How can i optimize the performance of this piece of code? • /r/Python
Hello pythonists, I've been playing a little bit and would be great to know how to improve the performance of my code. Here is the...
Python, Help. Like I did the code but I don't get why I'm getting this error: https://www.reddit.com/r/Python/comments/5canyk/python_help_like_i_did_the_code_but_i_dont_get/
reddit
Python, Help. Like I did the code but I don't get why... • /r/Python
How it's suppose be like: http://imgur.com/a/JNb1J What I did: http://imgur.com/a/hr78t http://imgur.com/a/3GOSz
Algorithms and Data Structures - Trie (Prefix Tree): https://www.reddit.com/r/Python/comments/5cbbg7/algorithms_and_data_structures_trie_prefix_tree/
reddit
Algorithms and Data Structures - Trie (Prefix Tree) • /r/Python
1 points and 0 comments so far on reddit
I did a monophonic pitch detector for music in pure Python, because why not?: https://www.reddit.com/r/Python/comments/5cbkoy/i_did_a_monophonic_pitch_detector_for_music_in/
reddit
I did a monophonic pitch detector for music in pure... • /r/Python
1 points and 0 comments so far on reddit