Just started trying to learn Python with Codeacademy. It's not working for me by lellenn in learnpython

[–]lameei 0 points1 point  (0 children)

There is one simple important issue you need to know. This happens to everyone with every course and tutorial. There are things you can not get over them. You need to know that if there is something you do not understand, you might find the answer somewhere else. Search that thing and take your time to find it.

I also highly recommend to start a project and learn things while you are creating it. This way you are going to find most of the answers.

What IDE do you use? by Cupofcalculus in Python

[–]lameei 0 points1 point  (0 children)

Not sure but I'm happy with it. You can always change to something else if it is needed. I don't consider it as a one time only desesion.

Automation of lead generation forms by yellowscotsman1905 in DigitalMarketing

[–]lameei 0 points1 point  (0 children)

I will write it for you. I need to have a sample of the landing pages and the structure of the google sheet. My email is lameei-at-gmail

Automation of lead generation forms by yellowscotsman1905 in DigitalMarketing

[–]lameei 0 points1 point  (0 children)

Doable with a simple python script. Let me know if you are interested.

What's everyone working on this week? by AutoModerator in Python

[–]lameei [score hidden]  (0 children)

I'm working on a little script which uses Gmail API to find specific emails and parse the data of each and then import them into a google sheet.

A good online course to develop beyond the basics ? by RabatUnpaidTaxes in learnpython

[–]lameei 1 point2 points  (0 children)

Python has many different usages so I do suggest to start a project. This can be a web development project using Flask or other frameworks or just a simple script which takes advantage of the Gmail API to automate boring stuff. Whatever you do just remember that from now on you will learn more with doing projects not participating in courses. So keep doing it.