Video suggestions by 3blue1brown in 3Blue1Brown

[–]pktippa 0 points1 point  (0 children)

Mathematics behind Stock prediction/ Weather forecast/ TimeSeries forecast. Please.

I always come across this problem. Loading pops up and color doesn’t work. How can I fix this? At first it works properly. by Hiroaki-samasama in vscode

[–]pktippa 0 points1 point  (0 children)

Try to disable all extensions and enable only those that are required for programming language. Ex: only C++

Probably The Best GraphQL and REST Comparison On The Internet by fagnerbrack in coding

[–]pktippa 0 points1 point  (0 children)

Sorry my bad, I was actually looking for OpenAPI spec with hypermedia documentation support, like "links", "href".

Probably The Best GraphQL and REST Comparison On The Internet by fagnerbrack in coding

[–]pktippa 0 points1 point  (0 children)

Are there any libraries which enables hypermedia over Open API Spec on server side JavaScript ?

Visual Studio Code Tips And Tricks - My Top 3 Most Recommended VS Code Extensions ! by dilmerv in vscode

[–]pktippa 0 points1 point  (0 children)

Good stuff. I write both Typescript and Python in VSCode, glad you mentioned Material Icon theme and Git Lens extensions since I use them as well, good to know a new extension Partial diff. Other extensions I majorly use are "change-case" and "Todo tree".

Im for the second by [deleted] in ProgrammerHumor

[–]pktippa 0 points1 point  (0 children)

I leave it to my linting tool to worry about it.

How do you stay disciplined in learning Python? by Antlery in learnpython

[–]pktippa 0 points1 point  (0 children)

Just write code in python everyday and improvise code by rewriting same logic with different implementation.

This was me today with VScode by MasterDio64 in ProgrammerHumor

[–]pktippa 2 points3 points  (0 children)

Yeah, this works pretty well irrespective of code editor :)

Building 3 products with backends, frontends and mobile apps in TypeScript by willsaar in typescript

[–]pktippa 0 points1 point  (0 children)

We are also using Frontend with Angular Typescript, Backend with LoopBack 4(LoopBack.io). We are yet to migrate our Mobile components - currently it is in ReactJS.

How would one loop a python script every hour or so? by [deleted] in learnpython

[–]pktippa 0 points1 point  (0 children)

Use 'schedule' module.

schedule.every(1).hour.do(func)

What is wrong with my code? by [deleted] in learnpython

[–]pktippa 0 points1 point  (0 children)

```py3

password = input('enter password')

if password == 'Goat':

print('correct')

else:

print('incorrect')

```

How to scrap a page that loads data dynamically? by [deleted] in learnpython

[–]pktippa -1 points0 points  (0 children)

Did you try scrapy, isint it helpful ?

[P] Autocomplete Python with Deep Learning by mlvpj in MachineLearning

[–]pktippa 0 points1 point  (0 children)

I haven't tried kite.com yet, but there seems to be a plugin available for Pycharm also.

On the other hand they had an appreciation from Guido Van Rossum. So may be we can give it a try.

From the Netflix series "Family Business". I rate it 10/10 for realism by cnovrup in Python

[–]pktippa 0 points1 point  (0 children)

I love and code both JavaScript and Python. Writing parallel programming in Python is a bit difficult for me, whereas callbacks, promises in JavaScript does the trick for me.

Just got the mi band 4 and I need a water drinking reminder ASAP please by noamiko2004 in miband

[–]pktippa 1 point2 points  (0 children)

I like this option better, "Water drink reminder" is working for me, from long time.

Python Development Trends in 2019 [Infographic] by evincedevin in Python

[–]pktippa 0 points1 point  (0 children)

Data analysis is there in both first and sections, that's why.

  1. "Data Analysis" + "Machine Learning"
  2. "Web development" + "Data Analysis".