Python Project Management Primer
This article explores how to manage Python project environments and dependencies, as well as how to structure projects effectively.
/r/Python
https://redd.it/1djp1gw
This article explores how to manage Python project environments and dependencies, as well as how to structure projects effectively.
/r/Python
https://redd.it/1djp1gw
MLOps Shenanigans
Python Project Management Primer
Alleviating Python Developer Pain
Friday Daily Thread: r/Python Meta and Free-Talk Fridays
# Weekly Thread: Meta Discussions and Free Talk Friday 🎙️
Welcome to Free Talk Friday on /r/Python! This is the place to discuss the r/Python community (meta discussions), Python news, projects, or anything else Python-related!
## How it Works:
1. Open Mic: Share your thoughts, questions, or anything you'd like related to Python or the community.
2. Community Pulse: Discuss what you feel is working well or what could be improved in the /r/python community.
3. News & Updates: Keep up-to-date with the latest in Python and share any news you find interesting.
## Guidelines:
All topics should be related to Python or the /r/python community.
Be respectful and follow Reddit's Code of Conduct.
## Example Topics:
1. New Python Release: What do you think about the new features in Python 3.11?
2. Community Events: Any Python meetups or webinars coming up?
3. Learning Resources: Found a great Python tutorial? Share it here!
4. Job Market: How has Python impacted your career?
5. Hot Takes: Got a controversial Python opinion? Let's hear it!
6. Community Ideas: Something you'd like to see us do? tell us.
Let's keep the conversation going. Happy discussing! 🌟
/r/Python
https://redd.it/1dkqdsg
# Weekly Thread: Meta Discussions and Free Talk Friday 🎙️
Welcome to Free Talk Friday on /r/Python! This is the place to discuss the r/Python community (meta discussions), Python news, projects, or anything else Python-related!
## How it Works:
1. Open Mic: Share your thoughts, questions, or anything you'd like related to Python or the community.
2. Community Pulse: Discuss what you feel is working well or what could be improved in the /r/python community.
3. News & Updates: Keep up-to-date with the latest in Python and share any news you find interesting.
## Guidelines:
All topics should be related to Python or the /r/python community.
Be respectful and follow Reddit's Code of Conduct.
## Example Topics:
1. New Python Release: What do you think about the new features in Python 3.11?
2. Community Events: Any Python meetups or webinars coming up?
3. Learning Resources: Found a great Python tutorial? Share it here!
4. Job Market: How has Python impacted your career?
5. Hot Takes: Got a controversial Python opinion? Let's hear it!
6. Community Ideas: Something you'd like to see us do? tell us.
Let's keep the conversation going. Happy discussing! 🌟
/r/Python
https://redd.it/1dkqdsg
Redditinc
Reddit Rules
Reddit Rules - Reddit
How do you organize your flask projects?
Do you mimic the structure of a django project? Something else? Would like to hear what other people here do as I am pretty used to opinionated frameworks for web like aforementioned django and spring (boot) and feel a little disorganized with how I have my projects right now.
/r/flask
https://redd.it/1dkoh6r
Do you mimic the structure of a django project? Something else? Would like to hear what other people here do as I am pretty used to opinionated frameworks for web like aforementioned django and spring (boot) and feel a little disorganized with how I have my projects right now.
/r/flask
https://redd.it/1dkoh6r
Reddit
From the flask community on Reddit
Explore this post and more from the flask community
Open source Python projects with good software design that is worth studying
What are some software projects written in python that are well-structured and use good code design practices that are worth spending time to study?
/r/Python
https://redd.it/1dkrfgh
What are some software projects written in python that are well-structured and use good code design practices that are worth spending time to study?
/r/Python
https://redd.it/1dkrfgh
Reddit
From the Python community on Reddit
Explore this post and more from the Python community
Should all Python projects have type hinting?
I recently released a very simple API wrapper and in my efforts to become a better programmer I asked in a Python Discord for feedback.
One bloke was very adamant I should use type hints. I understand the need/desire for type hints but this commentator basically was implying that all Python code should be written with type hints.
For a simple project I didn't think it was necessary but I'm curious as to what this community thinks.
How do you make the decision as to when to use type hints? Do you do it for all projects, regardless of size? What are your general thoughts?
/r/Python
https://redd.it/1djxqnp
I recently released a very simple API wrapper and in my efforts to become a better programmer I asked in a Python Discord for feedback.
One bloke was very adamant I should use type hints. I understand the need/desire for type hints but this commentator basically was implying that all Python code should be written with type hints.
For a simple project I didn't think it was necessary but I'm curious as to what this community thinks.
How do you make the decision as to when to use type hints? Do you do it for all projects, regardless of size? What are your general thoughts?
/r/Python
https://redd.it/1djxqnp
GitHub
GitHub - ben-n93/beachwatch: A Python wrapper for the NSW Government's Beachwatch API.
A Python wrapper for the NSW Government's Beachwatch API. - ben-n93/beachwatch
phone repair order notification
hello , I'm making a website for my iPhone repair business, how can I write a script that will email the details of an order once submitted
/r/flask
https://redd.it/1dkt6rz
hello , I'm making a website for my iPhone repair business, how can I write a script that will email the details of an order once submitted
/r/flask
https://redd.it/1dkt6rz
Reddit
From the flask community on Reddit
Explore this post and more from the flask community
I need help and advice on using google pay API for obtaining transaction history/list for making my smart expense tracker Web App (Using Python and Flask).
So, as mentioned in the title I am making a smart expense tracker web app using python and flask, is obtaining transaction history from Google Pay safe using API, if Yes How should i proceed with that and if No what is a better way to obtain the transaction history so that the user's privacy and safety in not compromised.
/r/flask
https://redd.it/1dk3uqu
So, as mentioned in the title I am making a smart expense tracker web app using python and flask, is obtaining transaction history from Google Pay safe using API, if Yes How should i proceed with that and if No what is a better way to obtain the transaction history so that the user's privacy and safety in not compromised.
/r/flask
https://redd.it/1dk3uqu
Reddit
From the flask community on Reddit
Explore this post and more from the flask community
Terrified of Security Risks: How to Safeguard My Django Backend for Public Deployment
I've become very proficient in developing useful, intuitive, powerful applications in React + Django + Postgres, and "deployed" a handful of apps that get used by hundreds of people - but all on a company server behind a company VPN.
Now I'm working at a much smaller company, and need staff and crew members to be able to access it from anywhere they have web access. I'm terrified to deploy the apps to the web where anyone could try to hack it, and private data gets leaked.
FWIW, the app will have a web and a React Native app, so I have to use JWT for auth. I'm using
I've deployed personal projects to a Digital Ocean droplet and followed every best practice article I could find for securing Ubuntu Server and Postgres. But it was used by 3 people and held no information of consequence.
How have you all become proficient in authentication, securing server and databases, and backups, so you can build and deploy apps with minimal risk? I wish there was a Django as a service where I had the full code control as on my dev environment, and it just handled all the production considerations.
/r/django
https://redd.it/1dkm7jg
I've become very proficient in developing useful, intuitive, powerful applications in React + Django + Postgres, and "deployed" a handful of apps that get used by hundreds of people - but all on a company server behind a company VPN.
Now I'm working at a much smaller company, and need staff and crew members to be able to access it from anywhere they have web access. I'm terrified to deploy the apps to the web where anyone could try to hack it, and private data gets leaked.
FWIW, the app will have a web and a React Native app, so I have to use JWT for auth. I'm using
strawberry-django-auth.I've deployed personal projects to a Digital Ocean droplet and followed every best practice article I could find for securing Ubuntu Server and Postgres. But it was used by 3 people and held no information of consequence.
How have you all become proficient in authentication, securing server and databases, and backups, so you can build and deploy apps with minimal risk? I wish there was a Django as a service where I had the full code control as on my dev environment, and it just handled all the production considerations.
/r/django
https://redd.it/1dkm7jg
Reddit
From the django community on Reddit
Explore this post and more from the django community
{% ssi ..%} {% include ..%} tag is slow, why?
I have 8 include tags in a page, causing it take 34 seconds to load. How to resolve this? I tried ssi parsed tag as well, both are taking same time to render the page.
/r/django
https://redd.it/1dl03lf
I have 8 include tags in a page, causing it take 34 seconds to load. How to resolve this? I tried ssi parsed tag as well, both are taking same time to render the page.
/r/django
https://redd.it/1dl03lf
Reddit
From the django community on Reddit
Explore this post and more from the django community
Flask SocketIO with Gunicorn
I'm at my wits end.
Basically, my flask webapp allows users to upload videos, then the DeepFace library processes the videos and detects the facial expressions of the people in the videos. I used ProcessPoolExecutor to run the facial recognition classes that I created for DeepFace. I use socketio to track the progress of video processing.
Now I'm at the deployment phase of the project using gunicorn and nginx, and I'm running into some issues with gunicorn. For some reason, a gunicorn timeout error causes my app to fail when processing the video, this never happens during development.
**Server:
OS - Ubuntu
CPU - Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz
RAM - 32GB
**Here are some gunicorn logs:
config: ./gunicorn.conf.py
wsgi_app: None
bind: ['0.0.0.0:8050'\]
backlog: 2048
workers: 1
worker_class: eventlet
threads: 1
worker_connections: 1000
max_requests: 0
max_requests_jitter: 0
timeout: 30
graceful_timeout: 30
keepalive: 2
limit_request_line: 4094
limit_request_fields: 100
limit_request_field_size: 8190
reload: False
reload_engine: auto
reload_extra_files: [\]
spew: False
check_config: False
print_config: False
preload_app: False
sendfile: None
reuse_port: False
chdir: /home/flaskuser/flask_webapp
daemon: False
raw_env: [\]
pidfile: None
worker_tmp_dir: None
user: 1002
group: 1003
umask: 0
initgroups: False
tmp_upload_dir: None
secure_scheme_headers: {'X-FORWARDED-PROTOCOL': 'ssl', 'X-FORWARDED-PROTO': 'https', 'X-FORWARDED-SSL': 'on'}
forwarded_allow_ips: ['127.0.0.1'\]
accesslog: None
disable_redirect_access_to_syslog: False
access_log_format: %(h)s %(l)s %(u)s %(t)s "%(r)s" %(s)s %(b)s "%(f)s" "%(a)s"
errorlog: /tmp/gunicorn_log
loglevel: debug
capture_output: False
logger_class: gunicorn.glogging.Logger
logconfig: None
logconfig_dict: {}
logconfig_json: None
syslog_addr: udp://localhost:514
syslog: False
syslog_prefix: None
syslog_facility: user
enable_stdio_inheritance: False
statsd_host: None
dogstatsd_tags:
statsd_prefix:
proc_name: None
default_proc_name: main:app
pythonpath: None
paste: None
on_starting: <function OnStarting.on_starting at 0x7f9871a3ba30>
on_reload: <function OnReload.on_reload at 0x7f9871a3bb50>
when_ready: <function WhenReady.when_ready at 0x7f9871a3bc70>
pre_fork: <function Prefork.pre_fork at 0x7f9871a3bd90>
post_fork: <function Postfork.post_fork
/r/flask
https://redd.it/1din4ly
I'm at my wits end.
Basically, my flask webapp allows users to upload videos, then the DeepFace library processes the videos and detects the facial expressions of the people in the videos. I used ProcessPoolExecutor to run the facial recognition classes that I created for DeepFace. I use socketio to track the progress of video processing.
Now I'm at the deployment phase of the project using gunicorn and nginx, and I'm running into some issues with gunicorn. For some reason, a gunicorn timeout error causes my app to fail when processing the video, this never happens during development.
**Server:
OS - Ubuntu
CPU - Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz
RAM - 32GB
**Here are some gunicorn logs:
config: ./gunicorn.conf.py
wsgi_app: None
bind: ['0.0.0.0:8050'\]
backlog: 2048
workers: 1
worker_class: eventlet
threads: 1
worker_connections: 1000
max_requests: 0
max_requests_jitter: 0
timeout: 30
graceful_timeout: 30
keepalive: 2
limit_request_line: 4094
limit_request_fields: 100
limit_request_field_size: 8190
reload: False
reload_engine: auto
reload_extra_files: [\]
spew: False
check_config: False
print_config: False
preload_app: False
sendfile: None
reuse_port: False
chdir: /home/flaskuser/flask_webapp
daemon: False
raw_env: [\]
pidfile: None
worker_tmp_dir: None
user: 1002
group: 1003
umask: 0
initgroups: False
tmp_upload_dir: None
secure_scheme_headers: {'X-FORWARDED-PROTOCOL': 'ssl', 'X-FORWARDED-PROTO': 'https', 'X-FORWARDED-SSL': 'on'}
forwarded_allow_ips: ['127.0.0.1'\]
accesslog: None
disable_redirect_access_to_syslog: False
access_log_format: %(h)s %(l)s %(u)s %(t)s "%(r)s" %(s)s %(b)s "%(f)s" "%(a)s"
errorlog: /tmp/gunicorn_log
loglevel: debug
capture_output: False
logger_class: gunicorn.glogging.Logger
logconfig: None
logconfig_dict: {}
logconfig_json: None
syslog_addr: udp://localhost:514
syslog: False
syslog_prefix: None
syslog_facility: user
enable_stdio_inheritance: False
statsd_host: None
dogstatsd_tags:
statsd_prefix:
proc_name: None
default_proc_name: main:app
pythonpath: None
paste: None
on_starting: <function OnStarting.on_starting at 0x7f9871a3ba30>
on_reload: <function OnReload.on_reload at 0x7f9871a3bb50>
when_ready: <function WhenReady.when_ready at 0x7f9871a3bc70>
pre_fork: <function Prefork.pre_fork at 0x7f9871a3bd90>
post_fork: <function Postfork.post_fork
/r/flask
https://redd.it/1din4ly
Reddit
From the flask community on Reddit
Explore this post and more from the flask community
Saas targeting finance entity and banks.
I'm planning to build my SaaS product the approach the banking and finance sector. What is pushing me back is the security issues.
I'm afraid client won't trust me app in this matter if I build it myself from scratch. What I mean registration, authentication authorization and security.
Is there any away that I can use a well développed platform where I only need to attach my part of coding to it and this sector still trust it?
/r/flask
https://redd.it/1dikvdw
I'm planning to build my SaaS product the approach the banking and finance sector. What is pushing me back is the security issues.
I'm afraid client won't trust me app in this matter if I build it myself from scratch. What I mean registration, authentication authorization and security.
Is there any away that I can use a well développed platform where I only need to attach my part of coding to it and this sector still trust it?
/r/flask
https://redd.it/1dikvdw
Reddit
From the flask community on Reddit
Explore this post and more from the flask community
select dropdown with infinite scroll
Hi, basically I'm trying to do a drop-down menu where all the option are filled with the info of the database, the problem is that there are so many options and the template crash, so I figured out using Ajax or pagination may work, but what i want is that the options work like an infinite scroll, so user see 10/15 options and while scrolling down more options appear, but it doesn't work. What can I do?
/r/django
https://redd.it/1dlaky5
Hi, basically I'm trying to do a drop-down menu where all the option are filled with the info of the database, the problem is that there are so many options and the template crash, so I figured out using Ajax or pagination may work, but what i want is that the options work like an infinite scroll, so user see 10/15 options and while scrolling down more options appear, but it doesn't work. What can I do?
/r/django
https://redd.it/1dlaky5
Reddit
From the django community on Reddit
Explore this post and more from the django community
I've created a book which contains everything you need to know about Python
Hello Reddit!
I've created a Python book called "Your Journey to Fluent Python." This book is ideal for everyone who wants to learn programming, and even for those who are already at an intermediate or expert level.
Additionally, I have created a Discord server to gather our Python community! The book doesn't stretch the material you need to learn, and that's what I find lacking in other books.
I look forward to hearing your feedback! Put a star if you find it interesting and useful!
https://github.com/pro1code1hack/Your-Journey-To-Fluent-Python/
Thanks a lot!
/r/Python
https://redd.it/1dlewme
Hello Reddit!
I've created a Python book called "Your Journey to Fluent Python." This book is ideal for everyone who wants to learn programming, and even for those who are already at an intermediate or expert level.
Additionally, I have created a Discord server to gather our Python community! The book doesn't stretch the material you need to learn, and that's what I find lacking in other books.
I look forward to hearing your feedback! Put a star if you find it interesting and useful!
https://github.com/pro1code1hack/Your-Journey-To-Fluent-Python/
Thanks a lot!
/r/Python
https://redd.it/1dlewme
GitHub
GitHub - pro1code1hack/Your-Journey-To-Fluent-Python: Your Journey To Fluent Python
Your Journey To Fluent Python. Contribute to pro1code1hack/Your-Journey-To-Fluent-Python development by creating an account on GitHub.
Flask Master Class For Beginners To Pro | Free Udemy Coupons
https://www.webhelperapp.com/flask-master-class-for-beginners-to-pro/
/r/flask
https://redd.it/1di6laq
https://www.webhelperapp.com/flask-master-class-for-beginners-to-pro/
/r/flask
https://redd.it/1di6laq
Free Udemy Coupons
Flask Master Class For Beginners To Pro
Flask Master Class: Building Web Applications with Python
[Project] LLM based Python docs that never touches your original code
Documentation is tedious and time-consuming. I thought LLMs might be the answer, but they tend to hallucinate, inventing functions or misinterpret code. Not ideal when you're trying to document real, working code
So I built lmdocs. It can:
* Reference documentation from imported libraries
* Guarantees that your original code is unchanged
* Work with OpenAI and lo¯cal LLMs
I'd love to get some feedback from other devs. If you're interested, you can check it out here: [https://github.com/MananSoni42/lmdocs](https://github.com/MananSoni42/lmdocs)
It's open source, so feel free to contribute or just let me know what you think.
/r/MachineLearning
https://redd.it/1dkxld2
Documentation is tedious and time-consuming. I thought LLMs might be the answer, but they tend to hallucinate, inventing functions or misinterpret code. Not ideal when you're trying to document real, working code
So I built lmdocs. It can:
* Reference documentation from imported libraries
* Guarantees that your original code is unchanged
* Work with OpenAI and lo¯cal LLMs
I'd love to get some feedback from other devs. If you're interested, you can check it out here: [https://github.com/MananSoni42/lmdocs](https://github.com/MananSoni42/lmdocs)
It's open source, so feel free to contribute or just let me know what you think.
/r/MachineLearning
https://redd.it/1dkxld2
GitHub
GitHub - MananSoni42/lmdocs: Generate python documentation using LLMs
Generate python documentation using LLMs. Contribute to MananSoni42/lmdocs development by creating an account on GitHub.
What would you improve about Django framework?
If you were part of the Django committee, and you were in charge or deciding where would Django head for its version 6 and in the following years, what would you suggest to the rest of them? What do you think Django is lacking and where it can be improved? If you think the framework is already perfect please also say it in the comments.
/r/django
https://redd.it/1dlj5n6
If you were part of the Django committee, and you were in charge or deciding where would Django head for its version 6 and in the following years, what would you suggest to the rest of them? What do you think Django is lacking and where it can be improved? If you think the framework is already perfect please also say it in the comments.
/r/django
https://redd.it/1dlj5n6
Reddit
From the django community on Reddit
Explore this post and more from the django community
Saturday Daily Thread: Resource Request and Sharing! Daily Thread
# Weekly Thread: Resource Request and Sharing 📚
Stumbled upon a useful Python resource? Or are you looking for a guide on a specific topic? Welcome to the Resource Request and Sharing thread!
## How it Works:
1. Request: Can't find a resource on a particular topic? Ask here!
2. Share: Found something useful? Share it with the community.
3. Review: Give or get opinions on Python resources you've used.
## Guidelines:
Please include the type of resource (e.g., book, video, article) and the topic.
Always be respectful when reviewing someone else's shared resource.
## Example Shares:
1. Book: "Fluent Python" \- Great for understanding Pythonic idioms.
2. Video: Python Data Structures \- Excellent overview of Python's built-in data structures.
3. Article: Understanding Python Decorators \- A deep dive into decorators.
## Example Requests:
1. Looking for: Video tutorials on web scraping with Python.
2. Need: Book recommendations for Python machine learning.
Share the knowledge, enrich the community. Happy learning! 🌟
/r/Python
https://redd.it/1dlig0j
# Weekly Thread: Resource Request and Sharing 📚
Stumbled upon a useful Python resource? Or are you looking for a guide on a specific topic? Welcome to the Resource Request and Sharing thread!
## How it Works:
1. Request: Can't find a resource on a particular topic? Ask here!
2. Share: Found something useful? Share it with the community.
3. Review: Give or get opinions on Python resources you've used.
## Guidelines:
Please include the type of resource (e.g., book, video, article) and the topic.
Always be respectful when reviewing someone else's shared resource.
## Example Shares:
1. Book: "Fluent Python" \- Great for understanding Pythonic idioms.
2. Video: Python Data Structures \- Excellent overview of Python's built-in data structures.
3. Article: Understanding Python Decorators \- A deep dive into decorators.
## Example Requests:
1. Looking for: Video tutorials on web scraping with Python.
2. Need: Book recommendations for Python machine learning.
Share the knowledge, enrich the community. Happy learning! 🌟
/r/Python
https://redd.it/1dlig0j
Amazon
Fluent Python: Clear, Concise, and Effective Programming
Fluent Python: Clear, Concise, and Effective Programming [Ramalho, Luciano] on Amazon.com. *FREE* shipping on qualifying offers. Fluent Python: Clear, Concise, and Effective Programming
I made a little Python quiz for interns and new Python developers at my company
I put this quiz together to help create conversation for interns and new python developers at my company. Its based on the content from one of my favourite books (Fluent Python). I hope you enjoy it!
Quiz
/r/Python
https://redd.it/1dkz4gv
I put this quiz together to help create conversation for interns and new python developers at my company. Its based on the content from one of my favourite books (Fluent Python). I hope you enjoy it!
Quiz
/r/Python
https://redd.it/1dkz4gv
O’Reilly Online Learning
Fluent Python, 2nd Edition
Don't waste time bending Python to fit patterns you've learned in other languages. Python's simplicity lets you become productive quickly, but often this means you aren't using... - Selection from Fluent Python, 2nd Edition [Book]
Running Python in Web Browsers
Python is one of the world's most popular programming languages and the web is the most ubiquitous application platform. There are several projects which aim to enable Python to run in web browsers.
* [Brython](https://www.brython.info/) is an implementation of Python 3 written in JavaScript.
* [Skulpt](https://skulpt.org/) is an implementation of Python 2/3 written in JavaScript.
* [PyScript](https://pyscript.net/) is an implementation of Python 3 written in WebAssembly.
* [Transcrypt](https://www.reddit.com/r/VistaPython/) is a Python to JavaScript compiler - unfortunately, the project seems to have been abandoned.
* [Batavia](https://github.com/beeware/batavia) is a Python virtual machine written in JavaScript - unfortunately, the project seems to have been abandoned.
Finally, I have created [VistaPython](https://www.reddit.com/r/VistaPython/) which is also intended to run Python 3 in web browsers but by using a bytecode interpreter written in JavaScript.
Each design has strengths and weaknesses:
Both Brython and Skulpt use hand-written Python parsers which are difficult to maintain. VistaPython uses a parser generator, [Antlr](https://www.antlr.org/), to automatically generate the JavaScript code for the parser. The parser can be updated to match the latest Python version by simply running a script.
Also, both Brython and Skulpt generate JavaScript code which is then evaluated. In VistaPython, the compiler produces a "code object" which is then executed using the bytecode interpreter. The first approach will
/r/Python
https://redd.it/1dl8stp
Python is one of the world's most popular programming languages and the web is the most ubiquitous application platform. There are several projects which aim to enable Python to run in web browsers.
* [Brython](https://www.brython.info/) is an implementation of Python 3 written in JavaScript.
* [Skulpt](https://skulpt.org/) is an implementation of Python 2/3 written in JavaScript.
* [PyScript](https://pyscript.net/) is an implementation of Python 3 written in WebAssembly.
* [Transcrypt](https://www.reddit.com/r/VistaPython/) is a Python to JavaScript compiler - unfortunately, the project seems to have been abandoned.
* [Batavia](https://github.com/beeware/batavia) is a Python virtual machine written in JavaScript - unfortunately, the project seems to have been abandoned.
Finally, I have created [VistaPython](https://www.reddit.com/r/VistaPython/) which is also intended to run Python 3 in web browsers but by using a bytecode interpreter written in JavaScript.
Each design has strengths and weaknesses:
Both Brython and Skulpt use hand-written Python parsers which are difficult to maintain. VistaPython uses a parser generator, [Antlr](https://www.antlr.org/), to automatically generate the JavaScript code for the parser. The parser can be updated to match the latest Python version by simply running a script.
Also, both Brython and Skulpt generate JavaScript code which is then evaluated. In VistaPython, the compiler produces a "code object" which is then executed using the bytecode interpreter. The first approach will
/r/Python
https://redd.it/1dl8stp
- Skulpt.org Homepage
Welcome!
This is my site. Welcome.
Thread : Recommend the best book/blog/tutorial articles you have gone-though in Django
Let me Start :
# 1 . Theory + Small Projects for Beginners
https://preview.redd.it/92u8c0s3z38d1.jpg?width=2550&format=pjpg&auto=webp&s=10802ee65af298c82b4e89499e8af050614af8ee
These books are very beginner friendly, if you know a bit of django I will suggest go for the PROFESSIONAL and API books.You will buid some simle app , even deploy to heroku or Python anywhere.
# 2. Cookboook for Beginner
https://preview.redd.it/o3limovmz38d1.png?width=1166&format=png&auto=webp&s=bf0692bfe41f1f6529d6ca3ebd560a2081751d92
This one contain 5-6 interesting projects with level of low to high.
It covers -
1. Blog App
2. Social Media Site
3. Ecom Site
4. CMS - by building a e-learning system
Github Link : https://github.com/PacktPublishing/Django-4-by-example
# Suggest more books ? Also Lemme know if you know good blogs/articles/personal blogs where people explains theory as well go though projects hands-on.
Currently i am exploring coding for entrepreneurs (https://www.codingforentrepreneurs.com/search/?query=Django)
/r/django
https://redd.it/1dltqf0
Let me Start :
# 1 . Theory + Small Projects for Beginners
https://preview.redd.it/92u8c0s3z38d1.jpg?width=2550&format=pjpg&auto=webp&s=10802ee65af298c82b4e89499e8af050614af8ee
These books are very beginner friendly, if you know a bit of django I will suggest go for the PROFESSIONAL and API books.You will buid some simle app , even deploy to heroku or Python anywhere.
# 2. Cookboook for Beginner
https://preview.redd.it/o3limovmz38d1.png?width=1166&format=png&auto=webp&s=bf0692bfe41f1f6529d6ca3ebd560a2081751d92
This one contain 5-6 interesting projects with level of low to high.
It covers -
1. Blog App
2. Social Media Site
3. Ecom Site
4. CMS - by building a e-learning system
Github Link : https://github.com/PacktPublishing/Django-4-by-example
# Suggest more books ? Also Lemme know if you know good blogs/articles/personal blogs where people explains theory as well go though projects hands-on.
Currently i am exploring coding for entrepreneurs (https://www.codingforentrepreneurs.com/search/?query=Django)
/r/django
https://redd.it/1dltqf0