-
vsraj80
Good day to all
-
vsraj80
I have trying to create a desktop application for computer service center
-
mohan43u
vsraj80: hi good day to you
-
mohan43u
vsraj80: nice, in linux?
-
vsraj80
Hi sir thank you
-
vsraj80
yes. using linux
-
mohan43u
vsraj80: no sir mate, just call me mohan
-
vsraj80
sure mr.mohan
-
vsraj80
i am from payilagam
-
mohan43u
vsraj80: great, which language you selected, which framework?
-
vsraj80
as per demo youtube video, i have trying to use pycharm. but i have struggling to find it in terminal
-
vsraj80
python
-
vsraj80
for this project i am trying to use tkinter
-
vsraj80
actually as i am new to coding i have confused to choose the framework. so based on demo video i proceeding with tkinter
-
mohan43u
-
mohan43u
vsraj80: both are native UI frameworks for Linux
-
mohan43u
vsraj80: nice to see people are still interested in native UI rather than going to electron/web craps
-
vsraj80
sure. i will try any of one from these
-
vsraj80
thank you
-
vsraj80
starting from the scratch. so i am unaware of the worth of differences between all these.
-
vsraj80
any have i have hope that i can equip myself with the experienced persons who supporting like you. the rootcause for the public forum is Mr.MK(payilagam)
-
shrini-weechat
vsraj80: hi
-
shrini-weechat
hope you are learning python
-
shrini-weechat
-
shrini-weechat
read this book and learn the basics
-
shrini-weechat
python is all about handling text
-
shrini-weechat
build 4-5 command line applications
-
shrini-weechat
then go for a GUI app or web app
-
shrini-weechat
then only you will know to debug the errors and find where the issue/bug is
-
shrini-weechat
-
shrini-weechat
easy_gui is another simple gui library
-
shrini-weechat
try this too
-
shrini-weechat
-
shrini-weechat
join the chennaipy mailing list too
-
vsraj80
shrini-weechat: Yes, but the course completed last month
-
shrini-weechat
nice
-
shrini-weechat
do you have any blog?
-
vsraj80
anyhave i will learn as you said
-
shrini-weechat
-
shrini-weechat
then, read this book quickly and practice all the code
-
shrini-weechat
read all the paragraphs. dont skip any line
-
shrini-weechat
reading documentation is as important as writing code
-
shrini-weechat
if you feel that you are not wring good code, it means you are missing to read the basics
-
vsraj80
okay. i will start from today
-
shrini-weechat
do you have blog?
-
vsraj80
created blog. but while updating the html code i was got error. so i dropped there.
-
shrini-weechat
create
-
shrini-weechat
create
-
shrini-weechat
a blog in dev.to now
-
shrini-weechat
write a first post snd share url now
-
vsraj80
yes
-
vsraj80
please
-
vsraj80
already created in the name of vsrajpython.com in wordpress. but struggling to find the share link
-
shrini-weechat
hmm
-
shrini-weechat
find it
-
krishna
hi all
-
krishna
i am krishna
-
shrini-weechat
hi
-
krishna
anna i start to learn python backend development please guide me
-
vsraj80
-
shrini-weechat
good vsraj80
-
krishna
vsraj your blog showing coming soon
-
vsraj80
if you assign me some project work i will try to finish it at maximum best. can you guide me
-
vsraj80
krishna: anything i have to update on this?
-
shrini-weechat
did you write anything about python vsraj80 ?
-
shrini-weechat
yes. will give some project ideas
-
shrini-weechat
hi krishna
-
shrini-weechat
can you share your blog and git URL
-
vsraj80
shrini: yes. but deleted. from today i will start to update
-
shrini-weechat
to know more about your current leanings
-
shrini-weechat
?
-
krishna
-
shrini-weechat
good krishna
-
shrini-weechat
-
shrini-weechat
krishna: please go throught this book
-
krishna
okay anna thanks
-
shrini-weechat
krishna: do you know web scrapping?
-
shrini-weechat
vsraj80: ?
-
shrini-weechat
like we need to scrap some data from few websites
-
krishna
i don't know web scrapping
-
mohan43u
krishna: perfect, then learn web scrapping
-
krishna
okay anna
-
krishna
i try to scrapp which websites are perfect to scrapp data?
-
vsraj80
shrini: no(web scrapping)
-
vsraj80
but i want to do it for pulling out the data from stock exchange.
-
vsraj80
for stock analysis
-
shrini-weechat
explore the nice vsraj80
-
shrini-weechat
start working on that
-
shrini-weechat
can you share the progress daily here and in your blog?
-
vsraj80
shrini: sure. i will update.
-
vsraj80
shrini: i will do some code and post day after tomorrow
-
shrini-weechat
-
shrini-weechat
open your blog in private mode
-
shrini-weechat
it is saying as "coming soon"
-
shrini-weechat
you have to publish your blog
-
vsraj80
i think not yet
-
vsraj80
let me try now
-
vsraj80
can you suggest where the option to publish
-
shrini-weechat
checking on it
-
shrini-weechat
give a min
-
vsraj80
the status showing me as published
-
shrini-weechat
check the same url in private mode
-
shrini-weechat
-
shrini-weechat
To launch your site, go to Settings → General → click the Launch site button →
-
shrini-weechat
click the Save settings button
-
shrini-weechat
-
vsraj80
ok i will do it
-
shrini-weechat
krishna: can you tell what are your python skills?
-
shrini-weechat
i think you asked for how to become a python backend engineer
-
shrini-weechat
backend is all about building APIs
-
shrini-weechat
do you heard about API? REST API ?
-
krishna
shrini: i know core python only. i don't know any frameworks
-
shrini-weechat
ok
-
shrini-weechat
thats fine
-
shrini-weechat
programming is like cooking
-
shrini-weechat
how a kitchen has so many ingrediants
-
shrini-weechat
in the same way, programming is all about handling many things
-
shrini-weechat
language is one major component, like gas stove
-
shrini-weechat
along with language, there are many stuff like, frontend, database, API, server management, logging, log rotation, backup, performance, unit testing and more
-
shrini-weechat
keep on learning new things daily
-
shrini-weechat
create more programs
-
shrini-weechat
with many components
-
shrini-weechat
in python, the backend API are developed with FLASK or FastAPI or django
-
shrini-weechat
learning these will help
-
shrini-weechat
but, before that explore about REST API
-
shrini-weechat
-
shrini-weechat
-
shrini-weechat
see this slide and video
-
shrini-weechat
API is the formal way of doing CRUD operations
-
shrini-weechat
CRUD = Create Read Update Delete
-
shrini-weechat
we will be doing only the CRUD operations most of the times with our applications
-
shrini-weechat
REST APIs gives a unified way of doing these
-
shrini-weechat
home work - see the above video, take notes and publish in your blog
-
shrini-weechat
vsraj80: did you launch your blog?
-
krishna
shrini: okay anna i will learn this daily and i will write blog
-
vsraj80
shrini:https://vsrajpython.wordpress.com/2025/01/10/html-chessboard/
-
vsraj80
shrini: may i know whether it is working?
-
shrini-weechat
checking
-
shrini-weechat
vsraj80: yes, it is working now
-
shrini-weechat
thanks
-
shrini-weechat
keep writing daily
-
shrini-weechat
I will ask payilagam muthu , to ask all students to write blog daily with their learning notes
-
shrini-weechat
it seems you completed python course, but no blog post on python
-
vsraj80
shrini: yes i completed the course. but on that time my system memory was in poor condition. as well as i struggled with wordpress account.
-
vsraj80
shrini: Further i will update here
-
shrini-weechat
ok
-
shrini-weechat
how much RAM you have?
-
vsraj80
now changed new desktop 8gb
-
vsraj80
Thank you all. i will signout for the day
-
vsraj80
× This environment is externally managed ╰─> To install Python packages system-wide, try apt install python3-xyz, where xyz is the package you are trying to install. If you wish to install a non-Debian-packaged Python package, create a virtual environment using python3 -m venv path/to/venv. Then use path/to/venv/bin/python and path/to/venv/bin/pip. Make sure you have
-
shrini-weechat
vsraj80: yes
-
vsraj80
how i have to change env for another project. i have getting above error
-
shrini-weechat
pip install xyz --break-system-packages
-
shrini-weechat
give like this
-
shrini-weechat
replace xyz with your desired package name
-
vsraj80
okay
-
shrini-weechat
what is the command you are executing to get the error, share that too always
-
vsraj80
while trying pip install report lab i got the above error
-
vsraj80
shrini: sorry for the time delay. linux handling is being very difficult to me . i used practice for windows for long period
-
shrini-weechat
ok
-
shrini-weechat
ok
-
vsraj80
shrini: nice i have installed thank.
-
shrini-weechat
:-)
-
shrini-weechat
please blog all such learnings
-
shrini-weechat
the issue you get, the errors and the solution
-
shrini-weechat
this blogging practise will help a lot for you and others
-
shrini-weechat
added vsraj80 and krishna blogs here
-
shrini-weechat
-
shrini-weechat
we can read your posts from here along with the blogs of other kaniyam friends
-
vsraj80
shrini: okay.i will update all by day after tomorrow
-
shrini-weechat
vsraj80: ok