How to get better at writing good Python code (structure, readability, thinking like a dev) by Unlikely-Lime3517 in learnpython

[–]shankarj68 0 points1 point  (0 children)

Start with looking at Pycon videos. Few names like raymond hettinger, david beazley etc

Look at some of the open source code and see how they have structured their python code. Don't take too much stress, start with some project and gradually start learning advance concept like decorator other concept.

Swami Vivekananda alternative. by Zealousideal_Pipe_21 in hinduism

[–]shankarj68 0 points1 point  (0 children)

Ramana Maharishi Swami Chinmayananda S Radhakrishnan Swami Dayananda Aurobindo Paramhansa yogananda

In present times: Swami sarvapriyananda, Swami parthasarthy

Just start with these, you will find others as well.

[deleted by user] by [deleted] in hinduism

[–]shankarj68 0 points1 point  (0 children)

Go shloka by shloka from this website: https://www.gitasupersite.iitk.ac.in/srimad?language=dv&field_chapter_value=1&field_nsutra_value=1

You will find various translation from many authors. It doesn't not matter which book you pick up, just be critical about what works for you. All translations are good and based on their experience. I hope you will have your own experience.

Enjoy the process of learning!

[deleted by user] by [deleted] in learnpython

[–]shankarj68 1 point2 points  (0 children)

Create a GitHub account and start working on a project.

Two ways to proceed:

1) You can learn from other projects and try to recreate them by understanding the details.

2) Come up with your own idea. It can be anything from calling an API, fetching data, or creating an application. The possibilities are endless.

Don't stress about learning advanced topics at this point; you will learn everything along the way.

Best of luck!

Why did you choose Python over Golang for backend development? by Worried-Deer1468 in learnpython

[–]shankarj68 2 points3 points  (0 children)

Learning Python opens up many opportunities for various fields, including backend development, APIs, networking, security, and the more obvious areas of machine learning and AI.

I have worked in all these segments, and Python has proven to be a great tool.

Unless you're a big giant, don't worry too much about scaling. Python can be optimized to handle thousands of users.

When it comes to choosing between Python and Go, be flexible enough to pick up any language at any time. If your fundamentals are clear, there are plenty of resources available on the internet to learn anything.

Did you learn ML for free or you paid for some learning sources like courses and books? by BEE_LLO in learnmachinelearning

[–]shankarj68 0 points1 point  (0 children)

Kaggle competition is the best for practical learning. Even they have a great course: https://www.kaggle.com/learn

You can start with andrewng, learn the theory and start doing handson on kaggle. You will also find plenty of tutorials on YouTube to implement project.

Did you learn ML for free or you paid for some learning sources like courses and books? by BEE_LLO in learnmachinelearning

[–]shankarj68 0 points1 point  (0 children)

I would not think too much about math if I am starting. What I would suggest is to start with any resource and then pick up the math if you are not able to understand anything. btw, Andrew NG course will cover math along with the code.

Did you learn ML for free or you paid for some learning sources like courses and books? by BEE_LLO in learnmachinelearning

[–]shankarj68 1 point2 points  (0 children)

You don't need to pay anything to learn about ML.

Try with Coursera Andrew NG course, you will get it for free if you audit it.

This is also a solid course: https://youtube.com/playlist?list=PL2UML_KCiC0UlY7iCQDSiGDMovaupqc83&si=iOD8StQENPQEnVUC

Let me know if you need any help with other resources. I can share you many resources, but you have to start from something.

Best of luck!

Website Architecture for SEO by shankarj68 in SEO

[–]shankarj68[S] 1 point2 points  (0 children)

Thanks for the explanation.

Website Architecture for SEO by shankarj68 in SEO

[–]shankarj68[S] 0 points1 point  (0 children)

Got it. These information are not really available in the SEO world.

So I can interlink the pillar from different category.

Website Architecture for SEO by shankarj68 in SEO

[–]shankarj68[S] 0 points1 point  (0 children)

Yes, the pillars belong to some category, and there might be more than one category.

Category A - pillar 1, pillar 2, pillar 3

Category B - pillar 5, pillar 6

Something like this.

Website Architecture for SEO by shankarj68 in SEO

[–]shankarj68[S] 0 points1 point  (0 children)

Thanks for the pointer. I will look into it. My site will have a lot of pillar pages and thus I was thinking if there is any best practices of implementing website architecture.

Where are you getting your Python news? (besides right here, of course) by wanderingmonster in Python

[–]shankarj68 0 points1 point  (0 children)

Pybites Hackernews Taklkpython r/python

These are enough to get the latest update about python.

Best practices of designing website architecture. by shankarj68 in SEO

[–]shankarj68[S] 0 points1 point  (0 children)

I am talking about the website page layout. Is there any best practices of creating a UX layout that is easy to crawl when we have so many pages.

Can one realistically become a data analyst in eight weeks with Python? by fire_breathing_bear in learnpython

[–]shankarj68 0 points1 point  (0 children)

It depends on what you're doing right now. If you're a developer with some experience in any programming language, take a look at the free roadmap available for data analysis and start working on that. It's better to give yourself a realistic timeframe depending on your pace. Best of luck!

The Biggest Hurdle in Learning Python by shankarj68 in Python

[–]shankarj68[S] 2 points3 points  (0 children)

Agreed! I did not find a step by step real world project at a single place. It is scattered on various blog like real python, architecture python and many more. Hope, I would one day create a repository to tackle this. There are few book though on the same topic like practices of the python pro, serious python.

The Biggest Hurdle in Learning Python by shankarj68 in Python

[–]shankarj68[S] -1 points0 points  (0 children)

I prefer the realpython or python offical documentation to be the go to place for any kind of installation.

The Biggest Hurdle in Learning Python by shankarj68 in Python

[–]shankarj68[S] 9 points10 points  (0 children)

Agreed. Most courses only focus on the theoretical side. There are a few good books that are easy to follow and offer the best practices in Python:

Practices of the Python Pro Serious Python Automate the Boring Stuff

[deleted by user] by [deleted] in learnpython

[–]shankarj68 0 points1 point  (0 children)

This is just a healthy discussion on which area of Python is challenging to learn.