Static Site Generator for managing multiple versions of your resume (First project)
As an independent contractor, I apply for a lot of different types of roles! I finally got fed up with the inefficiency of making and managing so many versions of my resume. Python has long interested me and I first learned to use it for data cleaning and analysis a while back. I figured this would be a great proper Python project: Develop a Static Site Generator designed to manage all my resumes and make it easy to spin up new ones on the fly.
**Introducing:** *Highlight.* An opinionated Static Site Generator to help you manage multiple versions of your resume in a simple, elegant way. Generates a static website with print-friendly styles. You can use it locally or make it public and upload the results to GitHub Pages or anywhere that serves static sites.
Uses YAML for handling site, bio, and resume data; markdown for standard pages.
**Github:** [https://github.com/annedorko/highlight](https://github.com/annedorko/highlight)
Installation and detailed usage instructions are available on the Github README.
**Python libraries used:**
* Python-Markdown
* PyYAML
* Jinja2
* watchdog
* unicode\_slugify
**How it works:**
1. Set up the project.
2. Customize your overall information: Name, timezone, email, etc.
3. Customize your target roles, examples:
*Front End Developer, WordPress Developer, Content Writer*
4. Add your work history! Each item has
/r/Python
https://redd.it/licpt1
As an independent contractor, I apply for a lot of different types of roles! I finally got fed up with the inefficiency of making and managing so many versions of my resume. Python has long interested me and I first learned to use it for data cleaning and analysis a while back. I figured this would be a great proper Python project: Develop a Static Site Generator designed to manage all my resumes and make it easy to spin up new ones on the fly.
**Introducing:** *Highlight.* An opinionated Static Site Generator to help you manage multiple versions of your resume in a simple, elegant way. Generates a static website with print-friendly styles. You can use it locally or make it public and upload the results to GitHub Pages or anywhere that serves static sites.
Uses YAML for handling site, bio, and resume data; markdown for standard pages.
**Github:** [https://github.com/annedorko/highlight](https://github.com/annedorko/highlight)
Installation and detailed usage instructions are available on the Github README.
**Python libraries used:**
* Python-Markdown
* PyYAML
* Jinja2
* watchdog
* unicode\_slugify
**How it works:**
1. Set up the project.
2. Customize your overall information: Name, timezone, email, etc.
3. Customize your target roles, examples:
*Front End Developer, WordPress Developer, Content Writer*
4. Add your work history! Each item has
/r/Python
https://redd.it/licpt1
GitHub
GitHub - annedorko/highlight: Static Site Generator (SSG) for creating multiple targeted portfolios and resumes with one website.
Static Site Generator (SSG) for creating multiple targeted portfolios and resumes with one website. - annedorko/highlight
Would Love your Reviews on this
Hey All,
I am a noob in the Python Communities and wanting to switch my careers into Py.dev.i have started making small projects for my portfolio of which i believe, one is completed by my standards
would love it if you could point out where i can improve/make better changes towards it
links as below
Github Download Links: https://github.com/AasuraA/Input-File-Creator/blob/main/Lead%20Generator%20Ver%201.2.exe
​
>I do not know how to add Publisher's Info to the app for free, so incase downloaded it will give you a virus alert, Its completely Safe.
​
Source Code: https://github.com/AasuraA/Lead-Generator-Banks-NBFC-HFC.exe/blob/AasuraA-source-code/Input%20File%20Creator/Input%20File%20Creator/Source%20Code
https://preview.redd.it/p5598e7b91h61.png?width=485&format=png&auto=webp&s=2b3a8e2eb758c8e8d7bdc178f7751fb1371201a2
/r/Python
https://redd.it/li9cf4
Hey All,
I am a noob in the Python Communities and wanting to switch my careers into Py.dev.i have started making small projects for my portfolio of which i believe, one is completed by my standards
would love it if you could point out where i can improve/make better changes towards it
links as below
Github Download Links: https://github.com/AasuraA/Input-File-Creator/blob/main/Lead%20Generator%20Ver%201.2.exe
​
>I do not know how to add Publisher's Info to the app for free, so incase downloaded it will give you a virus alert, Its completely Safe.
​
Source Code: https://github.com/AasuraA/Lead-Generator-Banks-NBFC-HFC.exe/blob/AasuraA-source-code/Input%20File%20Creator/Input%20File%20Creator/Source%20Code
https://preview.redd.it/p5598e7b91h61.png?width=485&format=png&auto=webp&s=2b3a8e2eb758c8e8d7bdc178f7751fb1371201a2
/r/Python
https://redd.it/li9cf4
GitHub
AasuraA/Input-File-Creator
Executables . Contribute to AasuraA/Input-File-Creator development by creating an account on GitHub.
Jupyter as an app for macOS
Hey, I have been using Jupyter for quite a while and it always bugged me that there is no way to quickly launch a notebook or a lab server from Finder and be greeted with native tabbing and multi window support in a standalone application (with its own icon in the dock). There seem to be many apps out there that give access to quick preview and automated server start, however, I think some important features are lacking on all of them, so I created my own jupyter wrapper in Swift. I now use this app every day and do my work with it. Feel free to check it out on GitHub: https://github.com/FelixKratz/JupyterApp-mac and tell me your thoughts on how to optimise it further.
/r/IPython
https://redd.it/li8t3l
Hey, I have been using Jupyter for quite a while and it always bugged me that there is no way to quickly launch a notebook or a lab server from Finder and be greeted with native tabbing and multi window support in a standalone application (with its own icon in the dock). There seem to be many apps out there that give access to quick preview and automated server start, however, I think some important features are lacking on all of them, so I created my own jupyter wrapper in Swift. I now use this app every day and do my work with it. Feel free to check it out on GitHub: https://github.com/FelixKratz/JupyterApp-mac and tell me your thoughts on how to optimise it further.
/r/IPython
https://redd.it/li8t3l
GitHub
GitHub - FelixKratz/JupyterApp-mac: Standalone macOS Jupyter App
Standalone macOS Jupyter App. Contribute to FelixKratz/JupyterApp-mac development by creating an account on GitHub.
Django and Vue.js integration for production
Hello, everyone
I've made a video about integration a Vue.js app into a Django project. As the result we'll get a production ready Django project, that uses static files bundled by
This approach has several benefits:
1. We can still use Django templates
2. We have no need to use Django REST framework
3. We can still use Vue.js components, SCSS, and other npm plugins
4. As the result we'll get only one Django app for production.
I know that the better way is to use two separate apps - a Django, and Vue.js app and host them separately too. Nevertheless sometimes it's more convinient to use only one Django app (with Vue static files)
5. This approach doesn't require of installation
The video:
https://youtu.be/3eTtVY7duJk
Hope you'll like it.
/r/django
https://redd.it/lich8s
Hello, everyone
I've made a video about integration a Vue.js app into a Django project. As the result we'll get a production ready Django project, that uses static files bundled by
Webpack.This approach has several benefits:
1. We can still use Django templates
2. We have no need to use Django REST framework
3. We can still use Vue.js components, SCSS, and other npm plugins
4. As the result we'll get only one Django app for production.
I know that the better way is to use two separate apps - a Django, and Vue.js app and host them separately too. Nevertheless sometimes it's more convinient to use only one Django app (with Vue static files)
5. This approach doesn't require of installation
django-webpack-loader and webpack-bundle-tracker plugins.The video:
https://youtu.be/3eTtVY7duJk
Hope you'll like it.
/r/django
https://redd.it/lich8s
YouTube
Django Vue.js Integration for Production | Django casts #9
This video is about Django and Vue.js production ready integration.
Core idea is to show how to make Django and Vue frameworks work together.
How to render to render a Vue.js object on a Django page. At the same time the Vue.js object is bundled by Webpack…
Core idea is to show how to make Django and Vue frameworks work together.
How to render to render a Vue.js object on a Django page. At the same time the Vue.js object is bundled by Webpack…
How do I limit 'view' access of the object only to the user who created it?
Please feel free to ask for more details if my ask is not clear -
English is not my first language.
I have model whose objects should only be seen by the user who created it. Fields in this model are as follows:
* field1 (Text)
* field2 (Text)
* field3 (Int)
* field4 (Text)
* Created_By(ForeignKey to User)
I show this in two places. Once as list of objects created by the user(can do this simply by filtering queryset based on Created_By=request.user).
Then there is also detail view for this model. Eg: As of now, any random user can go try to access object number 34 using URL mysite.com/object_in_question/34 - *even though he has not created it*. How can I prohibit other users from seeing the detail page of objects that they haven't created?
/r/django
https://redd.it/lig9zl
Please feel free to ask for more details if my ask is not clear -
English is not my first language.
I have model whose objects should only be seen by the user who created it. Fields in this model are as follows:
* field1 (Text)
* field2 (Text)
* field3 (Int)
* field4 (Text)
* Created_By(ForeignKey to User)
I show this in two places. Once as list of objects created by the user(can do this simply by filtering queryset based on Created_By=request.user).
Then there is also detail view for this model. Eg: As of now, any random user can go try to access object number 34 using URL mysite.com/object_in_question/34 - *even though he has not created it*. How can I prohibit other users from seeing the detail page of objects that they haven't created?
/r/django
https://redd.it/lig9zl
reddit
How do I limit 'view' access of the object only to the user who...
Please feel free to ask for more details if my ask is not clear - English is not my first language. I have model whose objects should only be...
Reconnecting your application after a Postgres failover, and how to test what your app will do (cross post from r/postgresql)
https://www.citusdata.com/blog/2021/02/12/reconnecting-your-app-after-a-postgres-failover/
/r/Python
https://redd.it/lih6v5
https://www.citusdata.com/blog/2021/02/12/reconnecting-your-app-after-a-postgres-failover/
/r/Python
https://redd.it/lih6v5
Citus Data
Reconnecting your application after a Postgres failover
Deep dive into client-side HA to learn what happens when a Postgres failover occurs. Explores how to use multi-host connection strings and target-session-attrs to ensure your app reconnects with a read-write connection. Also, how to use pg_auto_failover to…
Personal offline kanban workflow
Hi all,
I realized that most of the kanban software on the market doesn't have an offline option and can't be exported. So I built my own: xBan
Here's a quick demo of it.
xban demo
Any advice would be appreciated. Thank you!
/r/Python
https://redd.it/lidd5k
Hi all,
I realized that most of the kanban software on the market doesn't have an offline option and can't be exported. So I built my own: xBan
Here's a quick demo of it.
xban demo
Any advice would be appreciated. Thank you!
/r/Python
https://redd.it/lidd5k
GitHub
GitHub - peterhs73/xBan: Offline Personal Kanban
Offline Personal Kanban. Contribute to peterhs73/xBan development by creating an account on GitHub.
Handling Iframes using Python and Playwright
https://thompson-jonm.medium.com/handling-iframes-using-python-and-playwright-da46d1c64196?source=friends_link&sk=f000ef28a37643082b945d91b09b3fb7
/r/Python
https://redd.it/lij0pc
https://thompson-jonm.medium.com/handling-iframes-using-python-and-playwright-da46d1c64196?source=friends_link&sk=f000ef28a37643082b945d91b09b3fb7
/r/Python
https://redd.it/lij0pc
Medium
Handling Iframes using Python and Playwright
Learn how to work with iframes and nested iframes using Microsoft’s automation library.
Saturday Daily Thread: Resource Request and Sharing!
Found a neat resource related to Python over the past week? Looking for a resource to explain a certain topic?
Use this thread to chat about and share Python resources!
/r/Python
https://redd.it/liocry
Found a neat resource related to Python over the past week? Looking for a resource to explain a certain topic?
Use this thread to chat about and share Python resources!
/r/Python
https://redd.it/liocry
reddit
Saturday Daily Thread: Resource Request and Sharing!
Found a neat resource related to Python over the past week? Looking for a resource to explain a certain topic? Use this thread to chat about and...
Decentralized search engine built with Flask
https://infinitydecentralized.com
/r/flask
https://redd.it/lid578
https://infinitydecentralized.com
/r/flask
https://redd.it/lid578
Infinitydecentralized
Infinity Decentralized - Home
Decentralized and self-hostable search engine
Giveaway: My ebooks on Python Intro and Regular Expressions are free until Feb 17
​
https://preview.redd.it/h27dtp0hg5h61.png?width=397&format=png&auto=webp&s=114fffd7030d156d234801934ecf26c0f70d2080
Hello!
I recently self-published my ebook titled "**100 Page Python Intro**". This book is a short, introductory guide for the Python programming language suited **for those who have prior experience with another programming language**. To celebrate, I'm giving away several of my books for FREE until 17 Feb, 2021
# Ebook links
* 100 Page Python Intro
* [https://leanpub.com/100pagepythonintro](https://leanpub.com/100pagepythonintro)
* [https://gumroad.com/l/100pagepythonintro](https://gumroad.com/l/100pagepythonintro)
* Python re(gex)?
* [https://leanpub.com/py\_regex](https://leanpub.com/py_regex)
* [https://gumroad.com/l/py\_regex](https://gumroad.com/l/py_regex)
* Magical one-liners bundle
* [https://leanpub.com/b/oneliners](https://leanpub.com/b/oneliners)
* [https://gumroad.com/l/oneliners](https://gumroad.com/l/oneliners)
# Web version and GitHub repo
You can also read the book online here: [https://learnbyexample.github.io/100\_page\_python\_intro/introduction.html](https://learnbyexample.github.io/100_page_python_intro/introduction.html)
​
The [https://github.com/learnbyexample/100\_page\_python\_intro](https://github.com/learnbyexample/100_page_python_intro) repo has program/example files, markdown source and other details about the book.
# Feedback
Hope you find my books useful and fun to learn from. As always, I'd highly appreciate your feedback. Please do let me know if you spot any error or typo. Happy learning :)
/r/Python
https://redd.it/liqfpn
​
https://preview.redd.it/h27dtp0hg5h61.png?width=397&format=png&auto=webp&s=114fffd7030d156d234801934ecf26c0f70d2080
Hello!
I recently self-published my ebook titled "**100 Page Python Intro**". This book is a short, introductory guide for the Python programming language suited **for those who have prior experience with another programming language**. To celebrate, I'm giving away several of my books for FREE until 17 Feb, 2021
# Ebook links
* 100 Page Python Intro
* [https://leanpub.com/100pagepythonintro](https://leanpub.com/100pagepythonintro)
* [https://gumroad.com/l/100pagepythonintro](https://gumroad.com/l/100pagepythonintro)
* Python re(gex)?
* [https://leanpub.com/py\_regex](https://leanpub.com/py_regex)
* [https://gumroad.com/l/py\_regex](https://gumroad.com/l/py_regex)
* Magical one-liners bundle
* [https://leanpub.com/b/oneliners](https://leanpub.com/b/oneliners)
* [https://gumroad.com/l/oneliners](https://gumroad.com/l/oneliners)
# Web version and GitHub repo
You can also read the book online here: [https://learnbyexample.github.io/100\_page\_python\_intro/introduction.html](https://learnbyexample.github.io/100_page_python_intro/introduction.html)
​
The [https://github.com/learnbyexample/100\_page\_python\_intro](https://github.com/learnbyexample/100_page_python_intro) repo has program/example files, markdown source and other details about the book.
# Feedback
Hope you find my books useful and fun to learn from. As always, I'd highly appreciate your feedback. Please do let me know if you spot any error or typo. Happy learning :)
/r/Python
https://redd.it/liqfpn
Newbie to coding
Hey y'all, im currently learning how to code, im taking AP computer science in school, buts in not very helpful. I know how to code some things, but not a lot, im just searching for some help, and by help just some coding tips and scripts made by y'all to study and so I can learn and understand how to code those things myself.
/r/Python
https://redd.it/litsgp
Hey y'all, im currently learning how to code, im taking AP computer science in school, buts in not very helpful. I know how to code some things, but not a lot, im just searching for some help, and by help just some coding tips and scripts made by y'all to study and so I can learn and understand how to code those things myself.
/r/Python
https://redd.it/litsgp
reddit
Newbie to coding
Hey y'all, im currently learning how to code, im taking AP computer science in school, buts in not very helpful. I know how to code some things,...
Build a Social Network with Django in 1 month (Day 12 of 28) (Daily Coding Vlogs)
https://www.youtube.com/watch?v=n9VlA0TUUow&feature=youtu.be&ab_channel=IsaacJoy
/r/django
https://redd.it/liqki3
https://www.youtube.com/watch?v=n9VlA0TUUow&feature=youtu.be&ab_channel=IsaacJoy
/r/django
https://redd.it/liqki3
YouTube
Let's build a Social Network in 1 month (Day 12 of 28)
building a social network in the month - sign up: https://chitterchat.comtech stack - nuxt.js(vue.js) / django / postgrescode: https://gitlab.com/isaacjoy/ch...
Utf-8 error
I have wrote print(“xxx”) on a folder at visual studio, then i wanted to print it at powershell. I wrote python foldername.py but it says “Non-Utf-8 code starting with '\xff' in file C:/users... on line 1, but no encoding declared” how can i solve this problem?
/r/Python
https://redd.it/liwpj0
I have wrote print(“xxx”) on a folder at visual studio, then i wanted to print it at powershell. I wrote python foldername.py but it says “Non-Utf-8 code starting with '\xff' in file C:/users... on line 1, but no encoding declared” how can i solve this problem?
/r/Python
https://redd.it/liwpj0
reddit
Utf-8 error
I have wrote print(“xxx”) on a folder at visual studio, then i wanted to print it at powershell. I wrote python foldername.py but it says...
Intermediate Django Learning
Hello all, I’m looking for advice. I’ve learned the basics of both Django and Node/Express/Mongodb. I want to get more advanced, and python is my main language, so I wanted to continue with Django.
My problem comes with higher level concepts like middleware, cookies, and more (I don’t know what I don’t know), but I cannot find any tutorials or books for getting good at Django intermediate topics. Can anyone recommend any? I’ve found a bunch of tutorials for the JS stacks, but none for Django, and if none really exist I have to continue with JS.
If anyone has any links or tutorials (I’m partial to Udemy courses but have love for books and other types of resources), please let me know, or let me know if this is a bad question for some reason. Thanks in advance!
/r/djangolearning
https://redd.it/lit0zf
Hello all, I’m looking for advice. I’ve learned the basics of both Django and Node/Express/Mongodb. I want to get more advanced, and python is my main language, so I wanted to continue with Django.
My problem comes with higher level concepts like middleware, cookies, and more (I don’t know what I don’t know), but I cannot find any tutorials or books for getting good at Django intermediate topics. Can anyone recommend any? I’ve found a bunch of tutorials for the JS stacks, but none for Django, and if none really exist I have to continue with JS.
If anyone has any links or tutorials (I’m partial to Udemy courses but have love for books and other types of resources), please let me know, or let me know if this is a bad question for some reason. Thanks in advance!
/r/djangolearning
https://redd.it/lit0zf
reddit
Intermediate Django Learning
Hello all, I’m looking for advice. I’ve learned the basics of both Django and Node/Express/Mongodb. I want to get more advanced, and python is my...
Quick question about injection vulnerability
I'm very new to this framework so this is probably an easy question. Somehow hard to google, though.
Do I have to worry about injections when using
on POST requests.
/r/flask
https://redd.it/lj030k
I'm very new to this framework so this is probably an easy question. Somehow hard to google, though.
Do I have to worry about injections when using
render_template with user input? Let's say I have an index.html file with a <p>Hello { name }</p> section, and then usereturn render_template('index.html', name=request.json['name'])on POST requests.
/r/flask
https://redd.it/lj030k
reddit
Quick question about injection vulnerability
I'm very new to this framework so this is probably an easy question. Somehow hard to google, though. Do I have to worry about injections when...
Tutorial on how to deploy machine learning (random forest) models with Django
https://www.deploymachinelearning.com/
/r/django
https://redd.it/lj1bm1
https://www.deploymachinelearning.com/
/r/django
https://redd.it/lj1bm1
Machine Learning with Django
Deploy Machine Learning models with Django
Django Relationship
Please can anyone help me with this?
I’ve created two models to send data to my database.
A programmer model that stores the values of a programmer like name and age with other stuff.
Then another model that stores the code a programmer writes.
I’ve created the templates for both models - details and everything.
I want to be able to give users the ability to click on a programmer name then see the codes he’s written, note the programmer model is a foreign key on the code model.
How do I achieve this, it’s in Django 🙏.
/r/djangolearning
https://redd.it/liy701
Please can anyone help me with this?
I’ve created two models to send data to my database.
A programmer model that stores the values of a programmer like name and age with other stuff.
Then another model that stores the code a programmer writes.
I’ve created the templates for both models - details and everything.
I want to be able to give users the ability to click on a programmer name then see the codes he’s written, note the programmer model is a foreign key on the code model.
How do I achieve this, it’s in Django 🙏.
/r/djangolearning
https://redd.it/liy701
reddit
Django Relationship
Please can anyone help me with this? I’ve created two models to send data to my database. A programmer model that stores the values of a...
Modern ttk theme
​
Azure theme for ttk
Hi!
I just hate the look of tkinter and the built-in themes of ttk are ugly too, so i made my own ttk theme in beautiful azure and gray colors. Check it out on GitHub!
/r/Python
https://redd.it/liytrm
​
Azure theme for ttk
Hi!
I just hate the look of tkinter and the built-in themes of ttk are ugly too, so i made my own ttk theme in beautiful azure and gray colors. Check it out on GitHub!
/r/Python
https://redd.it/liytrm
NumPy Arrays Basics | Python for Data Science and Machine Learning
https://youtu.be/qZueDPu-D4g
/r/Python
https://redd.it/lj1sg0
https://youtu.be/qZueDPu-D4g
/r/Python
https://redd.it/lj1sg0
YouTube
NumPy Arrays Basics | Python for Data Science and Machine Learning
Full Playlist:- https://www.youtube.com/playlist?list=PLWRfwqpR738WjMpz6wwIdHomjbpYryBjLResource Files & PDFs: https://drive.google.com/drive/folders/1elRiaM...